Rev 7354 | Rev 8817 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 7354 | Rev 8255 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | # Variable calculations should be done in this file. |
1 | # Variable calculations should be done in this file. |
2 | # It is read and interpreted by wims for all valid calls to the module. |
2 | # It is read and interpreted by wims for all valid calls to the module. |
3 | !read adm/class/classlang names.phtml |
3 | !read adm/class/classlang names.phtml |
4 | !read tabletheme |
4 | !read tabletheme |
5 | 5 | ||
6 | t=$ |
6 | t=$ |
7 | tmp=!replace internal & by $t in $iniparm |
7 | tmp=!replace internal & by $t in $iniparm |
8 | tmp2=!getopt scoredelay in $tmp |
8 | tmp2=!getopt scoredelay in $tmp |
9 | tmp3=!replace internal + by , in $tmp2 |
9 | tmp3=!replace internal + by , in $tmp2 |
10 | iniparm=!replace internal scoredelay=$tmp2 by scoredelay=$tmp3 in $iniparm |
10 | iniparm=!replace internal scoredelay=$tmp2 by scoredelay=$tmp3 in $iniparm |
11 | 11 | ||
12 | sheettot=!recordcnt wimshome/log/classes/$wims_class/sheets/.sheets |
12 | sheettot=!recordcnt wimshome/log/classes/$wims_class/sheets/.sheets |
13 | wims_helper=chapter=3 |
13 | wims_helper=chapter=3 |
14 | wims_prefix=none |
14 | wims_prefix=none |
- | 15 | require_limit=!defof MAX_REQUIRE in wimshome/public_html/bases/sys/define.conf |
|
- | 16 | #### for transitional periode |
|
- | 17 | require_limit=200 |
|
- | 18 | #### |
|
- | 19 | require_limit=$[$require_limit/10] |
|
15 | 20 | ||
16 | !read getparm $iniparm exo random qnum |
21 | !read getparm $iniparm exo random qnum |
17 | exocnt_=!itemcnt $get_exo |
22 | exocnt_=!itemcnt $get_exo |
18 | class=$wims_class |
23 | class=$wims_class |
19 | !if $wims_user!=supervisor |
24 | !if $wims_user!=supervisor |