Subversion Repositories wimsdev

Rev

Rev 16195 | Rev 16729 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16195 Rev 16286
Line 9... Line 9...
9
 Èudno, va¹a uèilnica se zdi neveljavna.
9
 Èudno, va¹a uèilnica se zdi neveljavna.
10
 !exit
10
 !exit
11
!endif
11
!endif
12
 
12
 
13
!if bad_series=$error
13
!if bad_series=$error
14
Strange, but I do not find the exercise series to modify !!
14
  Strange, but  I do not find the exercise series to modify !!
15
 !exit
15
  !exit
16
!endif
16
!endif
17
 
17
 
18
!if bad_source=$error
18
!if bad_source=$error
19
 Element ¹tevilka $bad_source v va¹em delovnem listu je neveljaven.
19
 Element ¹tevilka $bad_source v va¹em delovnem listu je neveljaven.
20
 !href cmd=reply&job=prep_putsource&source=$source $name_correctsource
20
 !href cmd=reply&job=prep_putsource&source=$source $name_correctsource
21
.
21
.
22
 !exit
22
  !exit
23
!endif
23
!endif
24
 
24
 
25
!if active_sheet=$error
25
!if active_sheet=$error
26
 Cette feuille est active. Son contenu ne peut pas être modifié.
26
  Cette feuille est active. Son contenu ne peut pas être modifié.
27
 !exit
27
  !exit
28
!endif
28
!endif
29
 
29
 
30
!if bad_sheet=$error
30
!if bad_sheet=$error
31
 ©tevilka va¹ega delovnega lista je neveljavna. Hro¹è v programski opremi?
31
  ©tevilka va¹ega delovnega lista je neveljavna. Hro¹è v programski opremi?
32
 !exit
32
  !exit
33
!endif
33
!endif
34
 
34
 
35
!if bad_maxsheet=$error
35
!if bad_maxsheet=$error
36
 The number of worksheets is limited to $max_sheets. You may not create another worksheet.
36
 The number of worksheets is limited to $max_sheets. You may not create another worksheet.
37
 !exit
37
 !exit
38
!endif
38
!endif
39
 
39
 
40
!if no_title=$error
40
!if no_title=$error
41
 Posku¹ate registrirati delovni list brez naslova, kar ni priporoèljivo.
41
  Posku¹ate registrirati delovni list brez naslova, kar ni priporoèljivo.
42
 Gre za pomoto?
42
  Gre za pomoto?
43
 !exit
43
  !exit
44
!endif
44
!endif
45
 
45
 
46
!if $error=not_secure
46
!if $error=not_secure
47
 This action can only be done from a secure host.
47
  This action can only be done from a secure host.
48
 !if $sec=$empty
48
  !if $sec=$empty
49
  You have not defined a secure host. Access denied. You may ask the webmaster
49
    You have not defined a secure host. Access denied. You may ask the webmaster
50
  to do it for you.
50
    to do it for you.
51
 !else
51
  !else
52
  Access denied.
52
    Access denied.
53
 !endif
53
  !endif
54
 !exit
54
  !exit
55
!endif
55
!endif
56
 
56
 
57
!if $error=sharing_sheet
57
!if $error=sharing_sheet
58
 You are sharing worksheets with other classes!
58
  You are sharing worksheets with other classes!
59
 !if $wims_ismanager<2
59
  !if $wims_ismanager<2
60
  You must ask the webmaster to deactivate the worksheet for you.
60
    You must ask the webmaster to deactivate the worksheet for you.
61
  !exit
61
    !exit
62
 !endif
62
  !endif
63
 Deactivating this worksheet may disrupted neighboring classes.
63
  Deactivating this worksheet may disrupted neighboring classes.
64
 This action is therefore <b>strongly discouraged</b>.
64
  This action is therefore <b>strongly discouraged</b>.
65
 <p>
-
 
66
 Do you still want to deactivate the worksheet?
65
  <p>Do you still want to deactivate the worksheet?</p>
67
 </p><div class="wimscenter">
66
  <p class="wimscenter">
-
 
67
  !set wims_ref_class=wims_button
68
 !href cmd=reply&job=deactivate&confirm=yes $wims_name_yes; $(wims_name_actionlist[3])
68
  !href cmd=reply&job=deactivate&confirm=yes $wims_name_yes, $(wims_name_actionlist[3])
