Grading of Quizzes

Grading of Quizzes

Vikash Kumar གིས-
Number of replies: 3

Is there any way we could hide the marks allotted for every question in a MCQ from the people trying to attempt a quiz?

Attachment Moodle issues.jpg
དཔྱ་སྙོམས་ཀྱི་སྐུགས་ཚུ།: -
In reply to Vikash Kumar

Re: Grading of Quizzes

Tim Hunt གིས-
Core developers གི་པར Documentation writers གི་པར Particularly helpful Moodlers གི་པར Peer reviewers གི་པར Plugin developers གི་པར

 The only way to change that is to edit the code.

In mod/quiz/locallib.php, find the function definition "public static function make_from_quiz($quiz, $when) {". You need to change the line

$options->marks = self::extract($quiz->reviewmarks, $when,
                self::MARK_AND_MAX, self::MAX_ONLY);

Change MAX_ONLY to HIDDEN.

In reply to Tim Hunt

Re: Grading of Quizzes

Vikash Kumar གིས-

Thank You Tim.