Forums
Hello, I'm evaluating Opigno for our project. It seems cool, and I have a question about lessons organization.
Is it possible to set up the lessons in a predetermined and mandatory sequence?
ex.
Lesson 1 is mandatory to access Lesson 2
Thanks!
Hi dottormeno
Hi dottormeno
Out of the box it is not possible, but it is something simple to do.
You can create a new field inside the quiz called required quiz, just like we do with course requirements.
Then you can change the access callback for the quiz take using the hook_menu_alter.
Check if that quiz has its requirements passed or not.
Best regards