Rev 11544 | Rev 13477 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11544 | Rev 11564 | ||
---|---|---|---|
Line 128... | Line 128... | ||
128 | 128 | ||
129 | \text{feedback1=Le groupe est le groupe \reponse1.} |
129 | \text{feedback1=Le groupe est le groupe \reponse1.} |
130 | 130 | ||
131 | :Feedback à la troisième étape |
131 | :Feedback à la troisième étape |
132 | 132 | ||
133 | \text{feedback2=L'imparfait à la première personne du singulier de \name est \reponse2} |
133 | \text{feedback2=L'imparfait à la première personne du singulier de \name est \reponse2.} |
134 | 134 | ||
135 | :Feedback à la fin |
135 | :Feedback à la fin |
136 | 136 | ||
137 | \text{feedback3=Le futur à la première personne du singulier \name est \reponse3} |
137 | \text{feedback3=Le futur à la première personne du singulier \name est \reponse3.} |
138 | 138 | ||
139 | 139 | ||
140 | :%%% |
140 | :%%% |
141 | \nextstep{\STEP} |
141 | \nextstep{\STEP} |
142 | 142 | ||
Line 147... | Line 147... | ||
147 | \instruction1</div> |
147 | \instruction1</div> |
148 | \if{\step=1}{ \embed{r1} } |
148 | \if{\step=1}{ \embed{r1} } |
149 | \if{\step>=1}{</li>} |
149 | \if{\step>=1}{</li>} |
150 | \if{\step>=2}{<li> |
150 | \if{\step>=2}{<li> |
151 | <div class="feedback"> |
151 | <div class="feedback"> |
152 | \if{\sc_reply1=1}{\right}{\false} \feedback1 |
152 | \if{\sc_reply1=1}{\right}{\false} \feedback1 |
153 | </div> |
153 | </div> |
154 | <div class="instruction"> |
154 | <div class="instruction"> |
155 | \instruction2 |
155 | \instruction2 |
156 | </div> |
156 | </div> |
157 | } |
157 | } |
Line 160... | Line 160... | ||
160 | } |
160 | } |
161 | \if{\step>=2}{</li>} |
161 | \if{\step>=2}{</li>} |
162 | 162 | ||
163 | \if{\step>=3}{<li> |
163 | \if{\step>=3}{<li> |
164 | <div class="feedback"> |
164 | <div class="feedback"> |
165 | \if{\sc_reply2=1}{\right}{\false} \feedback2 |
165 | \if{\sc_reply2=1}{\right}{\false} \feedback2 |
166 | </div> |
166 | </div> |
167 | \if{\step >=3 and \format3!=0}{ |
167 | \if{\step >=3 and \format3!=0}{ |
168 | <div class="instruction"> \instruction3</div> |
168 | <div class="instruction"> \instruction3</div> |
169 | <p>\embed{r3}</p> |
169 | <p>\embed{r3}</p> |
170 | } |
170 | } |
Line 172... | Line 172... | ||
172 | \if{\step>=3}{</li>} |
172 | \if{\step>=3}{</li>} |
173 | 173 | ||
174 | </ol> |
174 | </ol> |
175 | \if{\step>=4 and \format3!=0}{ |
175 | \if{\step>=4 and \format3!=0}{ |
176 | <div class="feedback"> |
176 | <div class="feedback"> |
177 | \if{\sc_reply3=1}{\right}{\false} \feedback3 |
177 | \if{\sc_reply3=1}{\right}{\false} \feedback3 |
178 | </div> |
178 | </div> |
179 | } |
179 | } |
180 | 180 | ||
181 | } |
181 | } |
182 | 182 |