Advanced quiz attempt and question analysis

Advanced quiz attempt and question analysis

by Joost Elshoff -
Number of replies: 2
Picture of Particularly helpful Moodlers Picture of Testers

Hi all,

I've recently received a question from our faculty if we would be able to provide the same analysis tools for quiz attempts and questions as they have in dedicated platforms for eAssessment. So far, I've covered most of their questions, but there are a few things that  remain unclear or impossible:

p-value

This is supposed to represent the degree of difficulty of a question, and is calculated as the overall average score for any given question. Is that the same as the Facility index calculated in Moodle?

Rit and Rir

These are Pearson product moment correlation coefficient values, but somewhat different from the way Moodle uses that. Rit represents the result for a specific question in relation to the quiz result as a whole (including the specific question), Rir represents the result for a specific question in relation to the rest of the questions in the same quiz.

This kind of sounds like the Discrimination Index calculation, but with a twist. 

a-value

This represents the quality of each distractor expressed as a value between 0 and 1 (or a percentage) for how many of the participants selected that distractor in their quiz/question attempt. E.g. if a question has option B set as the only correct distractor of 4 options, and 38% of the participants selected it, the a-value for this distractor would be 0.38. The sum of the a-values for the other 3 distractors would be 1 - 0.38 = 0.62. 

Rat and Rar

Similar to Rit and Rir, but used to analyse distractors in closed questions. These would return values for each distractor. This is an option I haven't yet found in Moodle. 

Most of this information can somehow be collected from the Moodle database, but I haven't found a tool to aggregate all these into a nice and user friendly report.

Average of ratings: Useful (1)
In reply to Joost Elshoff

Re: Advanced quiz attempt and question analysis

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
Details of the calculations that Moodle uses are on https://docs.moodle.org/dev/Quiz_statistics_calculations and https://docs.moodle.org/dev/Quiz_statistics_calculations_in_practice.

p-value sounds ilke Facility index to me.

I am sceptical that there would be any practical difference in usefulness between Rit and Rir, and Moodles Decrimination index.

a-value is not computed as such, but you can get it form the Response analysis and a bit of work.
Average of ratings: Useful (2)
In reply to Tim Hunt

Re: Advanced quiz attempt and question analysis

by Joost Elshoff -
Picture of Particularly helpful Moodlers Picture of Testers
Hi Tim,

Thank you for confirming the bit about the p-value / Facility index. Strangely enough, we have people who struggle to see the relation between a 0.38 and 38 % value, which to me is exactly the same thing. They're also quite particular about the way these values are named: in their literature terminology from my original post is commonly used, whereas Moodle uses more 'user-friendly' labelling to know what a value represents. Some 'translation' from technical term to common sense description is then required. Other eAssessment platforms just stick to the technical terms, because that's what Assessment Specialists here are used to.

I found the documentation you shared, and will forward this to my colleagues.