mirror of
https://github.com/moodle/moodle.git
synced 2025-02-23 19:44:19 +01:00
32 lines
1.2 KiB
PHP
32 lines
1.2 KiB
PHP
<?PHP // $Id$
|
|
// quiz_analysis.php - created with Moodle 1.6 development (2005053000)
|
|
|
|
|
|
$string['analysisoptions'] = 'Analyse-opties';
|
|
$string['analysistitle'] = 'Vraaganalysetabel';
|
|
$string['attemptsall'] = 'Alle pogingen';
|
|
$string['attemptselection'] = 'Te analyseren pogingen per gebruiker';
|
|
$string['attemptsfirst'] = 'eerste poging';
|
|
$string['attemptshighest'] = 'hoogste cijfer';
|
|
$string['attemptslast'] = 'laatste poging';
|
|
$string['dicsindextitle'] = 'Disc.<br />Index';
|
|
$string['disccoefftitle'] = 'Disc.<br />Coeff.';
|
|
$string['downloadooo'] = 'Download in OpenOffice-formaat';
|
|
$string['facilitytitle'] = '%% juist<br />Gemakkelijkheidsgraad';
|
|
$string['lowmarkslimit'] = 'Analyseer niet als de score lager is dan:';
|
|
$string['pagesize'] = 'Vragen per pagina';
|
|
$string['qcounttitle'] = 'V. aantal';
|
|
$string['qidtitle'] = 'V#';
|
|
$string['qnametitle'] = 'Vraag naam';
|
|
$string['qtexttitle'] = 'Vraag tekst';
|
|
$string['qtypetitle'] = 'V. type';
|
|
$string['quizreportdir'] = 'test_rapport';
|
|
$string['rcounttitle'] = 'A.<br />aantallen';
|
|
$string['reportanalysis'] = 'Vraaganalyserapport';
|
|
$string['responsestitle'] = 'Antwoordtekst';
|
|
$string['rfractiontitle'] = 'Cijfer per<br />antwoord';
|
|
$string['rpercenttitle'] = 'A.%%';
|
|
$string['stddevtitle'] = 'SD';
|
|
|
|
?>
|