Rev 17328 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
9687 | guerimand | 2 | !if bad_maxexams=$error |
3 | Le nombre d'examens est limité à $max_exams. |
||
4 | !exit |
||
5 | !endif |
||
6 | |||
2766 | bpr | 7 | !if $error=prep_noexercise |
8 | The content of the exercise $exo of the exam is empty. Try again. |
||
9 | !exit |
||
10 | !endif!set wims_module_log=error: $error |
||
11 | |||
23 | reyssat | 12 | !if not_supervisor=$error |
13 | Sorry, but the operation of preparation / modification of an exam |
||
14 | is reserved to registered supervisor of a class. |
||
15 | !exit |
||
16 | !endif |
||
17 | |||
18 | !if bad_class=$error |
||
19 | Strange, but I find that your class is not valid! |
||
20 | !exit |
||
21 | !endif |
||
22 | |||
23 | !if $error=no_sheet |
||
6037 | czzmrn | 24 | <p> |
23 | reyssat | 25 | The content of an exam must be taken from activated worksheets (active or |
26 | expired). |
||
6037 | czzmrn | 27 | </p><p> |
23 | reyssat | 28 | Your class does not have activated worksheets yet. Please define your |
29 | worksheets, put works into them then activate them, |
||
30 | before defining an exam for the class. |
||
6037 | czzmrn | 31 | </p> |
23 | reyssat | 32 | !exit |
33 | !endif |
||
34 | |||
35 | !if bad_exam=$error |
||
36 | Your exam number is not valid. Bug of the software? |
||
37 | !exit |
||
38 | !endif |
||
39 | |||
1813 | bpr | 40 | !if $error=simuchange |
41 | This exam sheet has just changed its status. Please |
||
42 | !href cmd=reply&job=scorereg click here |
||
43 | to terminate your session. |
||
44 | !exit |
||
45 | !endif |
||
46 | |||
23 | reyssat | 47 | !if already_registered=$error |
48 | Your score is already registered. |
||
49 | !exit |
||
50 | !endif |
||
51 | |||
52 | !if no_more_registration=$error |
||
53 | This exam allows you to register your score only $stries times. You can |
||
54 | make no more registrations. |
||
55 | !exit |
||
56 | !endif |
||
57 | |||
58 | !if bad_source=$error |
||
3957 | bpr | 59 | The item number $bad_source in the source code you just submitted is not |
23 | reyssat | 60 | valid. |
61 | !href cmd=reply&job=prep_putsource&source=$source Correct the source |
||
62 | . |
||
63 | !exit |
||
64 | !endif |
||
65 | |||
66 | !if no_title=$error |
||
67 | You want to register a exam without title, which is not advisable. |
||
68 | Error of manipulation? |
||
69 | !exit |
||
70 | !endif |
||
71 | |||
72 | !if prep_activate=$error |
||
73 | You have asked to activate the exam $exam, that is, to make it accessible |
||
13528 | obado | 74 | to participants of the class.<p> |
2872 | reyssat | 75 | Please take note that once activated, you can no longer modify the exam. |
13528 | obado | 76 | Do you want to continue?</p> |
77 | <div class="wimscenter"> |
||
78 | !set wims_ref_class=wims_button wims_warning |
||
79 | !href cmd=reply&job=activate $wims_name_yes; $(wims_name_actionlist[1]) |
||
80 | |
||
81 | !set wims_ref_class=wims_button wims_secondary_button |
||
82 | !href cmd=resume $wims_name_no; $wims_name_giveup |
||
83 | </div> |
||
23 | reyssat | 84 | !exit |
85 | !endif |
||
86 | |||
87 | !if prep_erase=$error |
||
88 | Do you really want to erase this exam #$exam ($title)? |
||
5764 | bpr | 89 | <div class="wimscenter"> |
7973 | bpr | 90 | !set wims_ref_class=wims_button wims_warning |
23 | reyssat | 91 | !href cmd=reply&job=erase Yes; erase |
7973 | bpr | 92 | !set wims_ref_class=wims_button |
23 | reyssat | 93 | !href cmd=resume No; abandon |
7973 | bpr | 94 | </div> |
23 | reyssat | 95 | !exit |
96 | !endif |
||
7973 | bpr | 97 | |
23 | reyssat | 98 | !if prep_expire=$error |
99 | This exam #$exam ($title) expires normally expires on $expday |
||
100 | !item $expmon of $months |
||
101 | $expyear. Do you want to expire it now? |
||
5764 | bpr | 102 | <div class="wimscenter"> |
23 | reyssat | 103 | !href cmd=reply&job=expire Yes; expire |
104 | . |
||
105 | !href cmd=resume No; abandon |
||
5764 | bpr | 106 | . </div><b>Remark.</b> Your students cannot continue to work on a |
23 | reyssat | 107 | expired exam. But their earlier scores will be conserved (and will be taken into |
108 | account in the statistics), and you can always consult these scores. |
||
109 | !exit |
||
110 | !endif |
||
111 | |||
112 | !if prep_putsource=$error |
||
113 | If you have a source of a exam saved earlier, you can insert this source |
||
114 | into the current exam, by copying this source into the window below, |
||
115 | then clicking on the button `Send'. |
||
116 | <p> |
||
117 | Otherwise, |
||
118 | !href cmd=resume Return to the main page of the exam. |
||
119 | !form reply |
||
17229 | bpr | 120 | <input type="hidden" name="job" value="putsource"><div class="wimscenter"> |
5958 | bpr | 121 | <textarea cols="55" rows="10" name="source">$source</textarea> |
17230 | bpr | 122 | <br><input type="submit" value="Send"> |
5926 | bpr | 123 | </div> |
124 | !formend |
||
3950 | bpr | 125 | <b>Warning</b>. Do not insert modified source file! You risk to make your |
23 | reyssat | 126 | workexam useless. |
127 | !exit |
||
128 | !endif |
||
129 | |||
976 | bpr | 130 | !if nodeactivate=$error |
131 | The exam cannot be desactivated because |
||
132 | !if badstructure isin $deactivate |
||
133 | of the class structure. |
||
134 | !else |
||
135 | !if score isin $deactivate |
||
136 | some participants have already begun to work on this exam ! |
||
137 | !else |
||
138 | your exams are shared with another class ! |
||
139 | !endif |
||
140 | !endif |
||
141 | !endif |
||
142 | |||
2329 | guerimand | 143 | !if active_exam=$error |
144 | Désolé, cet examen est activé, donc non modifiable. On ne peut plus changer les exercices dedans. |
||
145 | !exit |
||
7973 | bpr | 146 | !endif |
2329 | guerimand | 147 | |
10477 | guerimand | 148 | !if $error=addexook |
149 | Ajout de l'exercice effectué correctement. |
||
150 | !exit |
||
151 | !endif |
||
152 | |||
16006 | guerimand | 153 | !if exam_hidden iswordof $error |
154 | Cet examen n'est pas accessible pour vous. Ne jouez pas avec la barre d'adresse !! |
||
155 | !exit |
||
156 | !endif |
||
157 | |||
16195 | guerimand | 158 | !if badtechvarname iswordof $error |
17328 | guerimand | 159 | !let code=!word 2 to -1 of $error |
160 | !if $code=_ |
||
161 | une des conditions <span class="wims_code_words">Condition pour cacher la feuille aux participants</span> n'a pas de nom de variable |
||
162 | !else |
||
163 | Un des noms de variable ( |
||
164 | !let code=!listcomplement _ in $code |
||
165 | $code |
||
17329 | guerimand | 166 | ) n'est pas un nom correct de variable technique. Les noms incorrects de variable technique |
167 | ont été supprimés du champs <span class="wims_code_words">Condition pour cacher l'examen aux participants</span>. |
||
17328 | guerimand | 168 | !endif |
16195 | guerimand | 169 | !exit |
170 | !endif |
||
171 | |||
16799 | guerimand | 172 | !if $error=badallowshare |
173 | La variable technique que vous souhaitez utiliser n'est pas disponible dans toutes les classes en partage de ressources avec votre |
||
17229 | bpr | 174 | classe. |
16799 | guerimand | 175 | Vous ne pouvez donc pas propager ces réglages aux autres classes en partage. |
176 | !exit |
||
177 | !endif |
||
178 | |||
17117 | guerimand | 179 | !if $error=noclass |
180 | Vous n'êtes pas connecté à une classe. Cette situation peut se produire si vous étiez en train de travailler |
||
181 | sur un examen et que votre enseignant a cloturé votre session. Il vous faut vous reconnecter à la classe. |
||
182 | !exit |
||
183 | !endif |
||
184 | |||
17216 | guerimand | 185 | !if other_exam isin $error |
186 | Vous avez déjà commencé un autre examen (le numéro |
||
187 | !word 2 of $error |
||
188 | ). Vous ne pouvez pas en commencer un autre tant que vous ne l'avez pas terminé. |
||
189 | !exit |
||
190 | !endif |
||
191 | |||
17328 | guerimand | 192 | !if $error=hiddenbadtechvar |
193 | Attention, la <span class="wims_code_words">condition pour cacher l'examen aux participants</span> en utilisant une variable technique est incorrecte. Vous devez la corriger. |
||
194 | !exit |
||
195 | !endif |
||
196 | |||
16006 | guerimand | 197 | !msg $error |
198 |