Rev 16378 | Rev 16510 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16378 | Rev 16509 | ||
---|---|---|---|
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 |
|
- | 16 | class_examscore_withoutip=yes |
|
- | 17 | !else |
|
15 | 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 |
|
16 | !if $class_examscore_withoutip!=yes |
20 | !if $class_examscore_withoutip!=yes |
17 | start_ip=!sh awk '{if ($$6=="$wims_session" && $$2=="00") print $$5;}' $wims_home/log/classes/$wims_class/score/$wims_user.exam |
21 | start_ip=!sh awk '{if ($$6=="$wims_session" && $$2=="00") print $$5;}' $wims_home/log/classes/$wims_class/score/$wims_user.exam |
18 | !endif |
22 | !endif |
19 | 23 | ||
20 | replycnt=0 |
24 | replycnt=0 |