Rev 3934 | Rev 5205 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | # Variable calculations should be done in this file. |
2 | # It is read and interpreted by wims for all valid calls to the module. |
||
2368 | bpr | 3 | !read adm/class/classlang names.phtml |
23 | reyssat | 4 | |
3934 | guerimand | 5 | t=$ |
6 | tmp=!replace internal & by $t in $iniparm |
||
7 | tmp2=!getopt scoredelay in $tmp |
||
8 | tmp3=!replace internal + by , in $tmp2 |
||
9 | iniparm=!replace internal scoredelay=$tmp2 by scoredelay=$tmp3 in $iniparm |
||
10 | |||
23 | reyssat | 11 | sheettot=!recordcnt wimshome/log/classes/$wims_class/sheets/.sheets |
12 | wims_helper=chapter=3 |
||
13 | wims_prefix=none |
||
14 | |||
15 | class=$wims_class |
||
5199 | guerimand | 16 | !if $wims_user!=supervisor |
23 | reyssat | 17 | error=not_supervisor |
18 | !exit |
||
19 | !endif |
||
20 | |||
5199 | guerimand | 21 | !bound job within exo,help default exo |
22 | !changeto $job.proc |
||
23 | reyssat | 23 | |
24 |