Rev 18061 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 18061 | Rev 18074 | ||
---|---|---|---|
Line 46... | Line 46... | ||
46 | :Dades principals. |
46 | :Dades principals. |
47 | Introduïu a la primera columna les paraules en minúscules i en la segona una possible indicació. |
47 | Introduïu a la primera columna les paraules en minúscules i en la segona una possible indicació. |
48 | En el cas dels grups de paraules, reemplaça el blanc amb un <span class="tt">_</span>. |
48 | En el cas dels grups de paraules, reemplaça el blanc amb un <span class="tt">_</span>. |
49 | \text{data=éléphant,un animal |
49 | \text{data=éléphant,un animal |
50 | chandelier, la première lettre est c |
50 | chandelier, la première lettre est c |
51 | mouette_rieuse, sur la plage |
51 | mouette_rieuse, {sur la mer,sur la plage} |
52 | vague, sur la plage |
52 | vague, {sur la mer,sur la plage} |
53 | } |
53 | } |
54 | 54 | ||
55 | :%%%%%%%%%%%%%% Rien à modifier avant l'énoncé %%%%%%%%%%%%%%%% |
55 | :%%%%%%%%%%%%%% Rien à modifier avant l'énoncé %%%%%%%%%%%%%%%% |
56 | \text{Indication=Indicació} |
56 | \text{Indication=Indicació} |
57 | \text{motatrouver=Paraula a trobar} |
57 | \text{motatrouver=Paraula a trobar} |
Line 59... | Line 59... | ||
59 | \text{typename=wims(declosing wims(word 2 to -1 of \type))} |
59 | \text{typename=wims(declosing wims(word 2 to -1 of \type))} |
60 | \text{type=wims(word 1 of \type)} |
60 | \text{type=wims(word 1 of \type)} |
61 | \text{typename=wims(words2items wims(nospace \typename))} |
61 | \text{typename=wims(words2items wims(nospace \typename))} |
62 | \text{typename=slib(oef/blank _,,\typename)} |
62 | \text{typename=slib(oef/blank _,,\typename)} |
63 | \text{mot=randrow(\data)} |
63 | \text{mot=randrow(\data)} |
- | 64 | \text{mot=wims(embraced randitem \mot)} |
|
64 | \text{indication=\mot[2..-1]} |
65 | \text{indication=\mot[2..-1]} |
65 | \text{mot=\mot[1]} |
66 | \text{mot=\mot[1]} |
66 | \text{jok=—} |
67 | \text{jok=—} |
67 | \css{<style> |
68 | \css{<style> |
68 | .centrer{text-align:center;} |
69 | .centrer{text-align:center;} |
Line 89... | Line 90... | ||
89 | .type2 span.red {background-color:red;color:red;} |
90 | .type2 span.red {background-color:red;color:red;} |
90 | .type1 {min-width:210px;} |
91 | .type1 {min-width:210px;} |
91 | .type2,.type3 {min-width:80px;} |
92 | .type2,.type3 {min-width:80px;} |
92 | </style> |
93 | </style> |
93 | } |
94 | } |
94 | \if{\type=1}{ |
- | |
95 | \if{\type=1}{ |
95 | \if{\type=1}{ |
96 | \text{dessin=xrange 0,10 |
96 | \text{dessin=xrange 0,10 |
97 | yrange 0,10 |
97 | yrange 0,10 |
98 | segments black, 0,1,2,1 |
98 | segments black, 0,1,2,1 |
99 | polyline black,1,1,1,8,5,8,5,6.5 |
99 | polyline black,1,1,1,8,5,8,5,6.5 |
100 | linewidth 3} |
100 | linewidth 3} |
101 | \matrix{pendu=ellipse 5,6,1.5,1.5,red |
101 | \matrix{pendu=ellipse 5,6,1.5,1.5,red |
102 |
|
102 | polyline red, 5,5.4,5,3 |
- | 103 | polyline red,4,4,5,5 |
|
- | 104 | polyline red,6,4,5,5 |
|
- | 105 | polyline red,6,2,5,3 |
|
103 | } |
106 | polyline red,4,2,5,3} |
104 | 107 | ||
105 | \text{Dessin=<img src="draw(200,200 |
108 | \text{Dessin=<img src="draw(200,200 |
106 | \dessin)" alt="\typename[1]">} |
109 | \dessin)" alt="\typename[1]">} |
107 | } |
110 | } |
108 | 111 |