Subversion Repositories wimsdev

Rev

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

Rev 3918 Rev 3921
Line 2... Line 2...
2
 
2
 
3
!if not_supervisor=$error
3
!if not_supervisor=$error
4
 Sorry, but the operation of preparation / modification of a work sheet
4
 Sorry, but the operation of preparation / modification of a worksheet
5
 is reserved to registered supervisor of a class.
5
 is reserved to registered supervisor of a class.
6
 !exit
6
 !exit
7
!endif
7
!endif
8
 
8
 
9
!if bad_class=$error
9
!if bad_class=$error
Line 18... Line 18...
18
.
18
.
19
 !exit
19
 !exit
20
!endif
20
!endif
21
 
21
 
22
!if bad_sheet=$error
22
!if bad_sheet=$error
23
 Your sheet number is not valid. Bug of the software?
23
 Your worksheet number is not valid. Bug of the software?
24
 !exit
24
 !exit
25
!endif
25
!endif
26
 
26
 
27
!if no_title=$error
27
!if no_title=$error
28
 You want to register a sheet without title, which is not advisable.
28
 You want to register a worksheet without title, which is not advisable.
29
 Error of manipulation?
29
 Error of manipulation?
30
 !exit
30
 !exit
31
!endif
31
!endif
32
 
32
 
33
!if $error=not_secure
33
!if $error=not_secure
Line 40... Line 40...
40
 !endif
40
 !endif
41
 !exit
41
 !exit
42
!endif
42
!endif
43
 
43
 
44
!if $error=sharing_sheet
44
!if $error=sharing_sheet
45
 You are sharing sheets with other classes!
45
 You are sharing worksheets with other classes!
46
 !if $wims_ismanager<2
46
 !if $wims_ismanager<2
47
  You must ask the site manager to deactivate the sheet for you.
47
  You must ask the site manager to deactivate the worksheet for you.
48
  !exit
48
  !exit
49
 !endif
49
 !endif
50
 You might put your neighboring classes in total disorder by deactivating
50
 You might put your neighboring classes in total disorder by deactivating
51
 this sheet. This operation is therefore <b>stronly discouraged</b>.
51
 this worksheet. This operation is therefore <b>stronly discouraged</b>.
52
 <p>
52
 <p>
53
 Do you still want to deactivate the sheet?
53
 Do you still want to deactivate the worksheet?
54
 <p><center>
54
 <p><center>
55
 !href cmd=reply&job=deactivate&confirm=yes $wims_name_yes; $(wims_name_actionlist[3])
55
 !href cmd=reply&job=deactivate&confirm=yes $wims_name_yes; $(wims_name_actionlist[3])
56
 .&nbsp;&nbsp;
56
 .&nbsp;&nbsp;
57
 !href cmd=resume $wims_name_no; $wims_name_giveup
57
 !href cmd=resume $wims_name_no; $wims_name_giveup
58
 . </center>
58
 . </center>
Line 61... Line 61...
61
 save their classes!</b>
61
 save their classes!</b>
62
 !exit
62
 !exit
63
!endif
63
!endif
64
 
64
 
65
!if $error=sheet_in_exam
65
!if $error=sheet_in_exam
66
 Impossible to deactivate this sheet, because you have exams based on its
66
 Impossible to deactivate this worksheet, because you have exams based on its
67
 content.
67
 content.
68
 !exit
68
 !exit
69
!endif
69
!endif
70
 
70
 
71
!if $error=non_empty_activities
71
!if $error=non_empty_activities
72
 You want to deactivate the sheet $sheet, while participants have already
72
 You want to deactivate the worksheet $sheet, while participants have already
73
 started to work on it!
73
 started to work on it!
74
 <p>
74
 <p>
75
 !if share iswordof $confirmed
75
 !if share iswordof $confirmed
76
  Moreover, the sheet is shared with other classes where there may be works
76
  Moreover, the worksheet is shared with other classes where there may be works
77
  and scores too. It is therefore not allowed to deactivate it.
77
  and scores too. It is therefore not allowed to deactivate it.
78
  !exit
78
  !exit
79
 !endif
79
 !endif
80
 All scores obtained on this sheet will be erased, if you deactivate. Really
80
 All scores obtained on this worksheet will be erased, if you deactivate. Really
