Rev 14747 | Rev 16422 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14747 | Rev 14889 | ||
---|---|---|---|
Line 26... | Line 26... | ||
26 | !ifval $quota_free-$space<5 |
26 | !ifval $quota_free-$space<5 |
27 | error=notenoughfreespace |
27 | error=notenoughfreespace |
28 | job=configfw |
28 | job=configfw |
29 | !changeto $job.proc |
29 | !changeto $job.proc |
30 | !endif |
30 | !endif |
- | 31 | !endif |
|
- | 32 | ||
- | 33 | !! ---------- make a column in .grades file for this scoring |
|
- | 34 | !if $scoring=0 and $type>=2 |
|
- | 35 | data=!record 1 of wimshome/log/classes/$wims_class/.grades |
|
- | 36 | !distribute line $data into l1,l2,l3 |
|
- | 37 | l2=!append item $wims_name_freework $freework to $l2 |
|
- | 38 | l3=!append item 1 to $l3 |
|
- | 39 | update_field=1 |
|
- | 40 | update_content=$l1\ |
|
- | 41 | $l2\ |
|
- | 42 | $l3 |
|
- | 43 | !read adm/uprecord wimshome/log/classes/$wims_class/.grades |
|
- | 44 | !increase nbscore |
|
- | 45 | scoring=$nbscore |
|
31 | !endif |
46 | !endif |
32 | 47 | ||
33 | !! change statut |
48 | !! change statut |
34 | activetest=1 |
49 | activetest=1 |
35 | update_content=1\ |
50 | update_content=1\ |