Subversion Repositories wimsdev

Rev

Rev 5807 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5807 Rev 5857
Line 2... Line 2...
2
    !exit
2
    !exit
3
!endif    
3
!endif    
4
###afronding
4
###afronding
5
!if $rounding=0
5
!if $rounding=0
6
	roundingtext=I expect a <b>mathetically correct solution.</b>\
6
	roundingtext=I expect a <b>mathetically correct solution.</b>\
7
	<br /><font size=-2>(e.g. sqrt(2) and <b>not</b> 1.414)</font>
7
	<br />(e.g. sqrt(2) and <b>not</b> 1.414)
8
    !exit
8
    !exit
9
!endif 
9
!endif 
10
!if $rounding=1000000
10
!if $rounding=1000000
11
	roundingtext=You may give a non-precise answer.<br />\
11
	roundingtext=You may give a non-precise answer.<br />\
12
	In that case: calculate as accurate as you can with your calculator<br />\
12
	In that case: calculate as accurate as you can with your calculator<br />\
13
	<font size=-2>Round off your <b>final</b> answer at <b>at least two decimals</b>..</font>
13
	Round off your <b>final</b> answer at <b>at least two decimals</b>..
14
    !exit
14
    !exit
15
!endif 
15
!endif 
16
!if $rounding=100000
16
!if $rounding=100000
17
	roundingtext=You may give a non-precise response.<br />\
17
	roundingtext=You may give a non-precise response.<br />\
18
	<font size=-2>In that case: round off your answer at <b>at least five</b> decimals..</font>
18
	In that case: round off your answer at <b>at least five</b> decimals..
19
    !exit
19
    !exit
20
!endif 
20
!endif 
21
!if $rounding=10000
21
!if $rounding=10000
22
	roundingtext=You may give a non-precise response.<br />\
22
	roundingtext=You may give a non-precise response.<br />\
23
	<font size=-2>In that case: round off your answer at <b>at least four</b> decimals..</font>
23
	In that case: round off your answer at <b>at least four</b> decimals..
24
    !exit
24
    !exit
25
!endif 
25
!endif 
26
!if $rounding=1000
26
!if $rounding=1000
27
	roundingtext=You may give a non-precise response.<br />\
27
	roundingtext=You may give a non-precise response.<br />\
28
	<font size=-2>In that case: round off your answer at <b>at least three</b> decimals.</font>
28
	In that case: round off your answer at <b>at least three</b> decimals.
29
    !exit
29
    !exit
30
!endif 
30
!endif 
31
!if $rounding=100
31
!if $rounding=100
32
	roundingtext=You may give a non-precise answer.<br />\
32
	roundingtext=You may give a non-precise answer.<br />\
33
	<font size=-2>In that case: round off your answer at <b>at least two</b> decimals.</font>
33
	In that case: round off your answer at <b>at least two</b> decimals.
34
    !exit
34
    !exit
35
!endif 
35
!endif 
36
!if $rounding=10
36
!if $rounding=10
37
	roundingtext=You may give a non-precise answer.<br />\
37
	roundingtext=You may give a non-precise answer.<br />\
38
	<font size=-2>In that case: round off your answer at <b>at least one</b> decimal.</font>
38
	In that case: round off your answer at <b>at least one</b> decimal.
39
    !exit
39
    !exit
40
!endif 
40
!endif 
41
!if $rounding=1
41
!if $rounding=1
42
	roundingtext=You may give a non-precise answer.<br />\
42
	roundingtext=You may give a non-precise answer.<br />\
43
	<font size=-2>In that case: round off your answer to <b>the nearest integer</b>.</font> 
43
	In that case: round off your answer to <b>the nearest integer</b>. 
44
    !exit
44
    !exit
45
!endif 
45
!endif 
46
   
46