forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquiz_analysis.php
33 lines (30 loc) · 1.29 KB
/
quiz_analysis.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?PHP // $Id$
// quiz_analysis.php - created with Moodle 1.7 beta + (2006101003)
$string['analysis'] = 'Item analysis';
$string['analysisdownload'] = 'Analysis download';
$string['analysisoptions'] = 'Analysis options';
$string['analysistitle'] = 'Item Analysis Table';
$string['attemptsall'] = 'all attempts';
$string['attemptselection'] = 'Attempts to analyze per user';
$string['attemptsfirst'] = 'first attempt';
$string['attemptshighest'] = 'highest grade';
$string['attemptslast'] = 'last attempt';
$string['dicsindextitle'] = 'Disc.<br />Index';
$string['disccoefftitle'] = 'Disc.<br />Coeff.';
$string['downloadooo'] = 'Download in OpenOffice format';
$string['facilitytitle'] = '%% Correct<br />Facility';
$string['lowmarkslimit'] = 'Don\'t analyse if score is less than:';
$string['pagesize'] = 'Questions per page:';
$string['qcounttitle'] = 'Q. count';
$string['qidtitle'] = 'Q#';
$string['qnametitle'] = 'Question name';
$string['qtexttitle'] = 'Question text';
$string['qtypetitle'] = 'Q. type';
$string['quizreportdir'] = 'quiz_reports';
$string['rcounttitle'] = 'R.<br />Counts';
$string['reportanalysis'] = 'Item Analysis Report';
$string['responsestitle'] = 'Answer\'s text';
$string['rfractiontitle'] = 'partial<br />credit';
$string['rpercenttitle'] = 'R.%%';
$string['stddevtitle'] = 'SD';
?>