Skip to content

Commit

Permalink
Fixed Moodle Code Checker docblock error.
Browse files Browse the repository at this point in the history
  • Loading branch information
lbailey-ucsf committed Jan 7, 2025
1 parent 2342939 commit a586c71
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions review.php
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,9 @@
$regions = $PAGE->blocks->get_regions();
$PAGE->blocks->add_fake_block($navbc, reset($regions));

/**
* @var mod_quiz\output\attempt_summary_information
* This is a new object for summary information about the attempt that will replace the old array.
*/

// @var mod_quiz\output\attempt_summary_information
// This is a new object for summary information about the attempt that will replace the old array.
$attemptsummarydata = mod_quiz\output\attempt_summary_information::create_from_legacy_array($summarydata);

echo $output->review_page($attemptobj, $slots, $page, $showall, $lastpage, $options, $attemptsummarydata);
Expand Down

0 comments on commit a586c71

Please sign in to comment.