--- /dev/null
+<p align="center"><b>Overview Download</b></p>
+
+<p>You may want to download the data displayed in the on-screen
+table for further analysis. You can choose between two file
+formats for downloaded data.<br /> In each case data will be
+presented as a table with appropriate titles, as on the screen. If
+the table is paged, all data for all pages will be downloaded in a
+single file. </p>
+
+<p><b>Excel Spreadsheet format:</b></p> <p>You will get an .xls
+spreadsheet document.</p>
+
+<p><b>Text format</b></p> <p>In this case, data will be stored as a
+regular text file. A line for each row in the table with data
+separated by tabstops.</p>
<?php // $Id$
$string['analysis'] = 'Item analysis';
+$string['analysisdownload'] = 'Analysis download';
$string['analysisoptions'] = 'Analysis options';
$string['attemptselection'] = 'Attempts to analyze per user ';
$string['lowmarkslimit'] = "Don't analyse if score is less than: ";
$string['allattempts'] = 'Show all attempts';
$string['allstudents'] = 'Show all $a';
$string['noattemptsonly'] = 'Show $a with no attempts only';
+$string['overviewdownload'] = 'Overview download';
?>
print_single_button('report.php', $options, get_string("downloadtext"));
echo "</td>\n";
echo "<td>";
- helpbutton("analysisdownload", get_string("analysisdownload","quiz"), "quiz");
+ helpbutton('analysisdownload', get_string('analysisdownload', 'quiz_analysis'), 'quiz');
echo "</td>\n";
echo '</tr></table>';
}
print_single_button('report.php', $options, get_string("downloadtext"));
echo "</td>\n";
echo "<td>";
- helpbutton("download", get_string("download","quiz"), "quiz");
+ helpbutton('overviewdownload', get_string('overviewdownload', 'quiz_overview'), 'quiz');
echo "</td>\n";
echo '</tr></table>';
}