moodle/lang/de_utf8/quiz_analysis.php

32 lines
1.2 KiB
PHP

<?PHP // $Id$
// quiz_analysis.php - created with Moodle 1.5.2 + (2005060221)
$string['analysisoptions'] = 'Auswertungsoptionen';
$string['analysistitle'] = 'Tabelle mit Fragenanalyse';
$string['attemptsall'] = 'alle Versuche';
$string['attemptselection'] = 'Versuche, die pro Nutzer/in analysiert werden';
$string['attemptsfirst'] = 'erster Versuch';
$string['attemptshighest'] = 'Höchstbewertung';
$string['attemptslast'] = 'letzter Versuch';
$string['dicsindextitle'] = 'Disc.<br />Index';
$string['disccoefftitle'] = 'Disc<br />Koeff.';
$string['downloadooo'] = 'Download im OpenOffice-Format';
$string['facilitytitle'] = '%% korrekt<br>Schwierigkeit';
$string['lowmarkslimit'] = 'Nicht auswerten wenn der Wert niedriger ist als';
$string['pagesize'] = 'Fragen pro Seite:';
$string['qcounttitle'] = 'Fragen gezählt';
$string['qidtitle'] = 'Fragen#';
$string['qnametitle'] = 'Fragenname';
$string['qtexttitle'] = 'Fragetext';
$string['qtypetitle'] = 'Fragentyp';
$string['quizreportdir'] = 'quiz_reports';
$string['rcounttitle'] = 'Antworten <br>gezählt';
$string['reportanalysis'] = 'Fragananalyse';
$string['responsestitle'] = 'Antworttexte';
$string['rfractiontitle'] = 'Teilpunkt';
$string['rpercenttitle'] = 'Antworten %%';
$string['stddevtitle'] = 'SD';
?>