Rev 6132 | Rev 12170 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6132 | Rev 11375 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 |
|
1 | type=order |
2 | textarea="data1 data2 data3 data4 data5" |
2 | textarea="data1 data2 data3 data4 data5" |
3 | 3 | ||
4 | :Mélange de lettres |
4 | :Mélange de lettres |
5 | Faire un mot avec des lettres. Jusqu'à 5 listes de mots peuvent être entrées. |
5 | Faire un mot avec des lettres. Jusqu'à 5 listes de mots peuvent être entrées. |
6 | Un mot au hasard dans chaque liste est pris à chaque fois. Une indication |
6 | Un mot au hasard dans chaque liste est pris à chaque fois. Une indication |
7 | peut être mise pour chaque mot. |
7 | peut être mise pour chaque mot. |
8 | <p> |
8 | <p> |
9 | <span class="wims_warning">$wims_name_warning</span>. Vous devez vérifier |
9 | <span class="wims_warning">$wims_name_warning</span>. Vous devez vérifier |
10 | que d'autres mots ne sont pas faisables avec les mêmes lettres |
10 | que d'autres mots ne sont pas faisables avec les mêmes lettres |
Line 39... | Line 39... | ||
39 | domino,un jeu} |
39 | domino,un jeu} |
40 | :Seconde liste de mots |
40 | :Seconde liste de mots |
41 | \text{data2=enfant |
41 | \text{data2=enfant |
42 | mère |
42 | mère |
43 | père} |
43 | père} |
44 | :Troisième liste de mots |
44 | :Troisième liste de mots |
45 | \text{data3=maison |
45 | \text{data3=maison |
46 | immeuble |
46 | immeuble |
47 | villa |
47 | villa |
48 | habitation |
48 | habitation |
49 | } |
49 | } |
Line 138... | Line 138... | ||
138 | \text{STEP=wims(makelist r x for x=1 to \N)} |
138 | \text{STEP=wims(makelist r x for x=1 to \N)} |
139 | \text{STEP=r1} |
139 | \text{STEP=r1} |
140 | \nextstep{\STEP} |
140 | \nextstep{\STEP} |
141 | 141 | ||
142 | \statement{ |
142 | \statement{ |
143 | \for{a=1 to \step-1}{ |
143 | \for{a=1 to \step-1}{ |
144 | \if{\a <= \N}{ |
144 | \if{\a <= \N}{ |
145 | <div style="font-size:large;padding:6px; margin-left:10px;wdith:50%; |
145 | <div style="font-size:large;padding:6px; margin-left:10px;wdith:50%; |
146 | border: 1px solid #555555;">\Mot[\a;] |
146 | border: 1px solid #555555;">\Mot[\a;] |
147 | \if{ \indication[\a;] notsametext xxx }{ (\indication[\a;]) }</div> |
147 | \if{ \indication[\a;] notsametext xxx }{ (\indication[\a;]) }</div> |
148 | } |
148 | } |
149 | } |
149 | } |
150 | \if{\step <= \N}{ |
150 | \if{\step <= \N}{ |
151 | \instruction |
151 | \instruction |
152 | <div class="wimscenter">\embed{r \step,50 x 50} |
152 | <div class="wimscenter">\embed{r \step,50 x 50} |
153 | \if{ \indication[\step;] notsametext xxx }{ |
153 | \if{ \indication[\step;] notsametext xxx }{ |
154 | (<span style="font-size:large;">\indication[\step;]</span>) } |
154 | (<span style="font-size:large;">\indication[\step;]</span>) } |
155 | </div> |
155 | </div> |
156 | } |
156 | } |
157 | } |
157 | } |