MDL-27979 Should be an edit link for each question when previewing or reviewing a quiz.

This commit is contained in:
Tim Hunt 2011-06-22 21:07:40 +01:00
parent 3552484b91
commit da72991636
7 changed files with 103 additions and 18 deletions

View file

@ -77,9 +77,9 @@ class mod_quiz_renderer extends plugin_renderer_base {
$output .= $this->review_summary_table($summarydata, 0);
if (!is_null($seq)) {
$output .= $attemptobj->render_question_at_step($slot, $seq, true, $this->page->url);
$output .= $attemptobj->render_question_at_step($slot, $seq, true);
} else {
$output .= $attemptobj->render_question($slot, true, $this->page->url);
$output .= $attemptobj->render_question($slot, true);
}
$output .= $this->close_window_button();