Subversion Repositories wimsdev

Rev

Rev 5984 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
336 bpr 1
!if $rounding=-1
2
    !exit
3
!endif    
4
###afronding
5
!if $rounding=0
6041 schaersvoo 6
	roundingtext=J&rsquo;attends une <b>solution mathématiquement correcte .</b><br />(e.g. sqrt(2) et <b>non</b> 1.414)
336 bpr 7
    !exit
8
!endif 
9
!if $rounding=1000000
6041 schaersvoo 10
	roundingtext=Vous pouvez donner une réponse non exacte.<br />Dans ce cas, calculez aussi précisément que possible avec votre calculatrice<br />rrondissez votre réponse <b>finale</b> avec <b>au moins deux décimales</b>..
336 bpr 11
    !exit
12
!endif 
13
!if $rounding=100000
6041 schaersvoo 14
	roundingtext=Vous pouvez donner une réponse non exacte.<br />Dans ce cas, arrondissez votre réponse avec <b>au moins cinq</b> décimales..
336 bpr 15
    !exit
16
!endif 
17
!if $rounding=10000
6041 schaersvoo 18
	roundingtext=Vous pouvez donner une réponse non exacte.<br />Dans ce cas, arrondissez votre réponse avec <b>au moins quatre</b> décimales..
336 bpr 19
    !exit
20
!endif 
21
!if $rounding=1000
6041 schaersvoo 22
	roundingtext=Vous pouvez donner une réponse non exacte.<br />Dans ce cas, arrondissez votre réponse avec <b>au moins trois</b> décimales.
336 bpr 23
    !exit
24
!endif 
25
!if $rounding=100
6041 schaersvoo 26
	roundingtext=Vous pouvez donner une réponse non exacte.<br />Dans ce cas, arrondissez votre réponse avec <b>au moins deux</b> décimales.
336 bpr 27
    !exit
28
!endif 
29
!if $rounding=10
6041 schaersvoo 30
	roundingtext=Vous pouvez donner une réponse non exacte.<br />Dans ce cas, arrondissez votre réponse avec <b>au moins une</b> décimale.
336 bpr 31
    !exit
32
!endif 
33
!if $rounding=1
6041 schaersvoo 34
	roundingtext=Vous pouvez donner une réponse non exacte.<br />Dans ce cas, arrondissez votre réponse à <b>l&rsquo;entier le plus proche</b>. 
336 bpr 35
    !exit
36
!endif 
37