Forums
Hi Team,
We are using the full Drupal Opigno module. We would like to create lessons and Quiz in order list them seperately for our users for easy access.
Whenever we create a content of type Quiz (say true / false question), and associate it with a specific group. we are unable to access that quiz at all. But When we create a lesson and then add quiz, it displays in the panel.
On the other hand, even though we create a lesson of Type 'Theory' with 'ZERO' Questions in it, a panel is displayed with the below information which is irrelevant.
Type: Theory
Start lesson
Questions: 0
Attempts allowed: Unlimited
Available: Always
Pass rate: 75
Passed: X
We really couldn't achieve creating 'lessons' and 'Quiz' seperately. Any ideas / suggestions are really appreciated.
Regards,
Shan.
Opigno Experts / Developers,
Hi tshanmugnathan,
Hi tshanmugnathan,
"We are using the full Drupal Opigno module. We would like to create lessons and Quiz in order list them seperately for our users for easy access."
A quiz and a lesson are technically the same content type. You can differentiate them with the opigno quiz type in the content type (quiz, theory, mix). Then inside you can add steps (questions slides etc)
To customize what displays in the quiz/lesson node view you can look at the template node--quiz.tpl.php.
The opigno_quiz_app ads a button for quizzes/lessons with a view that lists all quizzes/lessons of a course. You can add another button, duplicate the view, and filter both of them based on that type.
"Whenever we create a content of type Quiz (say true / false question), and associate it with a specific group. we are unable to access that quiz at all. But When we create a lesson and then add quiz, it displays in the panel."
Not sure i understood very well, but anything that you add inside a (leson/quiz) are considered questions/steps and normal users cannot access. There is a permission called "View questions outside quiz".
Questions/slides need to be inside quizzes/lessons otherwise you cannot respond to them.
Regarding access to the quiz/lessons. If a quiz/lesson is not associated to any quiz, normal user can access take it. If its associated to a public course, normal user can access them, if they only to a semi-public course, only after the user registers to the course can users access it. If its associated to a course that is private, only users that are part of the course can access it.
BR
Opigno User Provisioning REST API/Endpoint
In reply to Opigno User Provisioning REST API/Endpoint by [email protected]…
Hi Sagar,
Hi Sagar,
Depends on what version of Opigno you are looking at.
For drupal 7 you will need to install the module services:
https://www.drupal.org/project/services
For drupal 8 you should install the module restui:
https://www.drupal.org/project/restui
Best regards
Hi,
Hi sagar, As i explained it
Opigno Password Encryption Decryption In java
Certificate Error