Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
16102 | bpr | 1 | !!@# translate between !!@# et !!#@ |
2 | !if nom_fichier iswordof $error |
||
3 | <span class="wims_warning"> |
||
4 | !!@# |
||
5 | Su nombre de archivo no es válido, no debe haber ningún |
||
6 | <span class="tt">..</span> ni <span class="tt"> / </span> en los nombres del archivo. |
||
7 | !!#@ |
||
8 | </span> |
||
9 | !exit |
||
10 | !endif |
||
11 | !if bad_data iswordof $error |
||
12 | !!@# |
||
13 | <span class="wims_warning">$wims_name_warning</span>. |
||
14 | No pude evaluar los valores que envió. ¿Error tipográfico? |
||
15 | !!#@ |
||
16 | !exit |
||
17 | !endif |
||
18 | |||
19 | !if $error!=$empty |
||
20 | !if target iswordof error |
||
21 | <span class="wims_warning"> |
||
22 | !!@# |
||
23 | Elija el módulo. |
||
24 | !!#@ |
||
25 | </span> |
||
26 | !exit |
||
27 | !endif |
||
28 | <span class="wims_warning"> |
||
29 | !!@# |
||
30 | No olvide completar los campos obligatorios marcados con *. |
||
31 | !!#@ |
||
32 | </span> |
||
33 | !endif |
||
34 | !if type_exo iswordof $error or file iswordof $error |
||
35 | !!@# |
||
36 | En particular: |
||
37 | !!#@ |
||
38 | <dl> |
||
39 | !if type_exo iswordof $error |
||
40 | <dt> |
||
41 | !!@# |
||
42 | Debe elegir el tipo de QCM. |
||
43 | !!#@ |
||
44 | </dt> |
||
45 | !endif |
||
46 | |||
47 | !if file iswordof $error |
||
48 | <dt> |
||
49 | !!@# |
||
50 | Este ejercicio depende de los datos que debes poner en un archivo en el formato indicado |
||
51 | en la ayuda. De lo contrario, no funcionará. En este paso, debes indicar el |
||
52 | nombre que le vas a dar a este archivo. |
||
53 | !!#@ |
||
54 | </dt> |
||
55 | !endif |
||
56 | </dl> |
||
57 | !endif |
||
58 | !if oefempty iswordof $error and $transfert=yes |
||
59 | !!@# |
||
60 | Primero debe crear un módulo de ejercicio OEF en su cuenta de Modtool |
||
61 | !!#@ |
||
62 | !endif |
||
63 | !exit |
||
64 | |||
65 | |||
66 | !msg $error |