exercice.inc.php 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $QuestionEditionNotAvailableBecauseItIsAlreadyAnsweredHoweverYouCanCopyItAndModifyTheCopy = "Question edition is not available because the question has been already answered. However, you can copy and modify it.";
  6. $SelectADateOnTheCalendar = "Select a date from the calendar";
  7. $AreYouSureDeleteTestResultBeforeDateD = "Are you sure you want to clean results for this test before the selected date ?";
  8. $CleanStudentsResultsBeforeDate = "Clean all results before a selected date";
  9. $AreYouSureToEmptyAllTestResults = "Clear all learners results for every exercises ?";
  10. $CleanAllStudentsResultsForAllTests = "Are you sure to delete all test's results ?";
  11. $TestFeedbackNotShown = "This test is configured not to display feedback to learners. Comments will not be seen at the end of the test, but may be useful for you, as teacher, when reviewing the question details.";
  12. $FeedbackDisplayOptions = "How should we show the feedback/comment for each question? This option defines how it will be shown to the learner when taking the test. We recommend you try different options by editing your test options before having learners take it.";
  13. $ImportAikenQuizExplanationExample = "This is the text for question 1
  14. A. Answer 1
  15. B. Answer 2
  16. C. Answer 3
  17. ANSWER: B
  18. This is the text for question 2
  19. A. Answer 1
  20. B. Answer 2
  21. C. Answer 3
  22. D. Answer 4
  23. ANSWER: D
  24. ANSWER_EXPLANATION: this is an optional feedback comment that will appear next to the correct answer.";
  25. $ImportAikenQuizExplanation = "The Aiken format comes in a simple text (.txt) file, with several question blocks, each separated by a blank line. The first line is the question, the answer lines are prefixed by a letter and a dot, and the correct answer comes next with the ANSWER: prefix. See example below.";
  26. $ExerciseAikenErrorNoAnswerOptionGiven = "The imported file has at least one question without any answer (or the answers do not include the required prefix letter). Please make sure each question has at least one answer and that it is prefixed by a letter and a dot or a parenthesis, like this: A. answer one";
  27. $ExerciseAikenErrorNoCorrectAnswerDefined = "The imported file includes at least one question without any correct answer defined. Please make sure all questions include the ANSWER: [Letter] line.";
  28. $ThereWasAProblemWithYourFile = "There was an unknown issue with your file. Please review its format and try again.";
  29. $YouMustUploadAZipOrTxtFile = "You must upload a .txt or .zip file";
  30. $NoTxtFileFoundInTheZip = "No .txt file found in zip";
  31. $ImportAikenQuiz = "Import Aiken quiz";
  32. $ExerciseWasActivatedFromXToY = "Exercise was activated from %s to %s";
  33. $SelectAnAnswerToContinue = "Select an answer to continue";
  34. $IfYouContinueYourAnswerWillBeSavedAnyChangeWillBeNotAllowed = "If you continue your answers will be saved, any change will be not allowed later. Are you sure you want to continue?";
  35. $YesImSure = "Yes, I'm sure!";
  36. $NoIWantToTurnBack = "No, I want to continue the exercise.";
  37. $QuestionReused = "Question added in the exercise";
  38. $QuestionCopied = "Question copied to the exercise";
  39. $ZeroMeansNoQuestionWillBeSelectedMinusOneMeansThatAllQuestionsWillBeSelected = "-1 = All questions will be selected.
  40. 0 = No questions will be selected.";
  41. $EmailNotificationTemplateDescription = "You can customize the email sent to users when they finished the exercise. You can use tags like these:
  42. 1. {{ student.username }}
  43. 2. {{ student.firstname }}
  44. 3. {{ student.lastname }}
  45. 4. {{ student.official_code }}
  46. 5. {{ exercise.title }}
  47. 6. {{ exercise.start_time }}
  48. 7. {{ exercise.end_time }}
  49. 8. {{ course.title }}
  50. 9. {{ course.code }}";
  51. $EmailNotificationTemplate = "Email notification template";
  52. $ExerciseEndButtonDisconnect = "Logout";
  53. $ExerciseEndButtonExerciseHome = "Exercise list.";
  54. $ExerciseEndButtonCourseHome = "Course home";
  55. $ExerciseEndButton = "Exercise end button";
  56. $HideQuestionTitle = "Hide question title";
  57. $QuestionSelection = "Question selection type";
  58. $OrderedCategoriesByParentWithQuestionsRandom = "Ordered categories by parent with random questions";
  59. $OrderedCategoriesByParentWithQuestionsOrdered = "Ordered categories by parent with questions ordered";
  60. $RandomCategoriesWithRandomQuestionsNoQuestionGrouped = "Random categories with random questions (questions not grouped)";
  61. $RandomCategoriesWithQuestionsOrderedNoQuestionGrouped = "Random categories with questions ordered (questions not grouped)";
  62. $RandomCategoriesWithRandomQuestions = "Random categories with random questions";
  63. $OrderedCategoriesAlphabeticallyWithRandomQuestions = "Ordered categories alphabetically with random questions";
  64. $RandomCategoriesWithQuestionsOrdered = "Random categories with questions ordered";
  65. $OrderedCategoriesAlphabeticallyWithQuestionsOrdered = "Ordered categories alphabetically with questions ordered";
  66. $UsingCategories = "Using categories";
  67. $OrderedByUser = "Ordered by user";
  68. $ToReview = "To be reviewed";
  69. $Unanswered = "Unanswered";
  70. $Answered = "Answered";
  71. $CurrentQuestion = "Current question";
  72. $MediaQuestions = "Shareable enunciates";
  73. $AddedToLPCannotBeAccessed = "This exercise has been included in a learning path, so it cannot be accessed by students directly from here. If you want to put the same exercise available through the exercises tool, please make a copy of the current exercise using the copy icon.";
  74. $langExercice = "Test";
  75. $langActivate = "Show";
  76. $langDeactivate = "Hide";
  77. $langNoEx = "There is no test for the moment";
  78. $langNewEx = "Create a new test";
  79. $langQuestion = "Question";
  80. $langQuestions = "Questions";
  81. $langAnswers = "Answers";
  82. $langTrue = "True";
  83. $langAnswer = "Answer";
  84. $langResult = "Result";
  85. $langNoResult = "There is no result yet";
  86. $langYourResults = "Your results";
  87. $langStudentResults = "Score";
  88. $langExerciseType = "Sequential";
  89. $langExerciseName = "Test name";
  90. $langExerciseDescription = "Give a context to the test";
  91. $langSimpleExercise = "All questions on one page";
  92. $langSequentialExercise = "One question by page";
  93. $langRandomQuestions = "Random questions";
  94. $langGiveExerciseName = "Please give the test name";
  95. $langSound = "Audio or video file";
  96. $langDeleteSound = "Delete the audio or video file";
  97. $langNoAnswer = "There is no answer for the moment";
  98. $langGoBackToQuestionPool = "Go back to the question pool";
  99. $langGoBackToQuestionList = "Go back to the questions list";
  100. $langQuestionAnswers = "Answers to the question";
  101. $langUsedInSeveralExercises = "Warning ! This question and its answers are used in several tests. Would you like to Edit them";
  102. $langModifyInAllExercises = "in all tests";
  103. $langModifyInThisExercise = "only in the current test";
  104. $langAnswerType = "Answer type";
  105. $langMultipleSelect = "Multiple answers";
  106. $langFillBlanks = "Fill blanks or form";
  107. $langMatching = "Matching";
  108. $langAddPicture = "Add a picture";
  109. $langReplacePicture = "Replace the picture";
  110. $langDeletePicture = "Delete picture";
  111. $langQuestionDescription = "Enrich question";
  112. $langGiveQuestion = "Please type the question";
  113. $langWeightingForEachBlank = "Please enter a score for each blank";
  114. $langUseTagForBlank = "use square brackets [...] to define one or more blanks";
  115. $langQuestionWeighting = "Score";
  116. $langMoreAnswers = "+answ";
  117. $langLessAnswers = "-answ";
  118. $langMoreElements = "+elem";
  119. $langLessElements = "-elem";
  120. $langTypeTextBelow = "Please type your text below";
  121. $langDefaultTextInBlanks = "<table cellspacing=\"0\" cellpadding=\"10\" border=\"1\" width=\"720\" style=\"\" height:=\"\"> <tbody> <tr> <td colspan=\"2\"> <h3>Example fill the form activity : calculate the Body Mass Index</h3> </td> </tr> <tr> <td style=\"text-align: right;\"><strong>Age</strong></td> <td width=\"75%\" style=\"\">[25] years old</td> </tr> <tr> <td style=\"text-align: right;\"><strong>Sex</strong></td> <td style=\"\" text-align:=\"\">[M] (M or F)</td> </tr> <tr> <td style=\"text-align: right;\"><strong>Weight</strong></td> <td style=\"\" text-align:=\"\">95 Kg</td> </tr> <tr> <td style=\"vertical-align: top; text-align: right;\"><strong>Height</strong></td> <td style=\"vertical-align: top;\">1.81 m</td> </tr> <tr> <td style=\"vertical-align: top; text-align: right;\"><strong>Body Mass Index</strong></td> <td style=\"vertical-align: top;\">[29] BMI =Weight/Size<sup>2</sup> (Cf.<a href=\"http://en.wikipedia.org/wiki/Body_mass_index\" onclick=\"window.open(this.href,'','resizable=yes,location=yes,menubar=no,scrollbars=yes,status=yes,toolbar=no,fullscreen=no,dependent=no,width=800,height=600,left=40,top=40,status'); return false\"> Wikipedia article</a>)</td> </tr> </tbody></table>";
  122. $langDefaultMatchingOptA = "Note down the address";
  123. $langDefaultMatchingOptB = "Contact the emergency services";
  124. $langDefaultMakeCorrespond1 = "First step";
  125. $langDefaultMakeCorrespond2 = "Second step";
  126. $langDefineOptions = "Please define the options";
  127. $langMakeCorrespond = "Match them";
  128. $langFillLists = "Please fill the two lists below";
  129. $langGiveText = "Please type the text";
  130. $langDefineBlanks = "Please define at least one blank with square brackets [...]";
  131. $langGiveAnswers = "Please type the question's answers";
  132. $langChooseGoodAnswer = "Please check the correct answer";
  133. $langChooseGoodAnswers = "Please check one or more correct answers";
  134. $langQuestionList = "Question list of the test";
  135. $langMoveUp = "Move up";
  136. $langMoveDown = "Move down";
  137. $langGetExistingQuestion = "Recycle existing questions";
  138. $langFinishTest = "Correct test";
  139. $langQuestionPool = "Recycle existing questions";
  140. $langOrphanQuestions = "Orphan questions";
  141. $langNoQuestion = "Questions list (there is no question so far).";
  142. $langAllExercises = "All tests";
  143. $langFilter = "Filter";
  144. $langGoBackToEx = "Go back to the test";
  145. $langReuse = "Re-use in current test";
  146. $langExerciseManagement = "Tests management";
  147. $langQuestionManagement = "Question / Answer management";
  148. $langQuestionNotFound = "Question not found";
  149. $langExerciseNotFound = "Test not found or not visible";
  150. $langAlreadyAnswered = "You already answered the question";
  151. $langElementList = "Elements list";
  152. $langScore = "Score";
  153. $langCorrespondsTo = "Corresponds to";
  154. $langExpectedChoice = "Expected choice";
  155. $langYourTotalScore = "Score for the test";
  156. $ReachedMaxAttemptsAdmin = "You have reached the maximum number of attempts for this test. Being a trainer, you can go on practicing but your Results will not be reported.";
  157. $langExerciseAdded = "Exercise added";
  158. $Build = "Build";
  159. $langEvalSet = "Assesment settings";
  160. $langActive = "active";
  161. $langInactive = "inactive";
  162. $langQuestCreate = "Create questions";
  163. $langExRecord = "your test has been saved";
  164. $langBackModif = "back to the edit page of questions";
  165. $langDoEx = "make test";
  166. $langDefScor = "Describe assessment settings";
  167. $langCreateModif = "Create/Edit questions";
  168. $langSub = "subtitle";
  169. $langMyAnswer = "My answer";
  170. $langMorA = "+ answer";
  171. $langLesA = "- answer";
  172. $langRecEx = "Save test";
  173. $langRecQu = "Add question to test";
  174. $langRecAns = "Save Answers";
  175. $langIntroduction = "Introduction";
  176. $langTitleAssistant = "Assistant for the creation of tests";
  177. $langQuesList = "questionlist";
  178. $langSaveEx = "save tests";
  179. $langFinish = "Quit test";
  180. $langCancel = "Cancel";
  181. $langQImage = "Question with an image";
  182. $langAddQ = "Add a question";
  183. $langDoAnEx = "Do an test";
  184. $langGenerator = "Test list";
  185. $langChoice = "Your choice";
  186. $langCorrect = "Correct";
  187. $langPossAnsw = "Number of good answers for one question";
  188. $langStudAnsw = "number of errors by the learner";
  189. $langDetermine = "Determine";
  190. $langNonNumber = "a non numeric value";
  191. $langReplaced = "Replaced";
  192. $langSuperior = "a value larger than 20";
  193. $langRep20 = "Replace 20";
  194. $langDefault = "Default Values *";
  195. $langDefComment = "previous values will be replaced by clicking the \"default values\" button";
  196. $langScoreGet = "black numbers = score";
  197. $langShowScor = "Show score to learner:";
  198. $langStep1 = "Step 1";
  199. $langStep2 = "Step 2";
  200. $langTake = "take";
  201. $langAmong = "among";
  202. $langImportHotPotatoesQuiz = "Import Hotpotatoes";
  203. $langHotPotatoesTests = "Import Hotpotatoes tests";
  204. $langDownloadFile = "Upload file";
  205. $langDownloadImg = "Upload Image file to the server";
  206. $langDownloadEnd = "The upload is finished";
  207. $langNoSpace = "The upload has failed. Either you have exceeded your maximum quota, or there is not enough disk space.";
  208. $langZipNoPhp = "The zip file can not contain .PHP files";
  209. $langNoImg = "Test whithout Images";
  210. $langImgNote_st = "<br> You still have to upload";
  211. $langImgNote_en = " image(s) :";
  212. $langDocDeleted = "Document deleted";
  213. $langViMod = "Visibility modified";
  214. $langNameNotEqual = "is not the valid file !";
  215. $langIndice = "Index";
  216. $langIndices = "Indexes";
  217. $langDateExo = "Date";
  218. $langShowQuestion = "Show Question";
  219. $langUnknownExercise = "Unknown Test";
  220. $langReuseQuestion = "Reuse the question";
  221. $langCreateExercise = "Create test";
  222. $langCreateQuestion = "Create a question";
  223. $langCreateAnswers = "Create answers";
  224. $langModifyExercise = "Edit test name and settings";
  225. $langModifyAnswers = "Edit answers";
  226. $langForExercise = "for the test";
  227. $langUseExistantQuestion = "Use an existing question";
  228. $FreeAnswer = "Open question";
  229. $notCorrectedYet = "This answer has not yet been corrected. Meanwhile, your score for this question is set to 0, affecting the total score.";
  230. $adminHP = "Hot Potatoes Admin";
  231. $NewQu = "New question";
  232. $NoImage = "Please select an image";
  233. $langAnswerHotspot = "Description and scoring are required for each hotspot - feedback is optional";
  234. $langMinHotspot = "You have to create one (1) hotspot at least.";
  235. $langMaxHotspot = "The maximum hotspots you can create is twelve (12).";
  236. $langHotspotError = "Please supply a description and weighing for each hotspot.";
  237. $langMoreHotspots = "Add hotspot";
  238. $langLessHotspots = "Remove hotspot";
  239. $langHotspotZones = "Image zones";
  240. $langNextQuestion = "Next question";
  241. $langCorrectAnswer = "Correct answer";
  242. $langHotspotHit = "Your answer was";
  243. $langOnlyJPG = "For hotspots you can only use JPG (or JPEG) images";
  244. $langFinishThisTest = "Show correct answers to each question and the score for the test";
  245. $langAllQuestions = "All questions";
  246. $langModifyTitleDescription = "Edit title and description";
  247. $langModifyHotspots = "Edit answers/hotspots";
  248. $langHotspotNotDrawn = "You haven't drawn all your hotspots yet";
  249. $langHotspotWeightingError = "You must give a positive score for each hotspots";
  250. $langHotspotValidateError1 = "You should answer completely to the question (";
  251. $langHotspotValidateError2 = " click(s) required on the image) before seeing the results";
  252. $langHotspotRequired = "Description and scoring are required for each hotspot. Feedback is optional.";
  253. $langHotspotChoose = "To create a hotspot: select a shape next to the colour, and draw the hotspot. To move a hotspot, select the colour, click another spot in the image, and draw the hotspot. To add a hotspot: click the Add hotspot button. To close a polygon shape: right click and select Close polygon.";
  254. $Fault = "Incorrect";
  255. $HotSpot = "Image zones";
  256. $ClickNumber = "Click number";
  257. $HotspotGiveAnswers = "Please give an answer";
  258. $Addlimits = "Add limits";
  259. $AreYouSure = "Are you sure";
  260. $StudentScore = "Learner score";
  261. $backtoTesthome = "Back to test home";
  262. $Feedback = "Feedback";
  263. $MarkIsUpdated = "The grade has been updated";
  264. $MarkInserted = "Grade inserted";
  265. $PleaseGiveAMark = "Please give a grade";
  266. $EditCommentsAndMarks = "Edit individual feedback and grade the open question";
  267. $AddComments = "Add individual feedback";
  268. $Number = "N°";
  269. $Weighting = "Score";
  270. $ChooseQuestionType = "To create a new question, choose the type above";
  271. $MatchesTo = "Matches To";
  272. $CorrectTest = "Correct test";
  273. $ViewTest = "View";
  274. $State = "Status";
  275. $NotAttempted = "Not attempted";
  276. $AddElem = "Add element";
  277. $DelElem = "Remove element";
  278. $PlusAnswer = "Add answer option";
  279. $LessAnswer = "Remove answer option";
  280. $YourScore = "Your score";
  281. $Attempted = "Attempted";
  282. $AssignMarks = "Assign a grade";
  283. $Results = "Results and feedback";
  284. $ExerciseStored = "Proceed by clicking on a question type, then enter the appropriate information.";
  285. $ChooseAtLeastOneCheckbox = "Choose at least one good answer";
  286. $ExerciseEdited = "Test name and settings have been saved.";
  287. $ExerciseDeleted = "The test has been deleted";
  288. $ClickToCommentAndGiveFeedback = "Click the following link to check the answer and give feedback";
  289. $OpenQuestionsAttempted = "A learner has answered an open question";
  290. $AttemptDetails = "Attempt details";
  291. $TestAttempted = "Test attempted";
  292. $StudentName = "Learner name";
  293. $StudentEmail = "Learner email";
  294. $OpenQuestionsAttemptedAre = "Open question attempted is";
  295. $CourseName = "Course name";
  296. $UploadJpgPicture = "Upload image (jpg, png or gif) to apply hotspots.";
  297. $HotspotDescription = "Now click on : (...)";
  298. $ExamSheetVCC = "Examsheet viewed/corrected/commented by the trainer";
  299. $AttemptVCC = "Your following attempt has been viewed/commented/corrected by the trainer";
  300. $ClickLinkToViewComment = "Click the link below to access your account and view your commented Examsheet.";
  301. $Regards = "Regards";
  302. $AttemptVCCLong = "You attempt for the test %s has been viewed/commented/corrected by the trainer. Click the link below to access your account and view your Examsheet.";
  303. $DearStudentEmailIntroduction = "Dear learner,";
  304. $ExerciseFinished = "Test Finished";
  305. $ResultsEnabled = "Results enabled for learners";
  306. $ResultsDisabled = "Results disabled for learners";
  307. $ExportWithUserFields = "Include profiling";
  308. $ExportWithoutUserFields = "Exclude profiling";
  309. $DisableResults = "Do not show results";
  310. $EnableResults = "Show results to learners";
  311. $ValidateAnswer = "Validate answers";
  312. $FillInBlankSwitchable = "Allow answers order switches";
  313. $ReachedMaxAttempts = "You cannot take test <b>%s</b> because you have already reached the maximum of %s attempts.";
  314. $AdvancedParameters = "Advanced settings";
  315. $RandomQuestionsToDisplay = "Number of random questions to display";
  316. $RandomQuestionsHelp = "To randomize all questions choose 10. To disable randomization, choose \"Do not randomize\".";
  317. $ExerciseAttempts = "Max number of attempts";
  318. $DoNotRandomize = "Do not randomize";
  319. $Infinite = "Infinite";
  320. $BackToExercisesList = "Back to Tests tool";
  321. $ViewScoreChangeHistory = "View score change history";
  322. $NoStartDate = "No start date";
  323. $NoLogOfDuration = "No log of duration";
  324. $EnableTimeLimits = "Impose calendar limit";
  325. $ExeStartTime = "Start date";
  326. $ExeEndTime = "End date";
  327. $Value = "Value";
  328. $DeleteAttempt = "Delete attempt?";
  329. $WithoutComment = "Without comment";
  330. $QuantityQuestions = "Questions";
  331. $FilterExercices = "Filter tests";
  332. $FilterByNotRevised = "Only unqualified";
  333. $FilterByRevised = "Only qualified";
  334. $Duration = "Duration";
  335. $ReachedTimeLimit = "Time limit reached";
  336. $TryAgain = "Try again";
  337. $SeeTheory = "Theory link";
  338. $EndActivity = "End of activity";
  339. $NoFeedback = "Exam (no feedback)";
  340. $DirectFeedback = "Self-evaluation (immediate feedback)";
  341. $FeedbackType = "Feedback";
  342. $Scenario = "Scenario";
  343. $VisitUrl = "Visit this link";
  344. $ExitTest = "Exit test";
  345. $DurationFormat = "%1 seconds";
  346. $Difficulty = "Difficulty";
  347. $NewScore = "New score";
  348. $NewComment = "New comment";
  349. $ExerciseNoStartedYet = "The test did not start yet";
  350. $ExerciseNoStartedAdmin = "The trainer did not allow the test to start yet";
  351. $SelectTargetLP = "Select target training";
  352. $SelectTargetQuestion = "Select target question";
  353. $DirectFeedbackCantModifyTypeQuestion = "The test type cannot be modified since it was set to self evaluation. Self evaluation gives you the possibility to give direct feedback to the user, but this is not compatible with all question types and, so this type quiz cannot be changed afterward.";
  354. $CantShowResults = "Not available";
  355. $CantViewResults = "Can't view results";
  356. $ShowCorrectedOnly = "With individual feedback";
  357. $ShowUnCorrectedOnly = "Uncorrected results";
  358. $HideResultsToStudents = "Hide results";
  359. $ShowResultsToStudents = "Show score to learner";
  360. $ProcedToQuestions = "Proceed to questions";
  361. $AddQuestionToExercise = "Add this question to the test";
  362. $PresentationQuestions = "Display";
  363. $UniqueAnswer = "Multiple choice";
  364. $MultipleAnswer = "Multiple answer";
  365. $ReachedOneAttempt = "You can not take this test because you have already reached one attempt";
  366. $QuestionsPerPage = "Questions per page";
  367. $QuestionsPerPageOne = "One";
  368. $QuestionsPerPageAll = "All";
  369. $EditIndividualComment = "Edit individual feedback";
  370. $ThankYouForPassingTheTest = "Thank you for passing the test";
  371. $ExerciseAtTheEndOfTheTest = "At end of test";
  372. $EnrichQuestion = "Enrich question";
  373. $langDefaultUniqueQuestion = "Select the good reasoning";
  374. $langDefaultUniqueAnswer1 = "A then B then C";
  375. $langDefaultUniqueComment1 = "Milk is the basis of many dairy products such as butter, cheese, yogurt, among other";
  376. $langDefaultUniqueAnswer2 = "A then C then B";
  377. $langDefaultUniqueComment2 = "Oats are one of the most comprehensive grain. By their energy and nutritional qualities has been the basis of feeding people";
  378. $langDefaultMultipleQuestion = "The marasmus is a consequence of";
  379. $langDefaultMultipleAnswer1 = "Lack of Calcium";
  380. $langDefaultMultipleComment1 = "The calcium acts as a ...";
  381. $langDefaultMultipleAnswer2 = "Lack of Vitamin A";
  382. $langDefaultMultipleComment2 = "The Vitamin A is responsible for...";
  383. $langDefaultFillBlankQuestion = "Calculate the Body Mass Index";
  384. $langDefaultMathingQuestion = "Order the operations";
  385. $langDefaultOpenQuestion = "List what you consider the 10 top qualities of a good project manager?";
  386. $langMoreHotspotsImage = "Add/edit hotspots on the image";
  387. $ReachedTimeLimitAdmin = "Reached time limit admin";
  388. $LastScoreTest = "Last score of a exercise";
  389. $BackToResultList = "Back to result list";
  390. $EditingScoreCauseProblemsToExercisesInLP = "If you edit a question score, please remember that this Exercise was added in a Course";
  391. $SelectExercice = "Select exercise";
  392. $YouHaveToSelectATest = "You have to select a test";
  393. $HotspotDelineation = "Hotspot delineation";
  394. $CreateQuestions = "Create questions";
  395. $MoreOAR = "More areas at risk";
  396. $LessOAR = "Less areas at risk";
  397. $LearnerIsInformed = "This message, as well as the results table, will appear to the learner if he fails this step";
  398. $MinOverlap = "Minimum overlap";
  399. $MaxExcess = "Maximum excess";
  400. $MaxMissing = "Maximum missing";
  401. $IfNoError = "If no error";
  402. $LearnerHasNoMistake = "The learner made no mistake";
  403. $YourAnswer = "Your answer";
  404. $YourDelineation = "Your delineation :";
  405. $ResultIs = "Your result is :";
  406. $Overlap = "Overlapping area";
  407. $Missing = "Missing area";
  408. $Excess = "Excessive area";
  409. $Min = "Minimum";
  410. $Max = "Maximum";
  411. $Requirements = "Requirements";
  412. $OARHit = "One (or more) area at risk has been hit";
  413. $TooManyIterationsPleaseTryUsingMoreStraightforwardPolygons = "Too many iterations while calculating your answer. Please try drawing your delineation in a more straightforward manner";
  414. $Thresholds = "Thresholds";
  415. $Delineation = "Delineation";
  416. $QuestionTypeDoesNotBelongToFeedbackTypeInExercise = "Question type does not belong to feedback type in exercise";
  417. $XResultsCleaned = "%d results cleaned";
  418. $AreYouSureToDeleteResults = "Are you sure to delete results";
  419. $ExerciseCopied = "Exercise copied";
  420. $AreYouSureToCopy = "Are you sure to copy";
  421. $EditingExerciseCauseProblemsInLP = "Editing exercise cause problems in Learning Path";
  422. $ExerciseWithFeedbackWithoutCorrectionComment = "Note: This test has been setup to hide the expected answers.";
  423. $SessionIsReadOnly = "The session is read only";
  424. $EnableTimerControl = "Enable time control";
  425. $ExerciseTotalDurationInMinutes = "Total duration in minutes of the test";
  426. $ToContinueUseMenu = "To continue this course, please use the side-menu.";
  427. $RandomAnswers = "Shuffle answers";
  428. $NotMarkActivity = "This activity cannot be graded";
  429. $YouHaveToCreateAtLeastOneAnswer = "You have to create at least one answer";
  430. $ExerciseAttempted = "A learner attempted an exercise";
  431. $MultipleSelectCombination = "Exact Selection";
  432. $MultipleAnswerCombination = "Exact answers combination";
  433. $ExerciceExpiredTimeMessage = "The exercise time limit has expired";
  434. $AllQuestionsMustHaveACategory = "All questions must have a category to use the random-by-category mode.";
  435. $NoMedia = "Not linked to media";
  436. $AttachToMedia = "Attach to media";
  437. $ExamModeWithFinalScoreShowOnlyFinalScoreWithCategoriesIfAvailable = "Show only final score, with categories if available";
  438. $Media = "Media";
  439. $ForceEditingExerciseInLPWarning = "You are authorized to edit this exercise, although already used in the learning path. If you edit it, try to avoid changing the score and focus on editing content, not values nor categorization, to avoid affecting the results of previous users having taken this test.";
  440. $CopyExercise = "Copy this exercise as a new one";
  441. $CleanStudentResults = "Clear all learners results for this exercise";
  442. $ImportQtiQuiz = "Import exercises Qti2";
  443. $ReUseACopyInCurrentTest = "Re-use a copy inside the current test";
  444. $Copy = "Copy";
  445. $QuestionGlobalCategory = "Global category";
  446. $CheckThatYouHaveEnoughQuestionsInYourCategories = "Make sure you have enough questions in your categories.";
  447. $ScoreAverageFromAllAttempts = "Score average from all attempts";
  448. $DefaultContent = "Generate default content";
  449. $OralQuestionsAttemptedAreX = "The attempted oral questions are %s";
  450. $OralQuestionsAttempted = "A learner has attempted one or more oral question";
  451. $RelativeScore = "Relative score";
  452. $AbsoluteScore = "Absolute score";
  453. $EditQuestions = "Edit questions";
  454. $ExerciseDescriptionLabel = "Description";
  455. $ExerciseEditionNotAvailableInSession = "You can't edit this course exercise from inside a session";
  456. $UniqueAnswerNoOption = "Unique answer with unknown";
  457. $MultipleAnswerTrueFalse = "Multiple answer true/false/don't know";
  458. $MultipleAnswerCombinationTrueFalse = "Combination true/false/don't-know";
  459. $DontKnow = "Don't know";
  460. $False = "False";
  461. $DoubtScore = "Don't know";
  462. $HotSpotDelineation = "Hotspot delineation";
  463. $PropagateNegativeResults = "Propagate negative results between questions";
  464. $InsertALinkToThisQuestionInTheExercise = "Use this question in the test as a link (not a copy)";
  465. $OnlyShowScore = "Practice mode: Show score only, by category if at least one is used";
  466. $ImportExcelQuiz = "Import quiz from Excel";
  467. $DownloadExcelTemplate = "Download the Excel Template";
  468. $ExerciseWillBeActivatedFromXToY = "Exercise will be activated from %s to %s";
  469. $EnableStartTime = "Enable start time";
  470. $EnableEndTime = "Enable end time";
  471. $ExerciseAvailableFromX = "Exercise available from %s";
  472. $ExerciseAvailableUntilX = "Exercise available until %s";
  473. $TestLimitsAdded = "Tests limits added";
  474. $AddLimits = "Add limits";
  475. $Unlimited = "Unlimited";
  476. $LimitedTime = "Limited time";
  477. $LimitedAttempts = "Limited attempts";
  478. $Times = "Times";
  479. $Random = "Random";
  480. $ExerciseTimerControlMinutes = "Enable exercise timer controller.";
  481. $Numeric = "Numerical";
  482. $Acceptable = "Acceptable";
  483. $Hotspot = "Hotspot";
  484. $ChangeTheVisibilityOfTheCurrentImage = "Change the visibility of the current image";
  485. $Steps = "Steps";
  486. $OriginalValue = "Original value";
  487. $ChooseAnAnswer = "Choose an answer";
  488. $ImportExercise = "Import exercise";
  489. $MultipleChoiceMultipleAnswers = "Multiple choice, multiple answers";
  490. $MultipleChoiceUniqueAnswer = "Multiple choice, unique answer";
  491. $HotPotatoesFiles = "HotPotatoes files";
  492. $HotPotatoes = "HotPotatoes";
  493. $OAR = "Area to avoid";
  494. $TotalScoreTooBig = "Total score is too big";
  495. $InvalidQuestionType = "Invalid question type";
  496. $ShowScoreAndRightAnswer = "Auto-evaluation mode: show score and expected answers";
  497. $DoNotShowScoreNorRightAnswer = "Exam mode: Do not show score nor answers";
  498. $LoadUsersExtraData = "Load users' extra data";
  499. $StartTest = "Start test";
  500. $SaveForNow = "Save and continue";
  501. $QuestionsToReview = "Questions to be reviewed";
  502. $QuestionWithNoAnswer = "Questions without answer";
  503. $ValidateAnswers = "Validate answers";
  504. $ReviewQuestions = "Review selected questions";
  505. $YouTriedToResolveThisExerciseEarlier = "You have tried to resolve this exercise earlier";
  506. $ThereAreNoQuestionsForThisExercise = "There are no questions for this exercise";
  507. $ContinueTest = "Proceed with the test";
  508. $XQuestionsWithTotalScoreY = "%d questions, for a total score (all questions) of %s.";
  509. $QuestionLowerCase = "question";
  510. $QuestionsLowerCase = "questions";
  511. $Category = "Category";
  512. $BackToTestList = "Back to test list";
  513. $CategoryDescription = "Category description";
  514. $BackToCategoryList = "Back to category list";
  515. $AddCategoryNameAlreadyExists = "This category name already exists. Please use another name.";
  516. $CannotDeleteCategory = "Can't delete category";
  517. $CannotDeleteCategoryError = "Error: could not delete category";
  518. $CannotEditCategory = "Could not edit category";
  519. $ModifyCategory = "Modify category";
  520. $ModifyCategoryError = "Could not update category";
  521. $AllCategories = "All categories";
  522. $AllGroups = "All groups";
  523. $FilterByGroup = "Filter by group";
  524. $CreateQuestionOutsideExercice = "Create question outside exercise";
  525. $ChoiceQuestionType = "Choose question type";
  526. $YesWithCategoriesSorted = "Yes, with categories ordered";
  527. $YesWithCategoriesShuffled = "Yes, with categories shuffled";
  528. $ManageAllQuestions = "Manage all questions";
  529. $MustBeInATest = "Must be in a test";
  530. $PleaseSelectSomeRandomQuestion = "Please select some random question";
  531. $RemoveFromTest = "Remove from test";
  532. $AddQuestionToTest = "Add question to test";
  533. $QuestionByCategory = "Question by category";
  534. $QuestionUpperCaseFirstLetter = "Question";
  535. $QuestionCategory = "Questions category";
  536. $AddACategory = "Add category";
  537. $CategoryName = "Category name";
  538. $AddTestCategory = "Add test category";
  539. $AddCategoryDone = "Category added";
  540. $NbCategory = "Nb categories";
  541. $DeleteCategoryAreYouSure = "Are you sure you want to delete this category?";
  542. $DeleteCategoryDone = "Category deleted";
  543. $EditCategory = "Edit category";
  544. $MofidfyCategoryDone = "Category updated";
  545. $NoCategory = "No category";
  546. $NotInAGroup = "Not in a group";
  547. $DoFilter = "Filter";
  548. $ByCategory = "By category";
  549. $ResultsNotRevised = "Results not reviewed";
  550. $ResultNotRevised = "Result not reviewed";
  551. $NumberOfStudentsWhoTryTheExercise = "Number of learners who attempted the exercise";
  552. $LowestScore = "Lowest score";
  553. $HighestScore = "Highest score";
  554. $MaximumScore = "Maximum score";
  555. $NotRevised = "Not reviewed";
  556. $PreviousQuestion = "Previous question";
  557. $Options = "Options";
  558. $RandomQuestionByCategory = "Random questions by category";
  559. $QuestionDisplayCategoryName = "Display questions category";
  560. $ReviewAnswers = "Review my answers";
  561. $TextWhenFinished = "Text appearing at the end of the test";
  562. $Validated = "Validated";
  563. $NotValidated = "Not validated";
  564. $Revised = "Revised";
  565. $SelectAQuestionToReview = "Select a question to revise";
  566. $ReviewQuestionLater = "Revise question later";
  567. $NumberStudentWhoSelectedIt = "Number of learners who selected it";
  568. $QuestionsAlreadyAnswered = "Questions already answered";
  569. $StudentsWhoAreTakingTheExerciseRightNow = "Learners who're taking the exercise right now";
  570. $ReportByQuestion = "Report by question";
  571. $LiveResults = "Live results";
  572. $RecordAnswer = "Record answer";
  573. $UseTheMessageBelowToAddSomeComments = "Use the message below to add a comment";
  574. $SendRecord = "Send record";
  575. $DownloadLatestRecord = "Download record";
  576. $OralExpression = "Oral expression";
  577. $CongratulationsYouPassedTheTest = "Congratulations you passed the test!";
  578. $YouDidNotReachTheMinimumScore = "You didn't reach the minimum score";
  579. $EndTest = "End test";
  580. $PassPercentage = "Pass percentage";
  581. $NoCategorySelected = "No category selected";
  582. $ExerciseAverage = "Exercise average";
  583. $NoNegativeScore = "No negative score";
  584. $GlobalMultipleAnswer = "Global multiple answer";
  585. $AllQuestionsShort = "All";
  586. $ProblemsRecordingUploadYourOwnAudioFile = "Problem recording? Upload your own audio file.";
  587. ?>