mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
MDL-9914 - Can't download mark details from the quiz overview report
This commit is contained in:
parent
5f7519cd0f
commit
be61c13c00
1 changed files with 2 additions and 0 deletions
|
@ -532,6 +532,8 @@ class quiz_report extends quiz_default_report {
|
||||||
$options["mode"] = "overview";
|
$options["mode"] = "overview";
|
||||||
$options['sesskey'] = sesskey();
|
$options['sesskey'] = sesskey();
|
||||||
$options["noheader"] = "yes";
|
$options["noheader"] = "yes";
|
||||||
|
$options['noattempts'] = $noattempts;
|
||||||
|
$options['detailedmarks'] = $detailedmarks;
|
||||||
echo '<td>';
|
echo '<td>';
|
||||||
$options["download"] = "ODS";
|
$options["download"] = "ODS";
|
||||||
print_single_button("report.php", $options, get_string("downloadods"));
|
print_single_button("report.php", $options, get_string("downloadods"));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue