mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
35 lines
1.4 KiB
PHP
35 lines
1.4 KiB
PHP
<?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['downloadhtml'] = 'Download the complete table in HTML format';
|
|
$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';
|
|
|
|
?>
|