Correct Answer per question before next question

Correct Answer per question before next question

by Johanna Breakey -
Number of replies: 2
Is there a standard / default setting in Moodle which forces a user to get a question correct in a quiz, before moving onto the next question within a quiz?



Average of ratings: -
In reply to Johanna Breakey

Re: Correct Answer per question before next question

by Sam Mudle -

AFAIK, not in the Quiz activity.  You can do that in the Lesson activity though.  

I use it to force students to read a paragraph, then you can tell moodle what to do if they got the question right or wrong...

In reply to Johanna Breakey

Re: Correct Answer per question before next question

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

I am not sure what you mean by 'force a student to get a question correct'? What if they just don't know?

What you can do is to set 'How questions behave' to something like Interactive with multiple tries, or Immediate feedback.

Then when you assemble the quiz, you can use the lock icons, to require that the student finishes each previous question before they can access the next one.

https://docs.moodle.org/34/en/Building_Quiz#Making_questions_conditional_upon_other_questions

If that is not enough, you probably could develop a custom question behaviour plugin which does not mark the question finished until the student has got it right. https://docs.moodle.org/dev/Question_behaviours

Average of ratings: Useful (1)