Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
338 schaersvoo 1
!if $rounding=-1
2
    roundingtext=
3
    !exit
6041 schaersvoo 4
!endif
338 schaersvoo 5
###afronding 
6
!if $rounding=0
6041 schaersvoo 7
    roundingtext=Ik verwacht hier een <em>exact</em> antwoord<br />Let op: <b>1/3</b> i.p.v. 0.333 en <b>sqrt(2)</b> i.p.v. 1,414
338 schaersvoo 8
    !exit
9
!endif
10
 
11
!if $rounding=1000000
6041 schaersvoo 12
    roundingtext=Je mag hier afgeronde antwoorden geven<br />Bereken dan zo nauwkeurig mogelijk met je grafische rekenmachine<br />En geef je eindantwoord in tenminste <b>twee decimalen nauwkeurig</b> op.
338 schaersvoo 13
    !exit
14
!endif
15
 
16
!if $rounding=100000
6041 schaersvoo 17
    roundingtext=Je mag hier afgeronde antwoorden geven<br />.Rond in dat geval je antwoord af op tenminste <b>vijf</b> decimalen nauwkeurig af.
338 schaersvoo 18
    !exit
19
!endif
20
 
21
!if $rounding=10000
6041 schaersvoo 22
    roundingtext=Je mag hier afgeronde antwoorden geven.<br />Rond in dat geval je antwoord af op tenminste <b>vier</b> decimalen nauwkeurig af.
338 schaersvoo 23
    !exit
24
!endif
25
 
26
!if $rounding=1000
6041 schaersvoo 27
    roundingtext=Je mag hier afgeronde antwoorden geven.<br />Rond in dat geval je antwoord af op tenminste <b>drie</b> decimalen nauwkeurig af.
338 schaersvoo 28
    !exit
29
!endif
30
 
31
!if $rounding=100
6041 schaersvoo 32
    roundingtext=Je mag hier afgeronde antwoorden geven.<br />Rond dan je antwoord  op tenminste <b>twee</b> decimalen nauwkeurig af.
338 schaersvoo 33
    !exit
34
!endif
35
 
36
!if $rounding=10
6041 schaersvoo 37
    roundingtext=Je mag hier afgeronde antwoorden geven.<br />Rond dan je antwoord op tenminste <b>&eacute;&eacute;n</b> decimaal nauwkeurig af. 
338 schaersvoo 38
    !exit
39
!endif
40
!if $rounding=1
6041 schaersvoo 41
	roundingtext=Je mag hier afgeronde antwoorden geven.<br />Rond dan je antwoord af op <b>een geheel getal</b>.
338 schaersvoo 42
    !exit
43
!endif	
44
 
45