Rev 8306 | Rev 10922 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
2 | !if $formula=$empty |
||
3 | job= |
||
4 | !exit |
||
5 | !endif |
||
6 | |||
7 | !if $formula=prep |
||
8 | !exit |
||
9 | !endif |
||
10 | !reset formula reg |
||
11 | reg= |
||
12 | !for i=1 to $totsheets |
||
13 | !bound w$i between 0 and 100000 default 1 |
||
7665 | bpr | 14 | !bound s$i between integer 0 and 6 default 2 |
15 | !bound ss$i between integer 0 and 2 default 0 |
||
16 | reg=!append line $(w$i) $(s$i) $(ss$i) to $reg |
||
23 | reyssat | 17 | !next i |
18 | !bound maxscore between integer 1 and 1000 default 10 |
||
19 | scoremax=$maxscore |
||
20 | defaultformula=$reg |
||
21 | !writefile wimshome/log/classes/$wims_class/sheets/.severity $maxscore\ |
||
22 | $reg |
||
23 | |||
24 | reg= |
||
25 | !for i=1 to $totexams |
||
26 | !bound ew$i between 0 and 100000 default 1 |
||
27 | reg=!append line $(ew$i) to $reg |
||
28 | !next i |
||
29 | !writefile wimshome/log/classes/$wims_class/exams/.eseverity $reg |
||
30 | |||
31 | !read var.proc.weights |
||
32 | job= |
||
33 |