# gelijk aan DHTML maar dan met invoerveld voor echte interval notatie
n=$counter
mathview=0
image=0
checkfile=exos/checkfile1.proc
inputs=0
XSIZE=800
rows=1
math=0
questiontype=7
javascript=js/exo12.js
a=!randitem 2,3,4,5,6,7,8,9
b=!randitem 1,2,3,4,5,6,7,8,9
!if $subject=11
    lijst=lijst9.def
!else
    lijst=lijst10.def
!endif
aantal_records=!recordcnt exos/$lijst
num=!randint 1,$aantal_records
vraag=!record $num of exos/$lijst
functie=!line 1 of $vraag
dingen=!record 51 of lang/remarks.$taal
#@ Domein ,Bereik
keuze=!randitem 1,2
ding=!item $keuze of $dingen
#dl1=!line 3 of $vraag
dl2=!line 4 of $vraag
#bl1=!line 6 of $vraag
bl2=!line 7 of $vraag
!if $keuze=1
    # ding = domein 
    answer$n=!line 2 of $vraag
    texanswer$n= \rightarrow  D_f & : & $dl2  
!else
    # ding = bereik
    answer$n=!line 5 of $vraag
    texanswer$n= \rightarrow B_f & : & $bl2  
!endif
formula$n=!texmath f(x) = $functie
ss=!record 58 of lang/remarks.$taal
sometext=!record 59 of lang/remarks.$taal

question$n=$ss
linktext=!record 53 of lang/remarks.$taal
exotext=<a onmouseover="return escape('$sometext <br><img src=$module_dir/gifs/exo12.gif>')">$linktext</a> 

