Rev 16509 | Rev 17410 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16509 | Rev 16510 | ||
---|---|---|---|
Line 10... | Line 10... | ||
10 | !next e |
10 | !next e |
11 | 11 | ||
12 | p=!recordcnt wimshome/$wims_sesdir/examscore.$exam |
12 | p=!recordcnt wimshome/$wims_sesdir/examscore.$exam |
13 | reg=!record 0 of wimshome/$wims_sesdir/examreg.$exam |
13 | reg=!record 0 of wimshome/$wims_sesdir/examreg.$exam |
14 | 14 | ||
15 | !if $allowtype=simulation |
15 | !if $allowtype=simulation or $wims_user=supervisor |
16 | class_examscore_withoutip=yes |
16 | class_examscore_withoutip=yes |
17 | !else |
17 | !else |
18 | class_examscore_withoutip=!defof class_examscore_withoutip in wimshome/log/classes/$wims_class/.def |
18 | class_examscore_withoutip=!defof class_examscore_withoutip in wimshome/log/classes/$wims_class/.def |
19 | !endif |
19 | !endif |
20 | !if $class_examscore_withoutip!=yes |
20 | !if $class_examscore_withoutip!=yes |