mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merged tidy-ups from stable
This commit is contained in:
parent
6dfb22349f
commit
304d08f0c4
76 changed files with 1463 additions and 1525 deletions
|
@ -1,33 +1,33 @@
|
|||
<?php // $Id$
|
||||
<?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['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['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['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';
|
||||
|
||||
|
||||
$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';
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue