Subversion Repositories wimsdev

Rev

Rev 17447 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17447 Rev 17468
Line 1... Line 1...
1
 
1
 
2
test=!recordcnt wimshome/$wims_sesdir/examscore.$exam
2
test=!recordcnt wimshome/$wims_sesdir/examscore.$exam
3
!if $timeleft>0 and ($test<2 or ($test=1 and $allowtype=simulation))
3
!if $wims_exam_remain>0 and ($test<2 or ($test=1 and $allowtype=simulation))
4
  job=score
4
  job=score
5
  !exit
5
  !exit
6
!endif
6
!endif
7
 
7
 
8
!if $activeexo>0 and $replycnt<$exocnt and $confirm_end!=yes and $timeleft>100
8
!if $activeexo>0 and $replycnt<$exocnt and $confirm_end!=yes and $wims_exam_remain>100
9
  !exit
9
  !exit
10
!endif
10
!endif
11
!reset confirm_end
11
!reset confirm_end
12
 
12
 
13
now=!char 1 to 14 of $wims_now
13
now=!char 1 to 14 of $wims_now