<pre class="fichier">
<div class="variable">
	\\title{Choix et/est/ai}
	\\language{fr}
	
	\\text{tableau =randomrow(
	Je suis grand ??et,est,ai?? brun.
	Le caf ??est,et,ai?? chaud.
	La fleur ??est,et,ai?? rouge.
	Le soleil ??est,et,ai?? chaud
	J'??ai,est,et?? chaud)}
</div>

<div class="variable">
	\\matrix{A = slib(text/cutchoices \\tableau)}
	\\text{good=\\A[2;]}
	\\text{cnt = items(\\good)}
	\\text{mix = shuffle(\\cnt)}
	\\matrix{good= \\good[\\mix]}
	\\text{rep = position(1,\\mix)}
</div>
<div class="statement">
	\\statement{
	Faire le bon choix :
	&lt;p align="center"> \\A[1;]  \\embed{reply 1} \\A[3;] &lt;/p>
	}
</div>
<div class="variable">	
	\\answer{}{\\rep[1];\\good}{type=menu}
</div>
</pre>