Rev 3512 | 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 |
||
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 |
||
9 | contenere solo le informazioni matematiche sugli esercizi. |
||
10 | </p><p> |
||
11 | Il vantaggio del formato OEF è che rende molto facile la creazione di esercizi. |
||
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 | È 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> |
||
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 |
||
4091 | bpr | 27 | preceeded by the character <tt class="wims_code_words">\</tt>, |
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> |
||
4091 | bpr | 33 | there is a directive named <tt class="wims_code_words">choice</tt>, |
34 | which has 3 parameters, namely, <tt>The answer is</tt>, <tt class="wims_code_words">yes</tt> |
||
35 | and <tt class="wims_code_words">no</tt>. |
||
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 |