Rev 15726 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15726 | Rev 17072 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | # class exercise sheet |
1 | # class exercise sheet |
- | 2 | # variable to be defined before : scores means requires |
|
- | 3 | # |
|
- | 4 | # |
|
2 | !if $wims_read_parm > 0 && $wims_class > 0 |
5 | !if $wims_read_parm > 0 && $wims_class > 0 |
3 | s_=wimshome/log/classes/$wims_class/sheets/.sheet$wims_read_parm |
6 | s_=wimshome/log/classes/$wims_class/sheets/.sheet$wims_read_parm |
4 | ecnt_=!recordcnt $s_ |
7 | ecnt_=!recordcnt $s_ |
5 | !endif |
8 | !endif |
6 | 9 |