mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 11:56:40 +02:00
MDL-27979 Should be an edit link for each question when previewing or reviewing a quiz.
This commit is contained in:
parent
3552484b91
commit
da72991636
7 changed files with 103 additions and 18 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue