exercice.inc.php 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $langExercices = "Tests";
  5. $langExercice = "Test";
  6. $langActivate = "Enable";
  7. $langDeactivate = "Disable";
  8. $langNoEx = "There is no test for the moment";
  9. $langNewEx = "New test";
  10. $langQuestion = "Question";
  11. $langQuestions = "Questions";
  12. $langAnswers = "Answers";
  13. $langTrue = "True";
  14. $langAnswer = "Answer";
  15. $langResult = "Result";
  16. $langNoResult = "There is no result yet";
  17. $langYourResults = "Your results";
  18. $langStudentResults = "Students\' scores";
  19. $langExerciseType = "Test type";
  20. $langExerciseName = "Test name";
  21. $langExerciseDescription = "Test description";
  22. $langSimpleExercise = "On an unique page";
  23. $langSequentialExercise = "One question per page (sequential)";
  24. $langRandomQuestions = "Random questions";
  25. $langGiveExerciseName = "Please give the test name";
  26. $langSound = "Audio or video file";
  27. $langDeleteSound = "Delete the audio or video file";
  28. $langNoAnswer = "There is no answer for the moment";
  29. $langGoBackToQuestionPool = "Go back to the question pool";
  30. $langGoBackToQuestionList = "Go back to the question list";
  31. $langQuestionAnswers = "Answers to the question";
  32. $langUsedInSeveralExercises = "Warning ! This question and its answers are used in several tests. Would you like to modify them";
  33. $langModifyInAllExercises = "in all tests";
  34. $langModifyInThisExercise = "only in the current test";
  35. $langAnswerType = "Answer type";
  36. $langUniqueSelect = "Multiple choice (Unique answer)";
  37. $langMultipleSelect = "Multiple choice (Multiple answers)";
  38. $langFillBlanks = "Fill in blanks";
  39. $langMatching = "Matching";
  40. $langAddPicture = "Add a picture (.GIF, .JPG or .PNG)";
  41. $langReplacePicture = "Replace the picture";
  42. $langDeletePicture = "Delete the picture";
  43. $langQuestionDescription = "Optional comment";
  44. $langGiveQuestion = "Please type the question";
  45. $langWeightingForEachBlank = "Please enter a weighting for each blank";
  46. $langUseTagForBlank = "use square brackets [...] to define one or more blanks";
  47. $langQuestionWeighting = "Weighting";
  48. $langMoreAnswers = "+answ";
  49. $langLessAnswers = "-answ";
  50. $langMoreElements = "+elem";
  51. $langLessElements = "-elem";
  52. $langTypeTextBelow = "Please type your text below";
  53. $langDefaultTextInBlanks = "[British people] live in the [United Kingdom].";
  54. $langDefaultMatchingOptA = "rich";
  55. $langDefaultMatchingOptB = "good looking";
  56. $langDefaultMakeCorrespond1 = "Your daddy is";
  57. $langDefaultMakeCorrespond2 = "Your mother is";
  58. $langDefineOptions = "Please define the options";
  59. $langMakeCorrespond = "Match them";
  60. $langFillLists = "Please fill the two lists below";
  61. $langGiveText = "Please type the text";
  62. $langDefineBlanks = "Please define at least one blank with square brackets [...]";
  63. $langGiveAnswers = "Please type the question\'s answers";
  64. $langChooseGoodAnswer = "Please check the correct answer";
  65. $langChooseGoodAnswers = "Please check one or more correct answers";
  66. $langQuestionList = "Question list of the test";
  67. $langMoveUp = "Move up";
  68. $langMoveDown = "Move down";
  69. $langGetExistingQuestion = "Get a question from the question pool";
  70. $langFinishTest = "Finish Test";
  71. $langQuestionPool = "Question pool";
  72. $langOrphanQuestions = "Orphan questions";
  73. $langNoQuestion = "There is no question for the moment";
  74. $langAllExercises = "All tests";
  75. $langFilter = "Filter";
  76. $langGoBackToEx = "Go back to the test";
  77. $langReuse = "Re-use";
  78. $langExerciseManagement = "Tests management";
  79. $langQuestionManagement = "Question / Answer management";
  80. $langQuestionNotFound = "Question not found";
  81. $langExerciseNotFound = "Test not found or not visible";
  82. $langAlreadyAnswered = "You already answered the question";
  83. $langElementList = "Elements list";
  84. $langScore = "Score";
  85. $langCorrespondsTo = "Corresponds to";
  86. $langExpectedChoice = "Expected choice";
  87. $langYourTotalScore = "Your total score is";
  88. $langEvalSet = "evaluation parameters";
  89. $langActive = "active";
  90. $langInactive = "inactive";
  91. $langQuestCreate = "create questions";
  92. $langExRecord = "your exercise has been saved";
  93. $langBackModif = "back to the edit page of questions";
  94. $langDoEx = "make exercice";
  95. $langDefScor = "describe evaluation parameters";
  96. $langCreateModif = "create / modify questions";
  97. $langSub = "subtitle";
  98. $langMyAnswer = "My answer";
  99. $langMorA = "+ answer";
  100. $langLesA = "- answer";
  101. $langRecEx = "save exercise";
  102. $langRecQu = "Save question";
  103. $langRecAns = "Save Answers";
  104. $langIntroduction = "Introduction";
  105. $langTitleAssistant = "Assistent for the creation of exercices";
  106. $langQuesList = "questionlist";
  107. $langSaveEx = "save exercices";
  108. $langClose = "close";
  109. $langFinish = "Finish";
  110. $langCancel = "Cancel";
  111. $langQImage = "Question with an image";
  112. $langAddQ = "Add a question";
  113. $langDoAnEx = "Do an exercice";
  114. $langGenerator = "Exercice list";
  115. $langChoice = "Your choice";
  116. $langCorrect = "Correct";
  117. $langPossAnsw = "Number of good answers for one question";
  118. $langStudAnsw = "number of errors by the student";
  119. $langDetermine = "Determine";
  120. $langNonNumber = "a non numeric value";
  121. $langReplaced = "Replaced";
  122. $langSuperior = "a value larger than 20";
  123. $langRep20 = "Replace 20";
  124. $langDefault = "Default Values *";
  125. $langDefComment = "previous values will be replaced by clicking the \"default values\" button";
  126. $langScoreGet = "black numbers = score ";
  127. $langShowScor = "Show evaluation to student:";
  128. $langStep1 = "Step 1";
  129. $langStep2 = "Step 2";
  130. $langTake = "take";
  131. $langAmong = "among";
  132. $langImportHotPotatoesQuiz = "Import HotPotatoes Tests";
  133. $langHotPotatoesTests = "Import HotPotatoes Tests";
  134. $langDownloadFile = "Upload HotPotatoes (html or zip) to the server";
  135. $langDownloadImg = "Upload Image file to the server";
  136. $langDownload = "Upload";
  137. $langDownloadEnd = "The html upload is finished.";
  138. $langNoSpace = "The upload has failed. There is not enough disk space in your directory";
  139. $langZipNoPhp = "The zip file cannot contain .PHP files";
  140. $langNoImg = "Test whithout Images";
  141. $langImgNote_st = "<br> You still have to upload ";
  142. $langImgNote_en = " image(s) :";
  143. $langAreYouSureToDelete = "Are you sure to delete";
  144. $langDocDeleted = "Document deleted";
  145. $langViMod = "Visibility modified";
  146. $langNameNotEqual = "is not the valid file !";
  147. $langIndice = "Index";
  148. $langIndices = "Indexes";
  149. $langDateExo = "Date";
  150. $langShowQuestion = "Show Question";
  151. $langUnknownExercise = "Unknown Exercise";
  152. $langReuseQuestion = "Reuse the question";
  153. $langCreateExercise = "Create Exercise";
  154. $langCreateQuestion = "Create a question";
  155. $langCreateAnswers = "Create answers";
  156. $langModifyExercise = "Modify Exercise";
  157. $langModifyQuestion = "Modify the question";
  158. $langModifyAnswers = "modify answers";
  159. $langForExercise = "for exercise";
  160. $langUseExistantQuestion = "Use an existing question";
  161. $freeAnswer = "Free answer";
  162. $notCorrectedYet = "This answer has not yet been corrected. Meanwhile, your score for this question is set to 0, affecting the total score.";
  163. $adminHP = "Hot Potatoes Admin";
  164. $NewQu = "New question";
  165. $NoImage = "Veuillez choisir une image.";
  166. $langAnswerHotspot = "Description and weighing are required for each hotspot - comment is optional";
  167. $langMinHotspot = "You have to create one (1) hotspot at least.";
  168. $langMaxHotspot = "The maximum hotspots you can create is twelve (12).";
  169. $langHotspotError = "Please supply a description and weighing for each hotspot.";
  170. $langMoreHotspots = "+hotspot";
  171. $langLessHotspots = "-hotspot";
  172. $langHotspotZones = "Hotspots";
  173. $langDescription = "Description";
  174. $langNextQuestion = "Next question";
  175. $langCorrectAnswer = "Correct answer";
  176. $langHotspotHit = "Your answer was";
  177. $langOnlyJPG = "For hotspots you can only use JPG (or JPEG) images";
  178. $langFinishThisTest = "Show correct answers to each question and the score for the test";
  179. $langAllQuestions = "All questions";
  180. $langModifyTitleDescription = "Edit title and comment";
  181. $langModifyHotspots = "Edit answers/hotspots";
  182. $langHotspotNotDrawn = "You haven\'t drawn all your hotspots yet";
  183. $langHotspotWeightingError = "You must give a positive (>0) weighing for all hotspots";
  184. $langHotspotValidateError1 = "You should answer completely to the question (";
  185. $langHotspotValidateError2 = " click(s) required on the image) before seeing the results";
  186. $langHotspotRequired = "Description and weighing are required for each hotspot. Comment is optional.";
  187. $langHotspotChoose = "<div style=\\\"padding:2px 3px;\\\">&bull; To create a hotspot: select a shape next to the color, and then draw the hotspot.</div><div style=\\\"padding:2px 3px;\\\">&bull; To move a hotspot, select the color, click another spot in the image, and then draw the hotspot.</div><div style=\\\"padding:2px 3px;\\\">&bull; To add a hotspot: click the [+hotspot] button.</div><div style=\\\"padding:2px 3px;\\\">&bull; To close a polygon shape: right click and select \\\"Close polygon\\\".</div>";
  188. $Fault = "Incorrect";
  189. $Hotspot = "Hotspot";
  190. $ClickNumber = "Click number";
  191. $HotspotGiveAnswers = "Please give an answer";
  192. $Addlimits = "Add limits";
  193. $AreYouSure = "Are you sure ";
  194. $StudentScore = "Student\\\'s score";
  195. $backtoTesthome = "Back to test home";
  196. $Feedback = "Feedback";
  197. $MarkIsUpdated = "The mark has been updated";
  198. $MarkInserted = "Mark inserted";
  199. $PleaseGiveAMark = "Please give a mark";
  200. $EditCommentsAndMarks = "Edit comments and marks";
  201. $AddComments = "Add comments";
  202. $Number = "N°";
  203. $Weighting = "Weighting";
  204. $ChooseQuestionType = "To create a new question, choose the type above";
  205. $MatchesTo = "Matches To";
  206. $CorrectTest = "Correct this test";
  207. $ViewTest = "View this test";
  208. $+answ = "+ answer";
  209. $-answ = "- answer";
  210. $+elem = "+ element";
  211. $-elem = "- element";
  212. $State = "State";
  213. $NotAttempted = "Not attempted";
  214. ?>