Rev 14052 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2544 | bpr | 1 | !!@# translate between !!@# et !!#@ |
2 | !if nom_fichier iswordof $error |
||
5894 | bpr | 3 | <span class="wims_warning"> |
2544 | bpr | 4 | !!@# |
7513 | bpr | 5 | Votre nom de fichier n'est pas valable, il ne doit y avoir ni |
6235 | bpr | 6 | <span class="tt">..</span> ni <span class="tt"> / </span> dans les noms de fichier. |
2544 | bpr | 7 | !!#@ |
5894 | bpr | 8 | </span> |
2544 | bpr | 9 | !exit |
10 | !endif |
||
11 | !if bad_data iswordof $error |
||
12 | !!@# |
||
5894 | bpr | 13 | <span class="wims_warning">$wims_name_warning</span>. |
14 | Je n'ai pas pu évaluer les valeurs que vous avez soumises. Erreur de frappe ? |
||
2544 | bpr | 15 | !!#@ |
14052 | bpr | 16 | !exit |
2544 | bpr | 17 | !endif |
7513 | bpr | 18 | |
2544 | bpr | 19 | !if $error!=$empty |
20 | !if target iswordof error |
||
5894 | bpr | 21 | <span class="wims_warning"> |
2544 | bpr | 22 | !!@# |
23 | Choisissez le module. |
||
24 | !!#@ |
||
7513 | bpr | 25 | </span> |
2544 | bpr | 26 | !exit |
27 | !endif |
||
5894 | bpr | 28 | <span class="wims_warning"> |
2544 | bpr | 29 | !!@# |
7513 | bpr | 30 | N'oubliez pas de remplir les champs obligatoires marqués par *. |
2544 | bpr | 31 | !!#@ |
5894 | bpr | 32 | </span> |
2544 | bpr | 33 | !endif |
34 | !if type_exo iswordof $error or file iswordof $error |
||
35 | !!@# |
||
7513 | bpr | 36 | En particulier : |
2544 | bpr | 37 | !!#@ |
7513 | bpr | 38 | <dl> |
2544 | bpr | 39 | !if type_exo iswordof $error |
40 | <dt> |
||
41 | !!@# |
||
42 | Vous devez choisir le type du QCM. |
||
43 | !!#@ |
||
44 | </dt> |
||
45 | !endif |
||
46 | |||
47 | !if file iswordof $error |
||
48 | <dt> |
||
49 | !!@# |
||
7513 | bpr | 50 | Cet exercice dépend de données que vous devez mettre dans un fichier sous le format |
51 | indiqué dans l'aide. Sinon, il ne fonctionnera pas. Vous devez à cette étape |
||
2544 | bpr | 52 | indiquer le nom que vous allez donner à ce fichier. |
53 | !!#@ |
||
54 | </dt> |
||
55 | !endif |
||
56 | </dl> |
||
14560 | bpr | 57 | !endif |
2544 | bpr | 58 | !if oefempty iswordof $error and $transfert=yes |
59 | !!@# |
||
60 | Vous devez d'abord créer un module d'exercices OEF dans votre compte Modtool |
||
61 | !!#@ |
||
7513 | bpr | 62 | !endif |
2544 | bpr | 63 | !exit |
64 | |||
65 | |||
66 | !msg $error |