Rev 16736 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16736 | Rev 17766 | ||
---|---|---|---|
Line 15... | Line 15... | ||
15 | shufflelist=$exo |
15 | shufflelist=$exo |
16 | !else |
16 | !else |
17 | shuffle=!shuffle $nn |
17 | shuffle=!shuffle $nn |
18 | shufflelist=!item $shuffle of $exo |
18 | shufflelist=!item $shuffle of $exo |
19 | !endif |
19 | !endif |
- | 20 | !read getparm $special_parm3 confparm1 confparm2 confparm3 confparm4 confparm5 confparm6 |
|
- | 21 | !for cf=1 to 6 |
|
- | 22 | !default confparm$cf=$(get_confparm$cf) |
|
- | 23 | !next |
|
20 | !if $intro_expert=yes |
24 | !if $intro_expert=yes |
21 | !distribute items 0,0,0,0 into qcmgood,penalty,givegood,givehint |
25 | !distribute items 0,0,0,0 into qcmgood,penalty,givegood,givehint |
22 | !bound intro_qcmpresent between 2 and 8 default $(default_choice[4]) |
26 | !bound intro_qcmpresent between 2 and 8 default $(default_choice[4]) |
23 | qcmpresent=$intro_qcmpresent |
27 | qcmpresent=$intro_qcmpresent |
24 | !bound intro_sol between -1 and $limit_version default $(default_choice[3]) |
28 | !bound intro_sol between -1 and $limit_version default $(default_choice[3]) |