Insanely complicated diagram

Insanely complicated diagram

by Tim Hunt -
Number of replies: 2
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
I've just posted http://docs.moodle.org/en/Development:Quiz_state_diagrams to the wiki.
Average of ratings: -
In reply to Tim Hunt

Re: Insanely complicated diagram

by Joseph Rézeau -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators

Many thanks Tim for trying to clarify the "insanely complicated" quiz module. I hope my remark will not make you insane, but will help clarify things further:

On the diagram you posted to the wiki, are "answer" and "response" actually the same object, namely "the student's answer" to the question? If different, what are they? If not, why not use the same term?

TIA,

Joseph

Attachment image000.jpg
In reply to Joseph Rézeau

Re: Insanely complicated diagram

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

One of the things I have come to appreciate in the quiz code I inherited from Gustav, was the fact that it is very consistent. The things entered by teachers when creating the question are answer. The things entered when students attempt the quiz are responses. Diagram fixed.