Rev 2940 | Rev 12501 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2940 | Rev 4298 | ||
---|---|---|---|
Line 12... | Line 12... | ||
12 | !else |
12 | !else |
13 | maxsh=!recordcnt wimshome/log/classes/$wims_class/sheets/.sheets |
13 | maxsh=!recordcnt wimshome/log/classes/$wims_class/sheets/.sheets |
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 | maxexo=!recordcnt $file |
18 | maxexo=!recordcnt $file |
- | 19 | !setdef wims_sheetmax=$maxexo in wimshome/sessions/$wims_session/var.stat |
|
- | 20 | ||
18 | !bound exo between 1 and $maxexo default $empty |
21 | !bound exo between 1 and $maxexo default $empty |
19 | !if $sh!=$empty and $exo!=$empty |
22 | !if $sh!=$empty and $exo!=$empty |
20 | requires=!getscorerequire sheet=$sh |
23 | requires=!getscorerequire sheet=$sh |
21 | means=!getscoremean sheet=$sh |
24 | means=!getscoremean sheet=$sh |
22 | scores=!getscore sheet=$sh |
25 | scores=!getscore sheet=$sh |