mirror of
https://github.com/moodle/moodle.git
synced 2025-02-22 19:06:51 +01:00
33 lines
1.2 KiB
PHP
33 lines
1.2 KiB
PHP
<?php // $Id$
|
|
// quiz.php - created with Moodle 1.4 development (2004080300)
|
|
|
|
$string['analysisoptions'] = 'Analysis options';
|
|
$string['attemptselection'] = 'Attempts to analyze per user ';
|
|
$string['lowmarkslimit'] = "Don't analyse if score is less than: ";
|
|
$string['attemptsall'] = 'all attempts';
|
|
$string['attemptshighest'] = 'highest grade';
|
|
$string['attemptsfirst'] = 'first attempt';
|
|
$string['attemptslast'] = 'last attempt';
|
|
$string['pagesize'] = 'Questions per page: ';
|
|
$string['analysistitle'] = 'Item Analysis Table';
|
|
$string['reportanalysis'] = 'Item Analysis Report';
|
|
$string['downloadooo'] = 'Download in OpenOffice format';
|
|
$string['qidtitle'] = 'Q#';
|
|
$string['qnametitle'] = 'Question name';
|
|
$string['qtexttitle'] = 'Question text';
|
|
$string['qcounttitle'] = 'Q. count';
|
|
$string['qtypetitle'] = 'Q. type';
|
|
$string['responsestitle'] = "Answer's text";
|
|
$string['rfractiontitle'] = 'partial<br />credit';
|
|
$string['rcounttitle'] = 'R.<br />Counts';
|
|
$string['rpercenttitle'] = 'R.%%';
|
|
$string['facilitytitle'] = '%% Correct<br>Facility';
|
|
$string['stddevtitle'] = 'SD';
|
|
$string['dicsindextitle'] = 'Disc.<br />Index';
|
|
$string['disccoefftitle'] = 'Disc.<br />Coeff.';
|
|
$string['quizreportdir'] = 'quiz_reports';
|
|
|
|
|
|
|
|
?>
|