:Lista de directivas

:directiva,nmero de<br/>parmetros,descripcin,parmetros opcionales,

:title
1
define el ttulo de un ejercicio

:language
1
el idioma del ejercicio, tal como <span class="tt wims_code_words">en</span>, <span class="tt wims_code_words">es</span> o <span class="tt wims_code_words">fr</span>

:author
1
define el autor del ejercicio. Write it in the form <span class="tt wims_code_words">firstname, lastname</span> (in case of multiple authors, use a semicolon between them).

:email
1
define la direccin de correo electrnico del autor (in case of multiple authors, use a comma between the addresses).

:format
1
formato del enunciado.


help=format
:css
1
defines css style

:keywords
1
Exercise keywords

:credits
1
allows to insert credits at the end of the exercise (variables are evaluated).

:description
1
description of the exercise for the students

:observation
1
description of the exercise for the teacher

:precision
1
precisin al comparar la respuesta del usuario con la solucin. Escriba un entero positivo n aqu: la comparacin se har con precisin de 1/n.

:range
1
rango de variables cuando se evala una funcin proporcionada por el usuario. Debe escribirse de la forma <span class="tt wims_code_words">n1..n2</span>, donde n1 es el punto inicial, y n2 es el punto final.

:computeanswer
1
The instruction <span class="tt wims_code_words">\computeanswer{ no }</span> specifies that the user should complete calculations by himself and enter the final value. On the other hand, if we specify <span class="tt wims_code_words">\computeanswer{ yes }</span>, the user may enter a formula like <span class="tt wims_code_words">5*5</span>,  letting the computer make the calculations.

:statement
1
El parmetro es el enunciado del ejercicio. Can be used only one time in the exercise.

:answer
2-5
define una respuesta libre. El primer parmetro es el texto de la pregunta, y el segundo, la respuesta correcta. El tipo de respuesta (numrica, funcional, textual, etc.) se determinar  automticamente de acuerdo a la respuesta correcta.
type option weight
reorder shuffle nonstop
help=reply

:choice
3-5
define una eleccin mltiple. El primer parmetro es el texto que presenta las opciones, el segundo, la(s) opcin(es) correcta(s), y el tercero la(s) opcin(es) equivocada(s). Los ltimos dos parmetros son listas de objetos separados por comas. Se permiten mltiples opciones correctas. Si una opcin aparece en la lista de opciones correctas y errneas, se tomar como buena.
option weight
shuffle noidontknow

:condition
2-4
define una condicin especial para la evaluacin de las respuestas libres.
option weight
hide
help=reply

:solution
1
da la solucin del ejercicio con la explicacin. El gestor OEF puede decidir si mostrar esta explicacin al usuario, de acuerdo con el nivel de dificultad asignado. Can be used only one time in the exercise.

:hint
1
da una pista sobre cmo se hace el ejercicio.  El gestor de OEF puede decidir mostrar o no esta pista, segn el nivel de dificultad. Can be used only one time in the exercise.

:help
1
proporciona una ayuda para la realizacin del ejercicio. El usuario podr siempre acceder a esta ayuda, que se presentar en una ventana emergente. Can be used only one time in the exercise.

:feedback
2
aadir un comentario cuando la respuesta cumpla determinada condicin. Normalmente se utiliza para advertir de un error tpico.


help=feedback

:steps
1
sert  dfinir les questions apparaissant  chaque tape ; doit tre mis avant la commande <span class="tt wims_code_words">statement</span>(voir la variable <span class="tt wims_code_variable">\step</span>). Can be used only one time in the exercise.

:nextstep
1
sert  dfinir de manire dynamique les questions qui devront tre poses ; doit tre mis avant la commande <span class="tt wims_code_words">statement</span> (voir la variable <span class="tt wims_code_variable">\step</span>). Can be used only one time in the exercise.

:conditions
1
permet d'indiquer les numros des conditions utiles pour l'exercice servant  contrler les rponses de l'utilisateur.

:latex
1
allows to write a latex version of the exercise using the variables defined in the exercise and downloadable in the printable version of the exercise (accessible only by developers or teachers of a class). It is advisable to put the statement in a predefined environment latex <span class="tt wims_code_words">\begin{statement} \end{statement}</span> and the solution in the environment <span class="tt wims_code_words">\begin{sol} ... \end{sol}</span>.
