Rev 20 | Rev 7612 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 20 | Rev 7363 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | # |
2 | # |
3 | # f_$i: formula of sheet $i. |
3 | # f_$i: formula of sheet $i. |
4 | # w_$i: weight of sheet $i. |
4 | # w_$i: weight of sheet $i. |
5 | # s_$i: severity of $sheet $i. |
5 | # s_$i: severity of $sheet $i. |
6 | # totweight: total sum of weights. |
6 | # totweight: total sum of weights. |
- | 7 | # this formula must be calculated on some variables x_ and y_ |
|
7 | 8 | ||
8 | totweight=0 |
9 | totweight=0 |
9 | totsheets=!recordcnt wimshome/log/classes/$wims_class/sheets/.sheets |
10 | totsheets=!recordcnt wimshome/log/classes/$wims_class/sheets/.sheets |
10 | totexams=!recordcnt wimshome/log/classes/$wims_class/exams/.exams |
11 | totexams=!recordcnt wimshome/log/classes/$wims_class/exams/.exams |
11 | examweights=!record 0 of wimshome/log/classes/$wims_class/exams/.eseverity |
12 | examweights=!record 0 of wimshome/log/classes/$wims_class/exams/.eseverity |