Rev 17338 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | !set wims_module_log=error: $error |
2 | |||
9687 | guerimand | 3 | !if bad_maxexams=$error |
17338 | bpr | 4 | Le nombre d'examens est limité à $max_exams. |
5 | !exit |
||
9687 | guerimand | 6 | !endif |
7 | |||
23 | reyssat | 8 | !if not_supervisor=$error |
17338 | bpr | 9 | ¶Ô²»Æð, Ö»Óа༶µÄ×¢²áµ¼Ê¦²ÅÓÐȨ ×¼±¸/ÐÞ¸Ä ÊÔ¾í. |
10 | !exit |
||
23 | reyssat | 11 | !endif |
12 | |||
13 | !if $error=no_sheet |
||
17338 | bpr | 14 | <p> |
15 | ÊÔ¾íµÄÄÚÈݱØÐëÀ´Ô´ÓÚ¼¤»î¹ýµÄ×÷ÒµÒ³ (ÈÔ±»¼¤»îµÄ»òÒѾ¹ýÆÚµÄ). |
||
16 | </p><p> |
||
17 | ÄãµÄ°à¼¶»¹Ã»Óб»¼¤»îµÄ×÷ÒµÒ³. ÔÚÐγɰ༶µÄÊÔ¾íǰ, ÇëÏȶ¨ÒåÄãµÄ×÷ÒµÒ³, ·ÅÈë×÷Òµ²¢¼¤»îËü. |
||
18 | </p> |
||
19 | !exit |
||
23 | reyssat | 20 | !endif |
21 | |||
22 | !if bad_exam=$error |
||
17338 | bpr | 23 | ÄãµÄÊÔ¾í±àºÅÎÞЧ. Èí¼þ´íÎó? |
24 | !exit |
||
23 | reyssat | 25 | !endif |
26 | |||
27 | !if $error=simuchange |
||
17338 | bpr | 28 | ±¾ÊÔ¾íµÄ״̬¸Õ¸Õ±»ÐÞ¸Ä. Çë |
29 | !href cmd=reply&job=scorereg µã»÷ÕâÀï |
||
30 | ÒÔ½áÊøÕⳡ¿¼ÊÔ. |
||
31 | !exit |
||
23 | reyssat | 32 | !endif |
33 | |||
34 | !if already_registered=$error |
||
17338 | bpr | 35 | ÄãµÄµÃ·ÖÒѾ±»¼Í¼. |
36 | !exit |
||
23 | reyssat | 37 | !endif |
38 | |||
39 | !if no_more_registration=$error |
||
17338 | bpr | 40 | ±¾ÊÔ¾íÖ»Äܼͼ $stries ´ÎµÃ·Ö. Äã²»ÄÜÔټͼ·ÖÊý. |
41 | !exit |
||
23 | reyssat | 42 | !endif |
43 | |||
44 | !if bad_source=$error |
||
17338 | bpr | 45 | Äã¸Õ²Å·¢Ë͵ÄÔ´ÂëµÄÏîÄ¿ºÅ $bad_source ÎÞЧ. |
46 | !href cmd=reply&job=prep_putsource&source=$source ¸ÄÕýÔ´Âë |
||
47 | . |
||
48 | !exit |
||
23 | reyssat | 49 | !endif |
50 | |||
51 | !if no_title=$error |
||
17338 | bpr | 52 | ÄãÏë¼Í¼µÄÊÔ¾íûÓбêÌâ, ÕâÊDz»ºÃµÄ. ÊDzÙ×÷ʧÎóÂð? |
53 | !exit |
||
23 | reyssat | 54 | !endif |
55 | |||
56 | !if prep_activate=$error |
||
17338 | bpr | 57 | ÄãÒªÇ󼤻îÊÔ¾í $exam, Ò²¾ÍÊÇ˵, ʹËüÄܱ»°à¼¶µÄ²Î¼ÓÕß´ò¿ª.<p> |
58 | Çë×¢Òâ, Ò»µ©±»¼¤»î, Äã¾Í²»ÔÙÄܸ͝Ëü. ¼ÌÐøÂð?</p> |
||
59 | <div class="wimscenter"> |
||
60 | !set wims_ref_class=wims_button wims_warning |
||
61 | !href cmd=reply&job=activate $wims_name_yes ; $(wims_name_actionlist[1]) |
||
62 | |
||
63 | !set wims_ref_class=wims_button wims_secondary_button |
||
64 | !href cmd=resume $wims_name_no ; $wims_name_giveup |
||
65 | </div> |
||
66 | !exit |
||
23 | reyssat | 67 | !endif |
68 | |||
69 | !if prep_erase=$error |
||
17338 | bpr | 70 | ÄãÊÇ·ñÕæµÄҪɾ³ý±¾ÊÔ¾í #$exam ($title)? |
5764 | bpr | 71 | <div class="wimscenter"> |
7973 | bpr | 72 | !set wims_ref_class=wims_button wims_warning |
17338 | bpr | 73 | !href cmd=reply&job=erase $wims_name_yes; $wims_name_erase |
74 | !set wims_ref_class=wims_button |
||
75 | !href cmd=resume $wims_name_no; $wims_name_giveup |
||
76 | </div> |
||
77 | !exit |
||
23 | reyssat | 78 | !endif |
3984 | bpr | 79 | |
23 | reyssat | 80 | !if prep_expire=$error |
17338 | bpr | 81 | ±¾ÊÔ¾í #$exam ($title) ½«ÓÚ $expday |
82 | !item $expmon of $months |
||
83 | $expyear ʧЧ. ÄãÒªËüÏÖÔÚ¾ÍʧЧÂð? |
||
84 | <div class="wimscenter"> |
||
85 | !href cmd=reply&job=expire $wims_name_yes; $(wims_name_actionlist[2]) |
||
86 | $ $ |
||
87 | !href cmd=resume $wims_name_no; $wims_name_giveup |
||
88 | </div><b>×¢½â.</b> ÄãµÄѧÉú²»ÄÜÔÙ×öÒÑʧЧµÄÊÔ¾í. µ«ËûÃǵĵÄÔçÏȵ÷ּͼÈÔ±»±£Áô |
||
89 | (¶øÇÒÔÚͳ¼ÆÊ±±»¼ÆÈë), ¶øÇÒÄã×ÜÊÇ¿ÉÒÔ²éÔÄÕâЩ·ÖÊý. |
||
90 | !exit |
||
23 | reyssat | 91 | !endif |
92 | |||
3052 | zjchen | 93 | !if prep_putsource=$error |
7973 | bpr | 94 | Èç¹ûÄãÓÐÒÔǰ±£´æµÄ¿¼ÊÔÔ´Îļþ, |
95 | Äã¿ÉÒÔ°ÑÕâ¸öÔ´Îļþ¸´ÖƵ½ÏÂÃæ´°¿ÚÀï, |
||
3052 | zjchen | 96 | ÔÙµã»÷ `·¢ËÍ' °´Å¥ÒÔ°ÑËü²åÈ뵱ǰ°à¼¶. |
97 | <p> |
||
98 | ·ñÔò, |
||
99 | !href cmd=resume ·µ»Ø¿¼ÊÔµÄÖ÷Ò³. |
||
100 | !form reply |
||
17229 | bpr | 101 | <input type="hidden" name="job" value="putsource"><div class="wimscenter"> |
3984 | bpr | 102 | <textarea cols="55" rows="10" name="source">$source</textarea> |
17229 | bpr | 103 | <br><input type="submit" value="·¢ËÍ"> |
5926 | bpr | 104 | </div> |
105 | !formend |
||
3052 | zjchen | 106 | <b>¾¯¸æ</b>. ²»Òª²åÈëÐ޸ĹýµÄÔ´Îļþ! Õâ¿ÉÄܻᵼÖÂÄãµÄ¿¼ÊÔÒ³²»¿ÉÓÃ. |
107 | !exit |
||
108 | !endif |
||
109 | |||
976 | bpr | 110 | !if nodeactivate=$error |
2071 | zjchen | 111 | ´Ë¿¼ÊÔ²»ÄÜ·ÅÆú¼¤»î, ÕâÊÇÒòΪ |
976 | bpr | 112 | !if badstructure isin $deactivate |
17338 | bpr | 113 | °à¼¶½á¹¹µÄÎÊÌâ. |
976 | bpr | 114 | !else |
17338 | bpr | 115 | !if score isin $deactivate |
116 | ÓÐЩ²Î¼ÓÕßÒѾÔÚ¿¼ÁË ! |
||
117 | !else |
||
118 | ÄãµÄ¿¼ÊÔÊÇÓëÆäËû°à¼¶·ÖÏíµÄ ! |
||
976 | bpr | 119 | !endif |
120 | !endif |
||
121 | !endif |
||
2329 | guerimand | 122 | !if active_exam=$error |
2344 | zjchen | 123 | Õâ¸ö¿¼ÊÔÒѱ»¼¤»î, ²»ÄÜÔÙÐÞ¸Ä. Òò´Ë²»Äܸ͝ÆäÖеÄÁ·Ï°. |
2329 | guerimand | 124 | !exit |
7973 | bpr | 125 | !endif |
2329 | guerimand | 126 | |
2766 | bpr | 127 | !if $error=prep_noexercise |
2769 | zjchen | 128 | ¿¼ÊÔµÄÁ·Ï° $exo µÄÄÚÈÝÊǿյÄ. ÇëÔÙÊÔ. |
2766 | bpr | 129 | !exit |
130 | !endif |
||
3984 | bpr | 131 | |
10477 | guerimand | 132 | !if $error=addexook |
133 | Ajout de l'exercice effectué correctement. |
||
134 | !exit |
||
135 | !endif |
||
136 | |||
16006 | guerimand | 137 | !if exam_hidden iswordof $error |
138 | Cet examen n'est pas accessible pour vous. Ne jouez pas avec la barre d'adresse !! |
||
139 | !exit |
||
140 | !endif |
||
141 | |||
16195 | guerimand | 142 | !if badtechvarname iswordof $error |
17328 | guerimand | 143 | !let code=!word 2 to -1 of $error |
144 | !if $code=_ |
||
145 | une des conditions <span class="wims_code_words">Condition pour cacher la feuille aux participants</span> n'a pas de nom de variable |
||
146 | !else |
||
147 | Un des noms de variable ( |
||
148 | !let code=!listcomplement _ in $code |
||
149 | $code |
||
17329 | guerimand | 150 | ) n'est pas un nom correct de variable technique. Les noms incorrects de variable technique |
151 | ont été supprimés du champs <span class="wims_code_words">Condition pour cacher l'examen aux participants</span>. |
||
17328 | guerimand | 152 | !endif |
16195 | guerimand | 153 | !exit |
154 | !endif |
||
155 | |||
16799 | guerimand | 156 | !if $error=badallowshare |
157 | La variable technique que vous souhaitez utiliser n'est pas disponible dans toutes les classes en partage de ressources avec votre |
||
17229 | bpr | 158 | classe. |
16799 | guerimand | 159 | Vous ne pouvez donc pas propager ces réglages aux autres classes en partage. |
160 | !exit |
||
161 | !endif |
||
162 | |||
17117 | guerimand | 163 | !if $error=noclass |
164 | Vous n'êtes pas connecté à une classe. Cette situation peut se produire si vous étiez en train de travailler |
||
17443 | bpr | 165 | sur un examen et que votre enseignant a clôturé votre session. Il faut vous reconnecter à la classe. |
166 | !exit |
||
17117 | guerimand | 167 | !endif |
168 | |||
17216 | guerimand | 169 | !if other_exam isin $error |
17338 | bpr | 170 | Vous avez déjà commencé un autre examen (le numéro |
171 | !word 2 of $error |
||
172 | ). Vous ne pouvez pas en commencer un autre tant que vous ne l'avez pas terminé. |
||
173 | !exit |
||
17216 | guerimand | 174 | !endif |
17328 | guerimand | 175 | |
176 | !if $error=hiddenbadtechvar |
||
177 | 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. |
||
178 | !exit |
||
179 | !endif |
||
180 | |||
7973 | bpr | 181 | !msg $error |