Subversion Repositories wimsdev

Rev

Rev 4092 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3512 czzmrn 1
 
2
<h3>Il formato OEF</h3>
3
<p>
4
 
5
OEF significa ``online exercise format'', un formato speciale per programmare
6
esercizi interattivi per l'insegnamento <em>computer-aided</em>. Lo scopo dell'ideazione
4092 bpr 7
di questo formato è quello di creare uno standard per lo scambio di contenuti
8
tra sistemi differenti. Per questo il formato è stato ideato in modo da
3512 czzmrn 9
contenere solo le informazioni matematiche sugli esercizi.
10
</p><p>
4092 bpr 11
Il vantaggio del formato OEF è che rende molto facile la creazione di esercizi.
3512 czzmrn 12
Ma occorre tenere presente che gli esercizi creati in questo modo, in
13
particolare quelli creati da $module_title, hanno delle prestazioni inferiori
14
rispetto a quelli scritti nel linguaggio nativo di WIMS.
15
!! tolta la seguente: mi sembra obsoleta
16
!! It is hard to imagine, at least for the time being,
17
!! the WIMS exercises such as Q-Puzzle, the Coincidence series or again the
18
!! Shoot series, be transformed into oef format.
19
</p><p>
20
&Egrave; possibile anche consultare gli
21
!href cmd=help&special_parm=examples esempi
22
 per avere un'idea della struttura di un file OEF.
23
 </p>
24
<h4>Sintassi</h4>
4092 bpr 25
<p>Il formato OEF è molto simile al formato LaTeX. It is composed of
3512 czzmrn 26
directives followed by one or more parameters. A directive is a word
5903 bpr 27
preceeded by the character <span class="tt wims_code_words">\</span>,
3512 czzmrn 28
and the parameters are enclosed in braces.
29
For example, in the following sentence
30
</p><pre>
31
   \choice{The answer is}{yes}{no}
32
</pre>
5903 bpr 33
there is a directive named <span class="tt wims_code_words">choice</span>,
34
which has 3 parameters, namely, <span class="tt">The answer is</span>, <span class="tt wims_code_words">yes</span>
35
and <span class="tt wims_code_words">no</span>.
3512 czzmrn 36
 
37
<h4>List of directives</h4>
38
<p>Here is a brief list of directives recognized by the OEF manager of WIMS.
39
See also
40
!href cmd=help&special_parm=parameters help on parameters
41
 for the syntax to define parameters.
42
 </p>
43