mirror of
https://github.com/moodle/moodle.git
synced 2025-02-22 19:06:51 +01:00
30 lines
1.1 KiB
PHP
30 lines
1.1 KiB
PHP
<?PHP // $Id$
|
|
// quiz_analysis.php - created with Moodle 1.5 + (2005060201)
|
|
|
|
|
|
$string['analysisoptions'] = 'Analiz seçenekleri';
|
|
$string['analysistitle'] = 'Öge Analiz Tablosu';
|
|
$string['attemptsall'] = 'Tüm uygulamalar';
|
|
$string['attemptselection'] = 'Her bir kullanýcý için yapýlacak uygulama analizi';
|
|
$string['attemptsfirst'] = 'Ýlk uygulama';
|
|
$string['attemptshighest'] = 'En yüksek not';
|
|
$string['attemptslast'] = 'Son uygulama';
|
|
$string['dicsindextitle'] = 'Ayýrýcý<br />Index';
|
|
$string['disccoefftitle'] = 'Ayýrýcý<br />Katsayý';
|
|
$string['downloadooo'] = 'OpenOffice biçiminde indir';
|
|
$string['lowmarkslimit'] = 'Puanlar bundan azsa analiz yapma:';
|
|
$string['pagesize'] = 'Her sayfadaki soru';
|
|
$string['qcounttitle'] = 'S. sayýsý';
|
|
$string['qidtitle'] = 'S#';
|
|
$string['qnametitle'] = 'Soru adý';
|
|
$string['qtexttitle'] = 'Soru metni';
|
|
$string['qtypetitle'] = 'S. tipi';
|
|
$string['quizreportdir'] = 'sinav_sonuclari';
|
|
$string['rcounttitle'] = 'Cevap<br />Sayýsý';
|
|
$string['reportanalysis'] = 'Öge Analiz Raporu';
|
|
$string['responsestitle'] = 'Cevap metni';
|
|
$string['rpercenttitle'] = 'C.%%';
|
|
$string['stddevtitle'] = 'SS';
|
|
|
|
?>
|