Rev 6037 | Rev 7973 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
2766 | bpr | 2 | !if $error=prep_noexercise |
3 | The content of the exercise $exo of the exam is empty. Try again. |
||
4 | !exit |
||
5 | !endif!set wims_module_log=error: $error |
||
6 | |||
23 | reyssat | 7 | !if not_supervisor=$error |
8 | Sorry, but the operation of preparation / modification of an exam |
||
9 | is reserved to registered supervisor of a class. |
||
10 | !exit |
||
11 | !endif |
||
12 | |||
13 | !if bad_class=$error |
||
14 | Strange, but I find that your class is not valid! |
||
15 | !exit |
||
16 | !endif |
||
17 | |||
18 | !if $error=no_sheet |
||
6037 | czzmrn | 19 | <p> |
23 | reyssat | 20 | The content of an exam must be taken from activated worksheets (active or |
21 | expired). |
||
6037 | czzmrn | 22 | </p><p> |
23 | reyssat | 23 | Your class does not have activated worksheets yet. Please define your |
24 | worksheets, put works into them then activate them, |
||
25 | before defining an exam for the class. |
||
6037 | czzmrn | 26 | </p> |
23 | reyssat | 27 | !exit |
28 | !endif |
||
29 | |||
30 | !if bad_exam=$error |
||
31 | Your exam number is not valid. Bug of the software? |
||
32 | !exit |
||
33 | !endif |
||
34 | |||
1813 | bpr | 35 | !if $error=simuchange |
36 | This exam sheet has just changed its status. Please |
||
37 | !href cmd=reply&job=scorereg click here |
||
38 | to terminate your session. |
||
39 | !exit |
||
40 | !endif |
||
41 | |||
23 | reyssat | 42 | !if already_registered=$error |
43 | Your score is already registered. |
||
44 | !exit |
||
45 | !endif |
||
46 | |||
47 | !if no_more_registration=$error |
||
48 | This exam allows you to register your score only $stries times. You can |
||
49 | make no more registrations. |
||
50 | !exit |
||
51 | !endif |
||
52 | |||
53 | !if bad_source=$error |
||
3957 | bpr | 54 | The item number $bad_source in the source code you just submitted is not |
23 | reyssat | 55 | valid. |
56 | !href cmd=reply&job=prep_putsource&source=$source Correct the source |
||
57 | . |
||
58 | !exit |
||
59 | !endif |
||
60 | |||
61 | !if no_title=$error |
||
62 | You want to register a exam without title, which is not advisable. |
||
63 | Error of manipulation? |
||
64 | !exit |
||
65 | !endif |
||
66 | |||
67 | !if prep_activate=$error |
||
68 | You have asked to activate the exam $exam, that is, to make it accessible |
||
69 | to participants of the class. <p> |
||
2872 | reyssat | 70 | Please take note that once activated, you can no longer modify the exam. |
23 | reyssat | 71 | Do you want to continue? |
5764 | bpr | 72 | <div class="wimscenter"> |
23 | reyssat | 73 | !href cmd=reply&job=activate Yes; activate |
74 | . |
||
75 | !href cmd=resume No; abandon |
||
5764 | bpr | 76 | .</div> |
23 | reyssat | 77 | !exit |
78 | !endif |
||
79 | |||
80 | !if prep_erase=$error |
||
81 | Do you really want to erase this exam #$exam ($title)? |
||
5764 | bpr | 82 | <div class="wimscenter"> |
23 | reyssat | 83 | !href cmd=reply&job=erase Yes; erase |
84 | . |
||
85 | !href cmd=resume No; abandon |
||
5764 | bpr | 86 | .</div> |
23 | reyssat | 87 | !exit |
88 | !endif |
||
89 | |||
90 | !if prep_expire=$error |
||
91 | This exam #$exam ($title) expires normally expires on $expday |
||
92 | !item $expmon of $months |
||
93 | $expyear. Do you want to expire it now? |
||
5764 | bpr | 94 | <div class="wimscenter"> |
23 | reyssat | 95 | !href cmd=reply&job=expire Yes; expire |
96 | . |
||
97 | !href cmd=resume No; abandon |
||
5764 | bpr | 98 | . </div><b>Remark.</b> Your students cannot continue to work on a |
23 | reyssat | 99 | expired exam. But their earlier scores will be conserved (and will be taken into |
100 | account in the statistics), and you can always consult these scores. |
||
101 | !exit |
||
102 | !endif |
||
103 | |||
104 | !if prep_putsource=$error |
||
105 | If you have a source of a exam saved earlier, you can insert this source |
||
106 | into the current exam, by copying this source into the window below, |
||
107 | then clicking on the button `Send'. |
||
108 | <p> |
||
109 | Otherwise, |
||
110 | !href cmd=resume Return to the main page of the exam. |
||
111 | !form reply |
||
6235 | bpr | 112 | <input type="hidden" name="job" value="putsource" /><div class="wimscenter"> |
5958 | bpr | 113 | <textarea cols="55" rows="10" name="source">$source</textarea> |
6235 | bpr | 114 | <br /><input type="submit" value="Send" /> |
5926 | bpr | 115 | </div> |
116 | !formend |
||
3950 | bpr | 117 | <b>Warning</b>. Do not insert modified source file! You risk to make your |
23 | reyssat | 118 | workexam useless. |
119 | !exit |
||
120 | !endif |
||
121 | |||
976 | bpr | 122 | !if nodeactivate=$error |
123 | The exam cannot be desactivated because |
||
124 | !if badstructure isin $deactivate |
||
125 | of the class structure. |
||
126 | !else |
||
127 | !if score isin $deactivate |
||
128 | some participants have already begun to work on this exam ! |
||
129 | !else |
||
130 | your exams are shared with another class ! |
||
131 | !endif |
||
132 | !endif |
||
133 | !endif |
||
134 | |||
2329 | guerimand | 135 | !if active_exam=$error |
136 | Désolé, cet examen est activé, donc non modifiable. On ne peut plus changer les exercices dedans. |
||
137 | !exit |
||
138 | !endif |
||
139 |