Forums
Hi,
Any idea on how can I do parent-student relationship?
What can parent role do?
- Create account for hes/her children(student).
- Acess his/her children's posts, grades and other details
What student role do?
- Do quizzes, exam, assessment
*** Features similar to moodle
Regards,
Don
Hi Don,
En réponse à Hi Don, par axel
Thanks
Hi Don,
Hi msharma,
Hi msharma,
This really depends on what interface you are refering to and how you can hook into the possible results you are getting.
Best regards
Hi James
Hi msharma,
Hi msharma,
You shoudl be able to do it with a form_alter
https://api.drupal.org/api/drupal/modules!system!system.api.php/function/hook_form_alter/7
Changing the fucntion to get the users.
Best regards
Hi James,
Hi msharma,
Hi msharma,
For the add members page, the form element should have a key called #autocomplemte_path that references a path. You can alter it to a path created by you that returns the user that you want.
Ex: https://www.drupal.org/node/854216
For the add multiples members, we already have some costumizations on it. You can look inside
opigno_lms/modules/opigno/opigno/modules/simple_ui/includes/opigno_simple_ui.og.inc
Best regards