Grading of Quizzes

Grading of Quizzes

Bởi Vikash Kumar -
Số lượng các câu trả lời: 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?

File đính kém Moodle issues.jpg
Trung bình điểm đánh giá: -
Để phản hồi tới Vikash Kumar

Re: Grading of Quizzes

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

 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.

Trung bình điểm đánh giá:Useful (1)