81
 want to do it?
81
 want to do it?
82
 <p><center>
82
 <p><center>
83
 !href cmd=reply&job=deactivate&confirm=yes $wims_name_yes; $(wims_name_actionlist[3])
83
 !href cmd=reply&job=deactivate&confirm=yes $wims_name_yes; $(wims_name_actionlist[3])
84
 .&nbsp;&nbsp;
84
 .&nbsp;&nbsp;
85
 !href cmd=resume $wims_name_no; $wims_name_giveup
85
 !href cmd=resume $wims_name_no; $wims_name_giveup
86
 . </center> <p>
86
 . </center> <p>
87
 List of accounts having worked on this sheet:
87
 List of accounts having worked on this worksheet:
88
 <p>
88
 <p>
89
 <tt>$worktest</tt>
89
 <tt>$worktest</tt>
90
 <p>
90
 <p>
91
 <b>Note</b>. This action should be taken only if this is a testing class.
91
 <b>Note</b>. This action should be taken only if this is a testing class.
92
 Don't go further if the participants are your real students!
92
 Don't go further if the participants are your real students!
Line 109... Line 109...
109
 .</center>
109
 .</center>
110
 !exit
110
 !exit
111
!endif
111
!endif
112
 
112
 
113
!if prep_erase=$error
113
!if prep_erase=$error
114
 Do you really want to erase this sheet #$sheet ($title)?
114
 Do you really want to erase this worksheet #$sheet ($title)?
115
 <p><center>
115
 <p><center>
116
 !href cmd=reply&job=erase $wims_name_yes; $wims_name_erase
116
 !href cmd=reply&job=erase $wims_name_yes; $wims_name_erase
117
.&nbsp;&nbsp;
117
.&nbsp;&nbsp;
118
 !href cmd=resume $wims_name_no ; $wims_name_giveup
118
 !href cmd=resume $wims_name_no ; $wims_name_giveup
119
.</center>
119
.</center>
120
 !exit
120
 !exit
121
!endif
121
!endif
122
 
122
 
123
!if prep_expire=$error
123
!if prep_expire=$error
124
 This sheet #$sheet ($title) expires normally expires on $expday
124
 This worksheet #$sheet ($title) expires normally expires on $expday
125
 !item $expmon of $months
125
 !item $expmon of $months
126
 $expyear. Do you want to expire it now?
126
 $expyear. Do you want to expire it now?
127
 <p><center>
127
 <p><center>
128
 !href cmd=reply&job=expire $wims_name_yes ; $(wims_name_actionlist[2])
128
 !href cmd=reply&job=expire $wims_name_yes ; $(wims_name_actionlist[2])
129
 .&nbsp;&nbsp;
129
 .&nbsp;&nbsp;
130
 !href cmd=resume $wims_name_no ; $wims_name_giveup
130
 !href cmd=resume $wims_name_no ; $wims_name_giveup
131
 . </center>
131
 . </center>
132
 <p><b>Remark.</b> Your students cannot continue to work on a
132
 <p><b>Remark.</b> Your students cannot continue to work on a
133
 expired sheet. But their earlier scores will be conserved (and will be taken into
133
 expired worksheet. But their earlier scores will be conserved (and will be taken into
134
 account in the statistics), and you can always consult these scores.
134
 account in the statistics), and you can always consult these scores.
135
 !exit
135
 !exit
136
!endif
136
!endif
137
 
137
 
138
!if prep_putsource=$error
138
!if prep_putsource=$error
139
 If you have a source of a sheet saved earlier, you can insert this source
139
 If you have a source of a worksheet saved earlier, you can insert this source
140
 into the current sheet, by copying this source into the window below,
140
 into the current worksheet, by copying this source into the window below,
141
 then clicking on the button `Send'. This form also allows you to insert the
141
 then clicking on the button `Send'. This form also allows you to insert the
142
 source of a public worksheet using cut-and-paste.
142
 source of a public worksheet using cut-and-paste.
143
  <p>
143
  <p>
144
 !set wims_menu_items=!append line sheetadmin,1,cmd=resume \
144
 !set wims_menu_items=!append line sheetadmin,1,cmd=resume \
145
to $wims_menu_items
145
to $wims_menu_items