MDL-9914 - Can't download mark details from the quiz overview report

This commit is contained in:
tjhunt 2007-05-23 10:21:02 +00:00
parent 5f7519cd0f
commit be61c13c00

View file

@ -532,6 +532,8 @@ class quiz_report extends quiz_default_report {
$options["mode"] = "overview";
$options['sesskey'] = sesskey();
$options["noheader"] = "yes";
$options['noattempts'] = $noattempts;
$options['detailedmarks'] = $detailedmarks;
echo '<td>';
$options["download"] = "ODS";
print_single_button("report.php", $options, get_string("downloadods"));