69
 .&nbsp;&nbsp;
69
$ $
-
 
70
  !set wims_ref_class=wims_button wims_secondary_button
70
 !href cmd=resume $wims_name_no; $wims_name_giveup
71
  !href cmd=resume $wims_name_no, $wims_name_giveup
71
 . </div>
72
 </p><p>
72
 <b>Before continuing, ask at least the supervisors of your class neighbors to
73
  <b>Before continuing, ask at least the supervisors of your class neighbors to
73
 save their classes!</b>
74
  save their classes!</b>
-
 
75
 </p>
74
 !exit
76
 !exit
75
!endif
77
!endif
76
 
78
 
77
!if sheet_in_exam iswordof $error
79
!if sheet_in_exam iswordof $error
78
  !set exa=!word 2 of $error
80
  !set exa=!word 2 of $error
79
  Impossible to deactivate this worksheet, because you have exams based on its
81
  Impossible to deactivate this worksheet, because you have exams based on its
80
  content (for example exam $exa).
82
  content (for example exam $exa).
81
 !exit
83
  !exit
82
!endif
84
!endif
83
 
85
 
84
!if $error=non_empty_activities
86
!if $error=non_empty_activities
85
 <p class="wims_msg warning">You want to deactivate worksheet $sheet, although participants have already
87
 <p class="wims_msg warning">You want to deactivate worksheet $sheet, although participants have already
86
 started to work on it!</p>
88
 started to work on it!</p>
87
 
89
 
88
 !if share iswordof $confirmed
90
  !if share iswordof $confirmed
89
  Moreover, the worksheet is shared with other classes where there may be scores too.
91
    <p>Moreover, the worksheet is shared with other classes where there may be scores too.
90
  It is therefore not allowed to deactivate it.
92
    It is therefore not allowed to deactivate it.</p>
-
 
93
    !exit
-
 
94
  !endif
-
 
95
  <p>
-
 
96
  All scores obtained on this worksheet will be <b>erased</b>, if you deactivate it.
-
 
97
  Do you still want to proceed?
-
 
98
  </p>
-
 
99
  <p class="wimscenter">
-
 
100
  !set wims_ref_class=wims_button
-
 
101
  !href cmd=reply&job=deactivate&confirm=yes $wims_name_yes, $(wims_name_actionlist[3])
-
 
102
   &nbsp;&nbsp;
-
 
103
   !set wims_ref_class=wims_button wims_secondary_button
-
 
104
  !href cmd=resume $wims_name_no, $wims_name_giveup
-
 
105
  </p>
-
 
106
  List of students having worked on this worksheet:
-
 
107
  <p class="tt">$worktest</p>
-
 
108
 
-
 
109
  <div class="wims_msg info"><b>Note</b>. Only deactivate if you are using this class as a test.</div>
91
  !exit
110
  !exit
92
 !endif
-
 
93
 All scores obtained on this worksheet will be <b>erased</b>, if you deactivate it.
-
 
94
 Do you still want to proceed?
-
 
95
  <div class="wimscenter">
-
 
96
 !href cmd=reply&job=deactivate&confirm=yes $wims_name_yes; $(wims_name_actionlist[3])
-
 
97
 .&nbsp;&nbsp;
-
 
98
 !href cmd=resume $wims_name_no; $wims_name_giveup
-
 
99
 .</div>
-
 
100
 List of students having worked on this worksheet:
-
 
101
 <p class="tt">$worktest</p>
-
 
102
 <div class="wims_msg info"><b>Note</b>. Only deactivate if you are using this class as a test.</div>
-
 
103
 !exit
-
 
104
!endif
111
!endif
105
 
112
 
106
!if prep_activate=$error
113
!if prep_activate=$error
107
 You want to activate worksheet $sheet.
114
 You want to activate worksheet $sheet.
108
 By activating a worksheet, you make it visible to the participants of the class.  Once activated,
115
 <p>By activating a worksheet, you make it visible to the participants of the class.  Once activated,
109
 a worksheet cannot be modified, unless deactivated first. However, deactiviting an activated
116
 a worksheet cannot be modified, unless deactivated first. However, deactiviting an activated
110
 worksheet will result in losing the scores and grades of the participants.
117
 worksheet will result in losing the scores and grades of the participants.
