2006-02-06 09:28:59 +00:00
|
|
|
<?php // $Id$
|
|
|
|
|
2006-03-27 08:41:20 +00:00
|
|
|
$string['analysis'] = 'Item analysis';
|
2006-06-30 10:31:44 +00:00
|
|
|
$string['analysisdownload'] = 'Analysis download';
|
2006-02-06 09:28:59 +00:00
|
|
|
$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';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
?>
|