quiz editing: MDL-20263 When adding a new question directly to the quiz, highlight it in the question bank.
This commit is contained in:
@@ -213,6 +213,7 @@ if (($addquestion = optional_param('addquestion', 0, PARAM_INT)) && confirm_sess
|
||||
quiz_add_quiz_question($addquestion, $quiz, $addonpage);
|
||||
quiz_update_sumgrades($quiz);
|
||||
quiz_delete_previews($quiz);
|
||||
$thispageurl->param('lastchanged', $addquestion);
|
||||
redirect($thispageurl);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user