mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 20:43:33 +01:00
23 lines
812 B
PHP
23 lines
812 B
PHP
<?PHP // $Id$
|
|
// quiz_analysis.php - created with Moodle 1.5.2 + (2005060220)
|
|
|
|
|
|
$string['analysisoptions'] = 'Opcije analize testa';
|
|
$string['analysistitle'] = 'Tablica analize čestica (pitanja)';
|
|
$string['attemptsall'] = 'svi pokušaji';
|
|
$string['attemptsfirst'] = 'prvi pokušaj';
|
|
$string['attemptshighest'] = 'najviša ocjena';
|
|
$string['attemptslast'] = 'zadnji pokušaj';
|
|
$string['dicsindextitle'] = 'Diskr.<br />indeks';
|
|
$string['disccoefftitle'] = 'Diskr.<br />koef.';
|
|
$string['downloadooo'] = 'Download u OpenOffice formatu';
|
|
$string['pagesize'] = 'Pitanja po stranici';
|
|
$string['qidtitle'] = 'Q#';
|
|
$string['qnametitle'] = 'Naziv pitanja';
|
|
$string['qtexttitle'] = 'Tekst pitanja';
|
|
$string['responsestitle'] = 'Tekst odgovora';
|
|
$string['rpercenttitle'] = 'R.%%';
|
|
$string['stddevtitle'] = 'SD';
|
|
|
|
?>
|