Rev 16558 | Rev 16792 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16558 | Rev 16733 | ||
---|---|---|---|
Line 237... | Line 237... | ||
237 | !endif |
237 | !endif |
238 | !increase t |
238 | !increase t |
239 | !next val |
239 | !next val |
240 | 240 | ||
241 | !if $type>=2 |
241 | !if $type>=2 |
- | 242 | !if $wims_supertype!=4 |
|
242 | v=!values v,-v for v=1 to $nbscore |
243 | v=!values v,-v for v=1 to $nbscore |
243 | !if $activetest=0 |
244 | !if $activetest=0 |
244 | !bound scoring within $v,no,0 default no |
245 | !bound scoring within $v,no,0 default no |
- | 246 | !else |
|
- | 247 | !bound scoring within $v,0 default 0 |
|
- | 248 | !endif |
|
245 | !else |
249 | !else |
246 |
|
250 | !if $activetest=0 |
- | 251 | scoring=no |
|
- | 252 | !else |
|
- | 253 | scoring=0 |
|
- | 254 | !endif |
|
247 | !endif |
255 | !endif |
248 | !if $scoring>0 |
256 | !if $scoring>0 |
249 | m=!record 0 of wimshome/log/classes/$wims_class/sheets/.severity |
257 | m=!record 0 of wimshome/log/classes/$wims_class/sheets/.severity |
250 | maxscore=!word 1 of $m |
258 | maxscore=!word 1 of $m |
251 | !bound maxscore between 0 and 100000 default 10 |
259 | !bound maxscore between 0 and 100000 default 10 |