Automatic installer.php lang files by installer_builder (20070309)
[moodle.git] / lang / en_utf8 / quiz_analysis.php
bloba72d8e2b91531fe8680a66a45be71f35a0e0d5be
1 <?php // $Id$
3 $string['analysis'] = 'Item analysis';
4 $string['analysisdownload'] = 'Analysis download';
5 $string['analysisoptions'] = 'Analysis options';
6 $string['attemptselection'] = 'Attempts to analyze per user';
7 $string['lowmarkslimit'] = "Don't analyse if score is less than:";
8 $string['attemptsall'] = 'all attempts';
9 $string['attemptshighest'] = 'highest grade';
10 $string['attemptsfirst'] = 'first attempt';
11 $string['attemptslast'] = 'last attempt';
12 $string['pagesize'] = 'Questions per page: ';
13 $string['analysistitle'] = 'Item Analysis Table';
14 $string['reportanalysis'] = 'Item Analysis Report';
15 $string['downloadooo'] = 'Download in OpenOffice format';
16 $string['qidtitle'] = 'Q#';
17 $string['qnametitle'] = 'Question name';
18 $string['qtexttitle'] = 'Question text';
19 $string['qcounttitle'] = 'Q. count';
20 $string['qtypetitle'] = 'Q. type';
21 $string['responsestitle'] = "Answer's text";
22 $string['rfractiontitle'] = 'partial<br />credit';
23 $string['rcounttitle'] = 'R.<br />Counts';
24 $string['rpercenttitle'] = 'R.%%';
25 $string['facilitytitle'] = '%% Correct<br />Facility';
26 $string['stddevtitle'] = 'SD';
27 $string['dicsindextitle'] = 'Disc.<br />Index';
28 $string['disccoefftitle'] = 'Disc.<br />Coeff.';
29 $string['quizreportdir'] = 'quiz_reports';