Accueil › Forums › Programmation WIMS › Programmation d’exercices OEF › type de réponse "menu" => correction sans la réponse
- Ce sujet contient 1 réponse, 2 participants et a été mis à jour pour la dernière fois par
bernadette, le il y a 4 années et 8 mois.
Vous lisez 1 fil de discussion
-
AuteurMessages
-
-
3 février 2019 à 23:47 #4851
david bergeon
Participant::Bonsoir.
Dans le QCM de type menu suivant, la réponse de l’élève disparaît de la phrase lorsqu’on envoie la réponse. Du coup, je fais écrire une solution en bas, mais je ne trouve pas ça propre.
Il y a un truc à faire, ou c’est un petit bug ?Merci d’avance.
David.\format{html} \language{fr} \title{FC - I1 – N ou M ?} \author{David Bergeon} \email{} ##################################################################### PARTIE A MODIFIER ##################################################################### \text{consigne = Je choisis la bonne orthographe (N ou M ?).} Mettre les phrases entre crochets!!! ligne 1 : début ligne 2 : bonne réponse, fausse réponse ligne 3 : fin \text{list = [je suis] [content,comtent] [.] [Le jardinier] [plante,plamte] [des fleurs.] [Vas dans ta] [chambre,chanbre] [!] [] [Range,Ramge] [la table !] [Le maître] [emporte,enporte] [les cahiers.] } =============================================================== \integer{ Nlist = rows( \list ) /4 } \text{ ordre = shuffle(\Nlist) } \text{ A1 = row( 4 * \ordre[1] -3 ,\list)} \text{ R1 = row( 4 * \ordre[1] -2 ,\list)} \text{ B1 = row( 4 * \ordre[1] -1 ,\list)} \text{ A2 = row( 4 * \ordre[2] -3 ,\list)} \text{ R2 = row( 4 * \ordre[2] -2 ,\list)} \text{ B2 = row( 4 * \ordre[2] -1 ,\list)} \text{ A3 = row( 4 * \ordre[3] -3 ,\list)} \text{ R3 = row( 4 * \ordre[3] -2 ,\list)} \text{ B3 = row( 4 * \ordre[3] -1 ,\list)} \text{A1 = wims(declosing \A1 )} \text{R1 = wims(declosing \R1 )} \text{B1 = wims(declosing \B1 )} \text{A2 = wims(declosing \A2 )} \text{R2 = wims(declosing \R2 )} \text{B2 = wims(declosing \B2 )} \text{A3 = wims(declosing \A3 )} \text{R3 = wims(declosing \R3 )} \text{B3 = wims(declosing \B3 )} ##################################################################### ##################################################################### \statement{ \consigne <p> <b> <table border=1 cellpadding=10> <tr><td> \A1 \embed{r1,10} \B1 </td></tr> <tr><td> \A2 \embed{r2,10} \B2 </td></tr> <tr><td> \A3 \embed{r3,10} \B3 </td></tr> </table> </b> } \answer{}{ 1;\R1 }{type=menu}{option=shuffle} \answer{}{ 1;\R2 }{type=menu}{option=shuffle} \answer{}{ 1;\R3 }{type=menu}{option=shuffle} \solution{ <table border=1 cellpadding=10> <tr><td> \A1 <b><font color=darkblue> \R1[1] </font></b> \B1 </td></tr> <tr><td> \A2 <b><font color=darkblue> \R2[1] </font></b> \B2 </td></tr> <tr><td> \A3 <b><font color=darkblue> \R3[1] </font></b> \B3 </td></tr> </table>
-
4 février 2019 à 09:20 #4853
bernadette
Maître des clés
-
-
AuteurMessages
Vous lisez 1 fil de discussion
- Vous devez être connecté pour répondre à ce sujet.