Subversion Repositories wimsdev

Rev

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

Rev 4092 Rev 5903
Line 22... Line 22...
22
 per avere un'idea della struttura di un file OEF.
22
 per avere un'idea della struttura di un file OEF.
23
 </p>
23
 </p>
24
<h4>Sintassi</h4>
24
<h4>Sintassi</h4>
25
<p>Il formato OEF è molto simile al formato LaTeX. It is composed of
25
<p>Il formato OEF è molto simile al formato LaTeX. It is composed of
26
directives followed by one or more parameters. A directive is a word
26
directives followed by one or more parameters. A directive is a word
27
preceeded by the character <tt class="wims_code_words">\</tt>,
27
preceeded by the character <span class="tt wims_code_words">\</span>,
28
and the parameters are enclosed in braces.
28
and the parameters are enclosed in braces.
29
For example, in the following sentence
29
For example, in the following sentence
30
</p><pre>
30
</p><pre>
31
   \choice{The answer is}{yes}{no}
31
   \choice{The answer is}{yes}{no}
32
</pre>
32
</pre>
33
there is a directive named <tt class="wims_code_words">choice</tt>,
33
there is a directive named <span class="tt wims_code_words">choice</span>,
34
which has 3 parameters, namely, <tt>The answer is</tt>, <tt class="wims_code_words">yes</tt>
34
which has 3 parameters, namely, <span class="tt">The answer is</span>, <span class="tt wims_code_words">yes</span>
35
and <tt class="wims_code_words">no</tt>.
35
and <span class="tt wims_code_words">no</span>.
36
 
36
 
37
<h4>List of directives</h4>
37
<h4>List of directives</h4>
38
<p>Here is a brief list of directives recognized by the OEF manager of WIMS.
38
<p>Here is a brief list of directives recognized by the OEF manager of WIMS.
39
See also
39
See also
40
!href cmd=help&special_parm=parameters help on parameters
40
!href cmd=help&special_parm=parameters help on parameters