Skip to content

Commit

Permalink
load name of user in response history
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippImhof committed Nov 12, 2023
1 parent 9eea9d0 commit 29cc3f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions report.php
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ protected function quiz_report_get_student_attempt($attemptid, $userid) {
$attemptobj->get_question_attempt($originalslot)->get_max_mark());
}
$quba = question_engine::load_questions_usage_by_activity($attemptobj->get_uniqueid());
$quba->preload_all_step_users();
$string .= $quba->render_question($slot, $displayoptions, $number);

}
Expand Down

0 comments on commit 29cc3f6

Please sign in to comment.