Salut Pascal,
I'm not sure it would be great to encourage the student to move on to
the next question as soon as he has completed the question. The
possibility to click on the correct answer is there to enable students
to read the useful comment of the correct answer.
Unless you're using a different string:
var strQuestionFinished = ' Question completed. Click on the correct
answer and read the feedback, then move on to the next one! ';
But if you think it's a useful modification to do, why not.
Reading your questions and remarks, I'm quite sure you have a good
understanding of the code.
So I will let you modify the code by yourself (once a teacher, always a
teacher :) ) with this guide :
Look at the CheckMCAnswer function (in the original jquiz7.js_)
1- Search for the line where strQuestionFinished is added to the feedback
hint : between line 348 and 353
Copy the line.
2- Now search for the part examining the case where the answer is
wrong and leaves only one choice.
hint : between line 374 and 390
Paste the copied line.
Cheers,
Agnès S.