Rev 14830 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
14830 | guerimand | 1 | !! hide freework |
14297 | guerimand | 2 | |
14830 | guerimand | 3 | !if $activetest<2 |
4 | job=configfw |
||
5 | !reset back |
||
6 | !changeto $job.proc |
||
7 | !endif |
||
14297 | guerimand | 8 | |
14830 | guerimand | 9 | !! change statut |
10 | activetest=3 |
||
11 | update_content=3\ |
||
12 | $class_expiration\ |
||
13 | $title\ |
||
14 | $desc\ |
||
15 | $comment\ |
||
16 | $type\ |
||
17 | $deadline.$timedeadline\ |
||
18 | $soldate.$timesoldate\ |
||
19 | $sizelimitfile\ |
||
20 | $scoring\ |
||
17593 | czzmrn | 21 | $seealltime\ |
22 | $studentclose |
||
14297 | guerimand | 23 | |
14830 | guerimand | 24 | update_field=$freework |
17593 | czzmrn | 25 | update_nbline=12 |
14830 | guerimand | 26 | !read adm/uprecord wimshome/log/classes/$wims_class/freeworks/.freeworks |
27 | |||
28 | success=goodhide |
||
29 | |||
14297 | guerimand | 30 | !if $back=1 |
31 | !restart module=home |
||
32 | !else |
||
33 | job=configfw |
||
34 | !reset back |
||
35 | !changeto $job.proc |
||
36 | !endif |