Track Forum Posts

Profile picture for user michael1
michael1
Forums
Exploring the use of Opigno for a MOOC I am developing. I do not have a lot of experience with Drupal and have a feeling my solution lies in OG rather than Opigno itself. As part of the MOOC, students will be required to participate in the forum discussions to receive a certificate. So each course might have 7 activites--6 lessons, (4 presentations and 2 quizzes), and a discussion forum. Course completion requires forum participation. Is there a way to accomplish this? Thanks in advance for any guidance. Michael
Profile picture for user James Aparicio
James Aparicio

Hi michael1

Hi michael1

Inside the opigno_quz_app.module you will find a function called opigno_quiz_app_user_passed($couse_nid,$uid).

Inside that function you can do whatever you want. By default it looks at the requirement field in the course, but you can choose to do whatever you want.

Best regards

Profile picture for user michael1
michael1

Track Forum Posts

Hi James! Thanks for pointing me in the right direction. I'll have a look and see if my skills are up to the challenge! Kind regards, Michael