Check button in quizs

Check button in quizs

yazan Vladimir Ilyin -
Yanıt sayısı: 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.

Vladimir Ilyin yanıt olarak

Re: Check button in quizs

yazan Davo Smith -
Core developers 'ın resmi Particularly helpful Moodlers 'ın resmi Peer reviewers 'ın resmi Plugin developers 'ın resmi

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


Davo Smith yanıt olarak

Re: Check button in quizs

yazan 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?

Vladimir Ilyin yanıt olarak

Re: Check button in quizs

yazan Davo Smith -
Core developers 'ın resmi Particularly helpful Moodlers 'ın resmi Peer reviewers 'ın resmi Plugin developers 'ın resmi

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