mirror of
https://github.com/moodle/moodle.git
synced 2025-02-24 20:13:14 +01:00
24 lines
915 B
PHP
24 lines
915 B
PHP
<?PHP // $Id$
|
|
// quiz_analysis.php - created with Moodle 1.6 development (2005052400)
|
|
|
|
|
|
$string['analysisoptions'] = 'خيارات التحليل';
|
|
$string['analysistitle'] = 'جدول بنود التحليل';
|
|
$string['attemptsall'] = 'كل المحاولات';
|
|
$string['attemptselection'] = 'المحاولات التي سيتم تحليها لكل مستخدم';
|
|
$string['attemptsfirst'] = 'المحاولة الأولى';
|
|
$string['attemptshighest'] = 'الدرجة العليا';
|
|
$string['attemptslast'] = 'المحاولة الأخيرة';
|
|
$string['downloadooo'] = 'قم بتنزيل الملف في صياغة OpenOffice ';
|
|
$string['lowmarkslimit'] = 'لا تقم بالتحليل لو كانت الدرجة أقل من :';
|
|
$string['pagesize'] = 'الأسئلة في كل صفحة:';
|
|
$string['qidtitle'] = 'رقم السؤال';
|
|
$string['qnametitle'] = 'اسم السؤال';
|
|
$string['qtexttitle'] = 'السؤال التالي';
|
|
$string['qtypetitle'] = 'نوع السؤال';
|
|
$string['quizreportdir'] = 'تقرير الامتحان';
|
|
$string['reportanalysis'] = 'تقرير تحليل البنود';
|
|
$string['responsestitle'] = 'نص الاجابة';
|
|
|
|
?>
|