mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
MDL-30532 qeupgradehelper has broken links to quizzes.
This commit is contained in:
parent
acb3bf8ac1
commit
24e5fcbe26
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ abstract class tool_qeupgradehelper_quiz_list {
|
|||
html_writer::link(new moodle_url('/course/view.php',
|
||||
array('id' => $quizinfo->courseid)), format_string($quizinfo->shortname)),
|
||||
html_writer::link(new moodle_url('/mod/quiz/view.php',
|
||||
array('id' => $quizinfo->name)), format_string($quizinfo->name)),
|
||||
array('q' => $quizinfo->id)), format_string($quizinfo->name)),
|
||||
$quizinfo->attemptcount,
|
||||
$quizinfo->questionattempts ? $quizinfo->questionattempts : 0,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue