Grading of Quizzes

Grading of Quizzes

написао/ла Vikash Kumar -
Број одговора: 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?

Прилог Moodle issues.jpg
У одговору на 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.

У одговору на Tim Hunt

Re: Grading of Quizzes

написао/ла Vikash Kumar -