Rev 20 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 20 | Rev 16204 | ||
---|---|---|---|
Line 32... | Line 32... | ||
32 | 32 | ||
33 | methparmlimit=32 |
33 | methparmlimit=32 |
34 | !default m_minsteps=1 |
34 | !default m_minsteps=1 |
35 | cutstep=$[min($maxstep,$m_minsteps+$tolerance+$cutstep)] |
35 | cutstep=$[min($maxstep,$m_minsteps+$tolerance+$cutstep)] |
36 | !for s in help,hint,solution |
36 | !for s in help,hint,solution |
37 | !if $($s)!=$empty |
37 | !if $($s)!=$empty |
38 | exo_has=$exo_has $s |
38 | exo_has=$exo_has $s |
39 | !endif |
39 | !endif |
40 | !next s |
40 | !next s |
41 | 41 | ||
42 | m_options=!items2words $m_options |
42 | m_options=!items2words $m_options |
43 | !for t in context,result |
43 | !for t in context,result |
44 | !if $(Ask$t)=0 and ask$t iswordof $m_options |
44 | !if $(Ask$t)=0 and ask$t iswordof $m_options |
45 | Ask$t=1 |
45 | Ask$t=1 |
46 | !endif |
46 | !endif |
47 | !if $(Ask$t)>0 |
47 | !if $(Ask$t)>0 |
48 | ask$t=$ask |
48 | ask$t=$ask |
49 | !else |
49 | !else |
50 | ask$t=0 |
50 | ask$t=0 |
51 | !endif |
51 | !endif |
52 | !next t |
52 | !next t |
53 | 53 | ||
54 | !if $m_environ iswordof ZZ QQ and nofloat notwordof $m_options |
54 | !if $m_environ iswordof ZZ QQ and nofloat notwordof $m_options |
55 | m_options=$m_options nofloat |
55 | m_options=$m_options nofloat |
56 | !endif |
56 | !endif |
57 | 57 | ||
58 | !if fixedgoal iswordof $m_options |
58 | !if fixedgoal iswordof $m_options |
59 | m_goal=!translate internal $ $ to $\ |
59 | m_goal=!translate internal $ $ to $\ |
60 | $ in $m_goal |
60 | $ in $m_goal |
61 | !endif |
61 | !endif |
62 | 62 | ||
63 | !read oef/valsave.proc |
63 | !read oef/valsave.proc |
64 | !read deduc/objects.combine |
64 | !read deduc/objects.combine |
Line 81... | Line 81... | ||
81 | mtitles=!lines2items $mtitles |
81 | mtitles=!lines2items $mtitles |
82 | 82 | ||
83 | question_url= |
83 | question_url= |
84 | status=waiting |
84 | status=waiting |
85 | !default conditioncnt=0 |
85 | !default conditioncnt=0 |
86 | - |