Check button in quizs

Check button in quizs

by Vladimir Ilyin -
Number of replies: 4

I want  my quiz to show the Check button for only some questions, but not for all.

Тo allow students check their answer during attempt for one type of questions only,
but to mix these questions with other types of questions in one quiz.

What moodle files I need to fix for that? 

Thank you.

Average of ratings: -
In reply to Vladimir Ilyin

Re: Check button in quizs

by Davo Smith -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

Question behaviours are in charge of deciding whether or not a question should display feedback, 'check' button, etc.

You probably need to develop a custom question behaviour to do what you are wanting:

https://docs.moodle.org/dev/Question_behaviours


In reply to Davo Smith

Re: Check button in quizs

by Vladimir Ilyin -

But we choose question behaviour in quiz settings,
so I cannot set in differently for quesions in a quiz.

How can I use question behaviour for only some questions in a quiz?

In reply to Vladimir Ilyin

Re: Check button in quizs

by Davo Smith -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

Create a new, custom behaviour that treats different question types differently.

In reply to Davo Smith

Re: Check button in quizs

by Vladimir Ilyin -

Thank you!

But how can I get quesion type when render?
Or where and when I can get question type?