Subversion Repositories wimsdev

Rev

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

Rev 5734 Rev 5764
Line 56... Line 56...
56
!if prep_activate=$error
56
!if prep_activate=$error
57
 You have asked to activate the exam $exam, that is, to make it accessible
57
 You have asked to activate the exam $exam, that is, to make it accessible
58
 to participants of the class. <p>
58
 to participants of the class. <p>
59
 Please take note that once activated, you can no longer modify the exam.
59
 Please take note that once activated, you can no longer modify the exam.
60
 Do you want to continue?
60
 Do you want to continue?
61
 <p><center>
61
  <div class="wimscenter">
62
 !href cmd=reply&job=activate $wims_name_yes; $(wims_name_actionlist[1])
62
 !href cmd=reply&job=activate $wims_name_yes; $(wims_name_actionlist[1])
63
 .&nbsp;&nbsp;
63
 .&nbsp;&nbsp;
64
 !href cmd=resume $wims_name_no; $wims_name_giveup
64
 !href cmd=resume $wims_name_no; $wims_name_giveup
65
 . </center>
65
 . </div>
66
 !exit
66
 !exit
67
!endif
67
!endif
68
 
68
 
69
!if prep_erase=$error
69
!if prep_erase=$error
70
 Do you really want to erase this exam #$exam ($title)?
70
 Do you really want to erase this exam #$exam ($title)?
71
 <p><center>
71
  <div class="wimscenter">
72
 !href cmd=reply&job=erase $wims_name_yes; $wims_name_erase
72
 !href cmd=reply&job=erase $wims_name_yes; $wims_name_erase
73
 .&nbsp;&nbsp;
73
 .&nbsp;&nbsp;
74
 !href cmd=resume $wims_name_no; $wims_name_giveup
74
 !href cmd=resume $wims_name_no; $wims_name_giveup
75
 . </center>
75
 . </div>
76
 !exit
76
 !exit
77
!endif
77
!endif
78
 
78
 
79
!if prep_expire=$error
79
!if prep_expire=$error
80
 This exam #$exam ($title) expires normally expires on $expday
80
 This exam #$exam ($title) expires normally expires on $expday
81
 !item $expmon of $months
81
 !item $expmon of $months
82
 $expyear. Do you want to expire it now?
82
 $expyear. Do you want to expire it now?
83
 <p><center>
83
  <div class="wimscenter">
84
 !href cmd=reply&job=expire $wims_name_yes; $(wims_name_actionlist[2])
84
 !href cmd=reply&job=expire $wims_name_yes; $(wims_name_actionlist[2])
85
 .&nbsp;&nbsp;
85
 .&nbsp;&nbsp;
86
 !href cmd=resume $wims_name_no; $wims_name_giveup
86
 !href cmd=resume $wims_name_no; $wims_name_giveup
87
 . </center>
-
 
88
 <p><b>Remark.</b> Your students cannot continue to work on a
87
 . </div><b>Remark.</b> Your students cannot continue to work on a
89
 expired exam. But their earlier scores will be conserved (and will be taken into
88
 expired exam. But their earlier scores will be conserved (and will be taken into
90
 account in the statistics), and you can always consult these scores.
89
 account in the statistics), and you can always consult these scores.
91
 !exit
90
 !exit
92
!endif
91
!endif
93
 
92