Rev 11295 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11295 | Rev 11472 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !! examclock.proc adds an exam remaining time in page footer. |
1 | !! examclock.proc adds an exam remaining time in page footer. |
2 | !! Call it with !readproc |
2 | !! Call it with !readproc examclock.proc |
3 | 3 | ||
4 | !set examreg=!record 0 of wimshome/log/classes/$wims_class/.parmreg/$wims_user.exam |
4 | !set examreg=!record 0 of wimshome/log/classes/$wims_class/.parmreg/$wims_user.exam |
5 | !set n_=!wordcnt $examreg |
5 | !set n_=!wordcnt $examreg |
6 | !if $n_>=4 |
6 | !if $n_>=4 |
7 | !set registered=!word 3 of $examreg |
7 | !set registered=!word 3 of $examreg |