Making quiz from incorrect answers from previous quizzes.

Re: Making quiz from incorrect answers from previous quizzes.

by sandeep baghel -
Number of replies: 0

Hello Ahmed,


Thank you for the quick response.


What I have figured out is :- There is no available plugins which can perform the functionality we are discussing about.

However, If you have good programming skills (PHP and database queries) then please prefer to create a custom activity type which can be called as inherited quiz. Keep the maximum number of attempts for all the quizzes as 1 and please put all the questions in question bank only.

once done, we can track the wrong attempts in that course through user IDs. This might require lots of customization but I will highly prefer that it should be worked through a custom activity type(not core customization). So that, you will not face any problems while upgrading.


Note :- Number of maximum attempts should be 1 and all the questions should be called from question bank only. 


Let me know if you are having further queries on this.