How many times a question is served - when randomized

How many times a question is served - when randomized

Tracey King -
回帖数:3

Hi. I have the follow question related to the Quiz Module. Is there any report (or other) that can let me know how many times a specific question has been served when the questions have been served randomly from various categories. Thank you. 

回复Tracey King

Re: How many times a question is served - when randomized

Tracey King -

Sorry - we are using Moodle 2.0.2 

TK

回复Tracey King

Re: How many times a question is served - when randomized

Tim Hunt -
Core developers的头像 Documentation writers的头像 Particularly helpful Moodlers的头像 Peer reviewers的头像 Plugin developers的头像

Not easily. This is one of the things that became much easier in Moodle 2.1.

In Moodle 2.0 and below, the number of times that question 123 has been used is the number of question_sessions, where the corresponding quetsion_states.answer starts with random123-

This query: http://docs.moodle.org/dev/Question_database_structure#Following_what_happens_when_questions_are_attempted is relevant to the Moodle 2.0 DB structure, and may help.