Rev 5894 | Rev 7513 | Go to most recent revision | 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 | !!@# |
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 | !!#@ |
16 | !exit |
||
17 | !endif |
||
18 | |||
19 | !if $error!=$empty |
||
20 | !if target iswordof error |
||
5894 | bpr | 21 | <span class="wims_warning"> |
2544 | bpr | 22 | !!@# |
23 | Choisissez le module. |
||
24 | !!#@ |
||
5894 | bpr | 25 | </span> |
2544 | bpr | 26 | !exit |
27 | !endif |
||
5894 | bpr | 28 | <span class="wims_warning"> |
2544 | bpr | 29 | !!@# |
30 | N'oubliez pas de remplir les champs obligatoires marqués par *. |
||
31 | !!#@ |
||
5894 | bpr | 32 | </span> |
2544 | bpr | 33 | !endif |
34 | !if type_exo iswordof $error or file iswordof $error |
||
35 | !!@# |
||
36 | En particulier : |
||
37 | !!#@ |
||
38 | <dl> |
||
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 | !!@# |
||
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 |
||
52 | indiquer le nom que vous allez donner à ce fichier. |
||
53 | !!#@ |
||
54 | </dt> |
||
55 | !endif |
||
56 | </dl> |
||
57 | !if oefempty iswordof $error and $transfert=yes |
||
58 | !!@# |
||
59 | Vous devez d'abord créer un module d'exercices OEF dans votre compte Modtool |
||
60 | !!#@ |
||
61 | !endif |
||
62 | !exit |
||
63 | |||
64 | |||
65 | !msg $error |
||
66 | |||
67 |