Subversion Repositories wimsdev

Rev

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

Rev 15808 Rev 16805
Line 46... Line 46...
46
!bound up_exotitleform within -1,0,1,2,3 default 0
46
!bound up_exotitleform within -1,0,1,2,3 default 0
47
!bound up_exolog between integer 0 and $wims_exolog_limit
47
!bound up_exolog between integer 0 and $wims_exolog_limit
48
!bound up_examlog between integer 0 and $wims_examlog_limit
48
!bound up_examlog between integer 0 and $wims_examlog_limit
49
!bound up_allowcloning within yes,no default no
49
!bound up_allowcloning within yes,no default no
50
!bound up_examscore_withoutip within yes,no default no
50
!bound up_examscore_withoutip within yes,no default no
-
 
51
!bound up_hideaverage within yes,no default no
51
!if $up_allowcloning=yes
52
!if $up_allowcloning=yes
52
  !read adm/class/authchars
53
  !read adm/class/authchars
53
  up_cloningpwd=!text select $char_passwd in $up_cloningpwd
54
  up_cloningpwd=!text select $char_passwd in $up_cloningpwd
54
  l=!charcnt $up_cloningpwd
55
  l=!charcnt $up_cloningpwd
55
  !if $l<$passwd_min or $l>$passwd_max
56
  !if $l<$passwd_min or $l>$passwd_max
Line 162... Line 163...
162
!set class_defined=yes\
163
!set class_defined=yes\
163
!set class_examscore_withoutip=$up_examscore_withoutip\
164
!set class_examscore_withoutip=$up_examscore_withoutip\
164
!set class_sendmailteacher=$up_sendmailteacher\
165
!set class_sendmailteacher=$up_sendmailteacher\
165
!set class_location=$up_location\
166
!set class_location=$up_location\
166
!set class_geoloc=$up_geoloc\
167
!set class_geoloc=$up_geoloc\
-
 
168
!set class_hideaverage=$up_hideaverage\
167
in wimshome/log/classes/$wims_class/.def
169
in wimshome/log/classes/$wims_class/.def
168
 
170
 
169
!! change class_expiration in all subclasses .def file
171
!! change class_expiration in all subclasses .def file
170
!if $class_typename isitemof portal,group
172
!if $class_typename isitemof portal,group
171
  listdef=!sh cd $wims_home/log/classes/$wims_superclass;\
173
  listdef=!sh cd $wims_home/log/classes/$wims_superclass;\