Rev 12501 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12501 | Rev 15767 | ||
---|---|---|---|
Line 14... | Line 14... | ||
14 | !bound sh between 1 and $maxsh default $empty |
14 | !bound sh between 1 and $maxsh default $empty |
15 | file=wimshome/log/classes/$wims_class/sheets/.sheet$sh |
15 | file=wimshome/log/classes/$wims_class/sheets/.sheet$sh |
16 | !endif |
16 | !endif |
17 | 17 | ||
18 | maxexo=!recordcnt $file |
18 | maxexo=!recordcnt $file |
19 | !setdef wims_sheetmax=$maxexo in wimshome/sessions/$wims_session/var.stat |
- | |
20 | 19 | ||
21 | !bound exo between 1 and $maxexo default $empty |
20 | !bound exo between 1 and $maxexo default $empty |
22 | !if $sh!=$empty and $exo!=$empty |
21 | !if $sh!=$empty and $exo!=$empty |
23 | requires=!getscorerequire sheet=$sh |
22 | requires=!getscorerequire sheet=$sh |
24 | means=!getscoremean sheet=$sh |
23 | means=!getscoremean sheet=$sh |