Skip to content

Commit

Permalink
quiz editing: MDL-20263 When adding a new question directly to the qu…
Browse files Browse the repository at this point in the history
…iz, highlight it in the question bank.
  • Loading branch information
timhunt committed May 1, 2010
1 parent 06f87d2 commit 455d765
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/quiz/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ function module_specific_controls($totalnumber, $recurse, $category, $cmid, $cmo
quiz_add_quiz_question($addquestion, $quiz, $addonpage);
quiz_update_sumgrades($quiz);
quiz_delete_previews($quiz);
$thispageurl->param('lastchanged', $addquestion);
redirect($thispageurl);
}

Expand Down

0 comments on commit 455d765

Please sign in to comment.