Rev 12459 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12459 | Rev 12460 | ||
---|---|---|---|
Line 13... | Line 13... | ||
13 | !bound l1 between 1 to 2000 |
13 | !bound l1 between 1 to 2000 |
14 | !bound l2 between $l1 to 2000 default $l1 |
14 | !bound l2 between $l1 to 2000 default $l1 |
15 | nw_scoredelay=$l1,$l2 |
15 | nw_scoredelay=$l1,$l2 |
16 | !endif |
16 | !endif |
17 | !bound user_qcmpresent between integer 2 and 8 default $(default_choice[4]) |
17 | !bound user_qcmpresent between integer 2 and 8 default $(default_choice[4]) |
18 | !bound |
18 | !bound user_givegood between 0 and $limit_version default $(default_choice[3]) |
19 | !bound |
19 | !bound user_givefeed between 0 and $limit_version default $(default_choice[3]) |
- | 20 | !bound user_givehint between 0 and $limit_version default $(default_choice[3]) |
|
- | 21 | !bound nw_givegood between 0 and $limit_version default $user_nw_givegood |
|
20 | !bound |
22 | !bound nw_givehint between 0 and $limit_version default $user_nw_givehint |
21 | !bound |
23 | !bound nw_givefeed between 0 and $limit_version default $user_nw_givefeed |
22 | nw_check_=$nw_check1,$nw_check2 |
24 | nw_check_=$nw_check1,$nw_check2 |
23 | nw_check_=!listintersect $nw_check_ and 1,2 |
25 | nw_check_=!listintersect $nw_check_ and 1,2 |
24 | !else |
26 | !else |
25 | !bound nw_qnum between integer 1 and 9 default $user_qnum |
27 | !bound nw_qnum between integer 1 and 9 default $user_qnum |
26 | !bound nw_qcmlevel between 1 and 9 default $user_qcmlevel |
28 | !bound nw_qcmlevel between 1 and 9 default $user_qcmlevel |
Line 32... | Line 34... | ||
32 | nw_scoredelay=$l1,$l2 |
34 | nw_scoredelay=$l1,$l2 |
33 | !else |
35 | !else |
34 | nw_scoredelay=$empty |
36 | nw_scoredelay=$empty |
35 | !endif |
37 | !endif |
36 | !bound nw_qcmpresent between 2 and 8 default $user_qcmpresent |
38 | !bound nw_qcmpresent between 2 and 8 default $user_qcmpresent |
37 | !bound |
39 | !bound nw_givesol between 0 and $limit_version default $user_givesol |
38 | !bound |
40 | !bound nw_givefeed between 0 and $limit_version default $user_givefeed |
- | 41 | !bound nw_givegood between 0 and $limit_version default $user_givegood |
|
- | 42 | !bound nw_givehint between 0 and $limit_version default $user_givehint |
|
39 | !bound nw_sepow between 1 and 6 default $user_sepow |
43 | !bound nw_sepow between 1 and 6 default $user_sepow |
40 | !bound nw_expow between 1 and 6 default $user_expow |
44 | !bound nw_expow between 1 and 6 default $user_expow |
41 | !bound nw_precw between 0 and 1 default $user_precw |
45 | !bound nw_precw between 0 and 1 default $user_precw |
42 | !set nw_check_=$nw_check1,$nw_check2 |
46 | !set nw_check_=$nw_check1,$nw_check2 |
43 | !set nw_check_=!nonempty items $nw_check_ |
47 | !set nw_check_=!nonempty items $nw_check_ |
44 | !set nw_check_=!listintersect $nw_check_ and 1,2 |
48 | !set nw_check_=!listintersect $nw_check_ and 1,2 |
45 | !bound nw_check3 between 0 and $limit_version default $user_check3 |
- | |
46 | !bound nw_check4 between 0 and $limit_version default $user_check4 |
- | |
47 | 49 | ||
48 | !setdef !set user_qnum=$nw_qnum\ |
50 | !setdef !set user_qnum=$nw_qnum\ |
49 | !set user_qcmlevel=$nw_qcmlevel\ |
51 | !set user_qcmlevel=$nw_qcmlevel\ |
50 | !set user_scoredelay=$nw_scoredelay\ |
52 | !set user_scoredelay=$nw_scoredelay\ |
51 | !set user_qcmpresent=$nw_qcmpresent\ |
53 | !set user_qcmpresent=$nw_qcmpresent\ |
52 | !set |
54 | !set user_givesol=$nw_givesol\ |
53 | !set |
55 | !set user_givefeed=$nw_givefeed\ |
54 | !set |
56 | !set user_givegood=$nw_givegood\ |
55 | !set |
57 | !set user_givehint=$nw_givehint\ |
56 | !set user_check=$nw_check_\ |
58 | !set user_check=$nw_check_\ |
57 | !set user_sepow=$nw_sepow\ |
59 | !set user_sepow=$nw_sepow\ |
58 | !set user_expow=$nw_expow\ |
60 | !set user_expow=$nw_expow\ |
59 | !set user_precw=$nw_precw\ |
61 | !set user_precw=$nw_precw\ |
60 | in wimshome/log/classes/$wims_class/supervisor |
62 | in wimshome/log/classes/$wims_class/supervisor |
61 | 63 | ||
62 | !setdef wims_oefdefault_qnum=$nw_qnum\ |
64 | !setdef wims_oefdefault_qnum=$nw_qnum\ |
63 | wims_oefdefault_qcmlevel=$nw_qcmlevel\ |
65 | wims_oefdefault_qcmlevel=$nw_qcmlevel\ |
64 | wims_oefdefault_scoredelay=$nw_scoredelay\ |
66 | wims_oefdefault_scoredelay=$nw_scoredelay\ |
65 | wims_oefdefault_qcmpresent=$nw_qcmpresent\ |
67 | wims_oefdefault_qcmpresent=$nw_qcmpresent\ |
66 |
|
68 | wims_oefdefault_sol=$nw_givesol\ |
67 |
|
69 | wims_oefdefault_feed=$nw_givefeed\ |
- | 70 | wims_oefdefault_good=$nw_givegood\ |
|
- | 71 | wims_oefdefault_hint=$nw_givehint\ |
|
68 | wims_oefdefault_check=$nw_check_\ |
72 | wims_oefdefault_check=$nw_check_\ |
69 | wims_oefdefault_check3=$nw_check3\ |
- | |
70 | wims_oefdefault_check4=$nw_check4\ |
- | |
71 | wims_oefdefault_expow=$nw_expow\ |
73 | wims_oefdefault_expow=$nw_expow\ |
72 | wims_oefdefault_sepow=$nw_sepow\ |
74 | wims_oefdefault_sepow=$nw_sepow\ |
73 | wims_oefdefault_precw=$nw_precw\ |
75 | wims_oefdefault_precw=$nw_precw\ |
74 | in wimshome/sessions/$wims_session/var.stat |
76 | in wimshome/sessions/$wims_session/var.stat |
75 | 77 |