Restricting quiz reattempts until a grade is given

Restricting quiz reattempts until a grade is given

Bởi Brian Christie -
Số lượng các câu trả lời: 2

Hi, is it possible to stop students reattempting a manually graded quiz until they receive a grade for their first attempt? We are using Moodle 3.5.1.

Thanks

Trung bình điểm đánh giá: -
Để phản hồi tới Brian Christie

Re: Restricting quiz reattempts until a grade is given

Bởi Tim Hunt -
Hình của Core developers Hình của Documentation writers Hình của Particularly helpful Moodlers Hình của Peer reviewers Hình của Plugin developers
Short answer: No, not directly.

Possibly work-around: You could initially limit the quiz to 1 attempt per student, then when you manually grade a student's attempt, add a user override to allow that student one more attempt.

Best solution: you could get exactly what you want by creating a new quiz access rule plugin: https://docs.moodle.org/dev/Quiz_access_rules.
Trung bình điểm đánh giá:Useful (1)
Để phản hồi tới Tim Hunt

Re: Restricting quiz reattempts until a grade is given

Bởi Brian Christie -
Ok thanks for the feedback Tim. We have used 1 attempt before for self-marking quizzes to make sure students don't use up all their attempts before asking teachers about where they went wrong. We might look into making a plugin but that will go on the end of the to-do list, which is always long.