From c4aa4e8ff6ca40e731da5d1a4d31af2c68a10b54 Mon Sep 17 00:00:00 2001
From: thepurpleblob
";
+
+ // link to download the finished file
+ $file_ext = $format->export_file_extension();
+ $download_str = get_string( 'download', 'quiz' );
+ $downloadextra_str = get_string( 'downloadextra','quiz' );
+ if ($CFG->slasharguments) {
+ $efile = "{$CFG->wwwroot}/file.php/$course->id/quiz/$exportfilename".$file_ext;
+ }
+ else {
+ $efile = "{$CFG->wwwroot}/file.php?file=/$course->id/quiz/$exportfilename".$file_ext;
+ }
+ echo "