Detailled statistic/report for cloze questions

Detailled statistic/report for cloze questions

by Matthias Studer -
Number of replies: 3

 Hello,

I am intensively using quiz with quite long cloze questions, typically including 20 subquestions. Furthermore, I generally have around 200 versions of each cloze question that are randomly selected. All the versions have exactly the same structure and are generated in R using exams package (see http://www.r-exams.org/).

These cloze questions are used in exercises that should be done before an in-class collective correction. For these in-class corrections, it would be very useful to have some statistics about the subquestions that were correctly answered or not. It would allow to focus our corrections around the most difficult subquestions.

Is there any way to have detailed statistics for theses subquestions? We are using Moodle 3.5.

Thank you very much for your answer.

Best,

Matthias



Average of ratings: -
In reply to Matthias Studer

Re: Detailled statistic/report for cloze questions

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

If you want to use Moodle's statistics, then you will need to get R to generate separate questions, insetad of subquestions of one monster cloze. Changing that would be hard.

However, getting Cloze to participate in the 'Response analysis' but of the quiz statistics report would be quite doable. It just needs someone with the time and inclination to implement the two necessary methods in the question type. It was done for the third-party 'combined' question type. Code here:

https://github.com/moodleou/moodle-qtype_combined/blob/master/questiontype.php#L202

https://github.com/moodleou/moodle-qtype_combined/blob/master/question.php#L192


In reply to Tim Hunt

Re: Detailled statistic/report for cloze questions

by Jean-Michel Védrine -

I don't know if I will find some time to work on this, but it seems good to have a tracker issue about that, so I created MDL-63948