[Aimmath-commit] moodle/lang/en aim_quiz.php,1.2,1.3
Brought to you by:
gustav_delius,
npstrick
From: <gus...@us...> - 2003-08-30 15:21:42
|
Update of /cvsroot/aimmath/moodle/lang/en In directory sc8-pr-cvs1:/tmp/cvs-serv27625/lang/en Modified Files: aim_quiz.php Log Message: I have made things more moodly by 1) putting the AiM pages into boxes with white background and 2) adding help icons to administrative links. The help files are copied from AiM's teacher.html and still need to be adapted. Index: aim_quiz.php =================================================================== RCS file: /cvsroot/aimmath/moodle/lang/en/aim_quiz.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** aim_quiz.php 27 Aug 2003 14:24:58 -0000 1.2 --- aim_quiz.php 30 Aug 2003 15:21:31 -0000 1.3 *************** *** 10,13 **** --- 10,15 ---- $string['adminlinks'] = "Admin Links"; $string['adminonly'] = "You must be an administrator to use this page."; + $string['admin_quiz'] = "Quiz Administration"; + $string['admin_subject'] = "Subject Administration"; $string['aimpage'] = "AiM Quiz Page"; $string['aimquizsettings'] = "AiM Quiz Configuration"; *************** *** 16,20 **** $string['aimserverplural'] = "AiM Servers"; $string['aimserversubjects'] = "AiM Server Subjects"; ! $string['analyseresults'] = "Analyse Results"; $string['attemptquiz'] = "Attempt Quiz"; $string['autoregister'] = "Auto-register Students with AiM"; --- 18,22 ---- $string['aimserverplural'] = "AiM Servers"; $string['aimserversubjects'] = "AiM Server Subjects"; ! $string['analyze_quiz'] = "Quiz Results"; $string['attemptquiz'] = "Attempt Quiz"; $string['autoregister'] = "Auto-register Students with AiM"; *************** *** 25,30 **** $string['edited'] = "Edited"; $string['editgrade'] = "Edit Grade"; - $string['editquiz'] = "Edit Quiz"; - $string['editsubject'] = "Edit Subject"; $string['failed'] = "Error : Could not save the changes made."; $string['grademultiplier'] = "Grade Multiplier"; --- 27,30 ---- *************** *** 50,53 **** --- 50,54 ---- $string['notattempted'] = "You have not attempted this quiz."; $string['notteacher'] = "You must be a teacher to use this page."; + $string['quizresults'] = "Quiz Results"; $string['refresh'] = "Refresh"; $string['reviewresults'] = "Review Results"; *************** *** 60,64 **** $string['subjectson'] = "Subjects on "; $string['teachercomment'] = "Teacher Comment"; ! $string['tryquiz'] = "Try Quiz"; $string['viewquiz'] = "View Quiz"; --- 61,65 ---- $string['subjectson'] = "Subjects on "; $string['teachercomment'] = "Teacher Comment"; ! $string['try_quiz'] = "Try Quiz"; $string['viewquiz'] = "View Quiz"; |