wjunkin / moodle-quiz_liveviewgrid

Dynamic quiz spreadsheet
2 stars 2 forks source link

More than one attempt in QUIZ #21

Open dinism opened 4 years ago

dinism commented 4 years ago

What happens when a student have more then one attempt in quiz? Does the plugin only shows the first?

wjunkin commented 4 years ago

Thanks for the question, Dinis, The Live Report module shows the answers the student has given to questions in a quiz for the attempt that the student is in. If the student has finished and submited an attempt but has not started a second attempt, this module will display the answers that the student gave in the attempt the student has finished. The answer that is displayed is always the last answer that the student gave. For example, if during the first attempt the answer the student gave to question #3 was 'hello' and then the student went back and changed that answer to 'world' the teacher will see the answer as 'hello' until the student changes the answer to 'world.' After the student submits the quiz, the teacher will see the answer to question #3 as 'world.' However, as soon as the student starts a second attempt, the teacher will see that the student has not answered question #3 and will show that question as having no answer. However, when the student does get to question #3 and submits an answer such as 'my news' the teacher will now see 'my news' until the student either changes this answer during this attempt or else starts a third attempt. If you see any case when this logic is not followed in the Live Report module display, please let me know so that I can correct the bug. Has this answered your question?