Rev 13477 | Rev 13715 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13477 | Rev 13488 | ||
---|---|---|---|
Line 93... | Line 93... | ||
93 | } |
93 | } |
94 | \matrix{Texte=\Texte} |
94 | \matrix{Texte=\Texte} |
95 | \matrix{Numero=\Numero} |
95 | \matrix{Numero=\Numero} |
96 | \text{STEP=wims(makelist r x for x=1 to \N)} |
96 | \text{STEP=wims(makelist r x for x=1 to \N)} |
97 | \steps{\STEP} |
97 | \steps{\STEP} |
- | 98 | ||
- | 99 | \statement{ |
|
98 |
|
100 | \instruction |
- | 101 | \if{\N=1}{ |
|
99 |
|
102 | <div class="emptyline"> </div> |
100 | <div class= |
103 | <div class="wimscenter"> |
- | 104 | \for{j=1 to \cnt}{ |
|
101 | \embed{r 1,\j} |
105 | \embed{r 1,\j} |
- | 106 | } |
|
102 |
|
107 | </div> |
103 | }{ |
108 | }{ |
104 | \for |
109 | \for{ss=1 to \N}{ |
- | 110 | <p>\ss :</p> |
|
- | 111 | <div class="wimscenter"> |
|
105 |
|
112 | \for{j=1 to \cnt[\ss]}{ |
106 | \embed{r \ss,\j} |
113 | \embed{r \ss,\j} |
- | 114 | } |
|
107 |
|
115 | </div> |
108 | } |
116 | } |
109 | } |
117 | } |
110 | } |
118 | } |
- | 119 | ||
111 | \answer{1}{\Numero[1;];\Texte[1;]; }{type=flashcard}{option=show noanalyzeprint} |
120 | \answer{1}{\Numero[1;];\Texte[1;]; }{type=flashcard}{option=show noanalyzeprint} |
112 | \answer{2}{\Numero[2;];\Texte[2;]; }{type=flashcard}{option=show noanalyzeprint} |
121 | \answer{2}{\Numero[2;];\Texte[2;]; }{type=flashcard}{option=show noanalyzeprint} |
113 | \answer{3}{\Numero[3;];\Texte[3;]; }{type=flashcard}{option=show noanalyzeprint} |
122 | \answer{3}{\Numero[3;];\Texte[3;]; }{type=flashcard}{option=show noanalyzeprint} |
114 | \answer{4}{\Numero[4;];\Texte[4;]; }{type=flashcard}{option=show noanalyzeprint} |
123 | \answer{4}{\Numero[4;];\Texte[4;]; }{type=flashcard}{option=show noanalyzeprint} |
115 | \answer{5}{\Numero[5;];\Texte[5;]; }{type=flashcard}{option=show noanalyzeprint} |
124 | \answer{5}{\Numero[5;];\Texte[5;]; }{type=flashcard}{option=show noanalyzeprint} |
116 | - |