mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-52806 quiz manual grading: show right answer for auto-graded Qs
This commit is contained in:
parent
83a951023e
commit
a10bd0d9a8
@ -409,6 +409,7 @@ class quiz_grading_report extends quiz_default_report {
|
||||
$quba = question_engine::load_questions_usage_by_activity($qubaid);
|
||||
$displayoptions = quiz_get_review_options($this->quiz, $attempt, $this->context);
|
||||
$displayoptions->hide_all_feedback();
|
||||
$displayoptions->rightanswer = question_display_options::VISIBLE;
|
||||
$displayoptions->history = question_display_options::HIDDEN;
|
||||
$displayoptions->manualcomment = question_display_options::EDITABLE;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user