Rev 5807 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
!if $rounding=-1
!exit
!endif
###afronding
!if $rounding=0
roundingtext=J'attends une <b>solution mathématiquement correcte .</b>\
<br><font size=-2>(e.g. sqrt(2) et <b>non</b> 1.414)</font>
!exit
!endif
!if $rounding=1000000
roundingtext=Vous pouvez donner une réponse non exacte.<br>\
Dans ce cas, calculez aussi précisément que possible avec votre calculatrice<br>\
<font size=-2>Arrondissez votre réponse <b>final</b> avec <b>au moins deux décimales</b>..</font>
!exit
!endif
!if $rounding=100000
roundingtext=Vous pouvez donner une réponse non exacte.<br>\
<font size=-2>Dans ce cas, arrondissez votre réponse avec <b>au moins cinq</b> décimales..</font>
!exit
!endif
!if $rounding=10000
roundingtext=Vous pouvez donner une réponse non exacte.<br>\
<font size=-2>Dans ce cas, arrondissez votre réponse avec <b>au moins quatre</b> décimales..</font>
!exit
!endif
!if $rounding=1000
roundingtext=Vous pouvez donner une réponse non exacte.<br>\
<font size=-2>Dans ce cas, arrondissez votre réponse avec <b>au moins trois</b> décimales.</font>
!exit
!endif
!if $rounding=100
roundingtext=Vous pouvez donner une réponse non exacte.<br>\
<font size=-2>Dans ce cas, arrondissez votre réponse avec <b>au moins deux</b> décimales.</font>
!exit
!endif
!if $rounding=10
roundingtext=Vous pouvez donner une réponse non exacte.<br>\
<font size=-2>Dans ce cas, arrondissez votre réponse avec <b>au moins une</b> décimale.</font>
!exit
!endif
!if $rounding=1
roundingtext=Vous pouvez donner une réponse non exacte.<br>\
<font size=-2>Dans ce cas, arrondissez votre réponse à <b>l'entier le plus proche</b>.</font>
!exit
!endif