Subversion Repositories wimsdev

Rev

Rev 8724 | Rev 14972 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8724 Rev 14040
Line 70... Line 70...
70
</pre>
70
</pre>
71
 
71
 
72
These commands can be used either within statement, hint, solution or
72
These commands can be used either within statement, hint, solution or
73
feedback, or in the main environment. In the latter case, the conditional
73
feedback, or in the main environment. In the latter case, the conditional
74
execution only affects parameter definitions.
74
execution only affects parameter definitions.
75
 
-
 
76
<a id="special"></a>
-
 
77
<h3>Special methods</h3>
-
 
78
 
-
 
79
With the command <span class="tt wims_code_words">\special{...}</span> in the statement of an exercise, the
-
 
80
following special methods are available:
-
 
81
<br />
-
 
82
!if $special_parm=all
-
 
83
 !for sp in $special_list
-
 
84
  <h4 class="wimscenter">The special method <span class="tt wims_code_words">$sp</span></h4>
-
 
85
  General syntax: <span class="wims_code_words">\special{$sp <i>parameters</i>}</span>
-
 
86
<div>
-
 
87
 
-
 
88
  !read oef/special/$sp.phtml help
-
 
89
  </div>
-
 
90
 !next sp
-
 
91
!else
-
 
92
 !for sp in $special_list
-
 
93
  !href cmd=help&special_parm=oefadv&special_parm2=$sp#special $sp
-
 
94
  &nbsp;
-
 
95
 !next sp
-
 
96
!endif
-
 
97
 
-
 
98
!if $special_parm2 isitemof $special_list
-
 
99
<h4 class="wimscenter">The special method <span class="tt wims_code_words">$special_parm2</span></h4>
-
 
100
General syntax: <span class="wims_code_words">\special{$special_parm2 <i>parameters</i>}</span> <div>
-
 
101
 
-
 
102
!read oef/special/$special_parm2.phtml help
-
 
103
</div>
-
 
104
!endif
-
 
105
 
75
 
106
<h3>Preprocessed sources</h3>
76
<h3>Preprocessed sources</h3>
107
 
77
 
108
This feature is not available for Createxo. You can use it if you write OEF
78
This feature is not available for Createxo. You can use it if you write OEF
109
(and Deductio) exercises under Modtool.
79
(and Deductio) exercises under Modtool.