111
!if $test_expire!=$empty
118
!if $test_expire!=$empty
112
  <div class="wims_warning">
119
  <div class="wims_warning">
113
   The expiration date of the sheet is previous to today, it will be
120
   The expiration date of the sheet is previous to today, it will be
Line 115... Line 122...
115
  </div>
122
  </div>
116
 !endif
123
 !endif
117
  <p>
124
  <p>
118
 Ali ¾elite nadaljevati?
125
 Ali ¾elite nadaljevati?
119
 </p> <div class="wimscenter">
126
 </p> <div class="wimscenter">
120
 !href cmd=reply&job=activate $wims_name_yes; $(wims_name_actionlist[1])
127
 !href cmd=reply&save=$wims_name_tosave&job=activate $wims_name_yes; $(wims_name_actionlist[1])
121
 .&nbsp;&nbsp;
128
 .&nbsp;&nbsp;
122
 !href cmd=resume $wims_name_no; $wims_name_giveup
129
 !href cmd=resume $wims_name_no; $wims_name_giveup
123
 .</div>
130
 .</div>
124
 !exit
131
 !exit
125
!endif
132
!endif
Line 146... Line 153...
146
 . </div><b>Opomba.</b> Uporabniki na zakljuèenem delovnem listu ne morejo veè pridobivati toèk. ®e dose¾eni rezultati pa bodo ostali shranjeni in upo¹tevani v statistiki.
153
 . </div><b>Opomba.</b> Uporabniki na zakljuèenem delovnem listu ne morejo veè pridobivati toèk. ®e dose¾eni rezultati pa bodo ostali shranjeni in upo¹tevani v statistiki.
147
 !exit
154
 !exit
148
!endif
155
!endif
149
 
156
 
150
!if prep_putsource=$error
157
!if prep_putsource=$error
151
 If you have a source of a worksheet saved earlier, you can insert this source
158
 If you have saved the source code of a worksheet previously, you can insert this code
152
 into the current worksheet, by copying this source into the window below,
159
 into the current worksheet, by copying this code into the window below,
153
 then clicking on the button <span class="wims_button disabled">$wims_name_send</span>.
160
 then clicking on the button <span class="wims_button disabled">$wims_name_send</span>.
154
 This form also allows you to insert the
161
 You may also insert the
155
 source of a public worksheet using cut-and-paste.
162
 source code of a public worksheet by cutting and pasting.
156
 
163
<p>
157
 !set wims_menu_items=!append line sheetadmin,1,cmd=resume \
164
 !set wims_menu_items=!append line sheetadmin,1,cmd=resume \
158
to $wims_menu_items
165
to $wims_menu_items
159
 
166
 
160
 !form reply
167
 !form reply
161
 <input type="hidden" name="job" value="putsource" /><p class="wimscenter">
168
 <input type="hidden" name="job" value="putsource" /><p class="wimscenter">
Line 188... Line 195...
188
 ($wims_name_sheetmanagement)
195
 ($wims_name_sheetmanagement)
189
 !exit
196
 !exit
190
!endif
197
!endif
191
 
198
 
192
!if $error=srcnoexo
199
!if $error=srcnoexo
193
 Cette feuille ne contient aucun exercice, donc son source est vide.<br />
200
  This worksheet does not have any exercises yet, so the source code is empty.<br />
194
 !href cmd=resume retour à la page de préparation
201
  !href cmd=resume Back to edit the worksheet
195
 !exit
202
  !exit
196
!endif
203
!endif
197
 
204
 
198
!if $error=depindiv
205
!if $error=depindiv
199
  <div class="wims_msg alert">
206
  <div class="wims_msg alert">
200
    <strong>$wims_name_Error:</strong>
207
    <strong>$wims_name_Error:</strong>
201
    Il n'est pas possible de définir des dépendances de score en même temps que 
208
    Il n'est pas possible de définir des dépendances de score en même temps que
202
    l'activation de l'individualisation des feuilles de travail avec une variable technique.
209
    l'activation de l'individualisation des feuilles de travail avec une variable technique.
203
    <br/>
210
    <br/>
204
    Vous devez choisir entre les deux avant de pouvoir activer cette feuille.
211
    Vous devez choisir entre les deux avant de pouvoir activer cette feuille.
205
    !reset error
212
    !reset error
206
  </div>
213
  </div>