diff --git a/mod/quiz/edit.php b/mod/quiz/edit.php index 5fa9bb5344d..824d5c05269 100644 --- a/mod/quiz/edit.php +++ b/mod/quiz/edit.php @@ -387,6 +387,13 @@ } notify("$strattemptsexist
id\">$strviewallanswers ($usercount $strusers)"); + echo "
\n"; + echo "
wwwroot/mod/quiz/edit.php\">\n"; + echo " id\" />\n"; + echo " \n"; + echo "
"; + echo "
\n"; + $sumgrades = quiz_print_question_list($modform, false, $SESSION->quiz_showbreaks); if (!set_field('quiz', 'sumgrades', $sumgrades, 'id', $modform->instance)) { error('Failed to set sumgrades');