Forums
Hello,
The auto creation of a new quiz revision whenever the quiz is changed in any way, is causing big issues for my configuration. I have developed a reporting suite, and a student progress dashboard. Both of which are broken if a quiz is changed after students have completed a lesson
I've searched high and low for how to disable this feature, but I can't find the mechanism to do so. Has the auto-quiz-revisioning been hardcoded somewhere? There looks to be a setting in the content type, but changing it causes no impact
Many thanks
Hi aotu,
Hi aotu,
Not all changes in a quiz create a new revision. Only the ones that impact the users taking a quiz. This is harcoded by the quiz module and is required in order to allow users to take the quiz at different times and with diferent settings.
If there was no revision for the quiz, if you removed a question from a quiz for example all the previous users results would be unusable.
I advise you to rethink the way you are doing the reporting suite and student progress instead of trying to change how the quiz module works.
Best regards
In reply to Hi aotu, by James Aparicio
Hi James,
Hi aotu,
Hi aotu,
Keep this thread updated if this patch has required any other changes or if you find any issue with it, so that other users may learn from your experience.
Best regards
Hi James,
Hi aotu,
Hi aotu,
The og_quiz module duplicates, replaces some of the code inside the quiz module. Check where those changes were done in the quiz mode and do the same in the og_quiz.
Best regards