mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 20:43:33 +01:00
28 lines
1.0 KiB
PHP
28 lines
1.0 KiB
PHP
|
<?PHP // $Id$
|
|||
|
// quiz_analysis.php - created with Moodle 1.5 ALPHA (2005051500)
|
|||
|
|
|||
|
|
|||
|
$string['analysisoptions'] = 'Analiz se<73>enekleri';
|
|||
|
$string['analysistitle'] = '<27>ge Analiz Tablosu';
|
|||
|
$string['attemptsall'] = 'T<>m uygulamalar';
|
|||
|
$string['attemptselection'] = 'Her bir kullan<61>c<EFBFBD> i<>in hangi uygulamalar analiz yap<61>lacak:';
|
|||
|
$string['attemptsfirst'] = '<27>lk uygulama';
|
|||
|
$string['attemptshighest'] = 'En y<>ksek not';
|
|||
|
$string['attemptslast'] = 'Son uygulama';
|
|||
|
$string['dicsindextitle'] = 'Ay<41>r<EFBFBD>c<EFBFBD><br />Index';
|
|||
|
$string['disccoefftitle'] = 'Ay<41>r<EFBFBD>c<EFBFBD><br />Katsay<61>';
|
|||
|
$string['downloadooo'] = 'OpenOffice bi<62>iminde indir';
|
|||
|
$string['lowmarkslimit'] = 'Puanlar bundan azsa analiz yapma:';
|
|||
|
$string['pagesize'] = 'Her sayfadaki soru';
|
|||
|
$string['qcounttitle'] = 'S. say<61>s<EFBFBD>';
|
|||
|
$string['qidtitle'] = 'S#';
|
|||
|
$string['qnametitle'] = 'Soru ad<61>';
|
|||
|
$string['qtexttitle'] = 'Soru metni';
|
|||
|
$string['qtypetitle'] = 'S. tipi';
|
|||
|
$string['quizreportdir'] = 'sinav_sonuclari';
|
|||
|
$string['reportanalysis'] = '<27>ge Analiz Raporu';
|
|||
|
$string['responsestitle'] = 'Cevap metni';
|
|||
|
$string['stddevtitle'] = 'SS';
|
|||
|
|
|||
|
?>
|