n=$counter
mathview=0
inputs=0
questiontype=4
math=0
!if $level=0
    R=$counter
!else
    R=$level
!endif
showToolBar=true
showMenuBar=false                                                                                             
framePossible=true
ggb=ggb/grid2.ggb
checkfile=exos/checkfile12.proc
# 6 | 10 | 15 | 2 | 3 | 4 | 16 | 40 "
list_of_things=['circle','point','polygon']; 

!if $R=1
    customToolBar=" 0 | 10 | 16 | 40 | 6 "
    keuze=!randitem 1,2,3,4
    !if $keuze=1
	question$n=!record 7 of lang/remarks.$taal
	#@ Construeer met een "passer & lineaal" een gelijkbenige driehoek<br><small>Laat alle "constructie stappen" (zoals hulpcirkels) in het plaatje staan.</small>
	answer$n=3,1,1,0,1
	# 3 punten 1 cirkel 1 polygon 0 lijn ,type=1
    !endif
    !if $keuze=2
	question$n=!record 8 of lang/remarks.$taal
	#@ Construeer met een "passer & lineaal" een gelijkbenige rechthoekige driehoek<br><small>ga er vanuit dat de x-as en y-as loodrecht staan...<br>Laat alle "constructie stappen" (zoals hulpcirkels) in het plaatje staan.</small>
	answer$n=3,1,1,0,2
	# 3 punten 1 cirkel 1 polygo  0 lijn ,type=2
    !endif
    !if $keuze=3
	question$n=!record 9 of lang/remarks.$taal
	question$n=
	#@ Construeer met een "passer & lineaal" een gelijkzijdige driehoek<br><small>Laat alle "constructie stappen" (zoals hulpcirkels) in het plaatje staan.</small>
	answer$n=3,2,1,0,3
	# 3 punten 2 cirkels 1 polygon  0 lijn ,type=3
    !endif
    !if $keuze=4
	question$n=!record 10 of lang/remarks.$taal
	#@ Teken een rechthoekige driehoek<br><small>ga er vanuit dat de x-as en y-as loodrecht staan...</small>
	answer$n=3,0,1,0,4
	# 3 punten 1 cirkel 1 polygon 0 lijn ,type=4
    !endif
    plaatje=R$keuze.jpg
    exotext=!record 11 of lang/remarks.$taal
    #@ <font color=blue>klik</font></a> hier voor het voorbeeld plaatje
    exotext=<a  onclick='window.open("$module_dir/gifs/$plaatje"," ","width=345,height=280,left=0,top=0")'>$exotext
    textanswer$n=<img src=$module_dir/gifs/$plaatje width="345">
!endif
!if $R>1
    customToolBar=" 0 | 10 | 34 | 16 | 40 | 6 "
    getallen=!shuffle 2,3,4,5,6,7,8,9
    a=!item 1 of $getallen
    b=!item 2 of $getallen
    answer$n=3,2,1,0,5,$a,$b
    # 3 punten 2 cirkel 1 polygo  0 lijn ,type=5,a,b

    plaatje=R5.jpg
    ss=!record 12 of lang/remarks.$taal
    #@ Construeer met een "passer & lineaal" een willekeurige driehoek ABC <br> met zijden AB=$a , BC=$b <br><small>Laat alle "constructie stappen" (zoals hulpcirkels) in het plaatje staan.</small>
    question$n=$ss
    exotext=!record 11 of lang/remarks.$taal
    #@ <font color=blue>klik</font></a> hier voor het voorbeeld plaatje
    exotext=<a  onclick='window.open("$module_dir/gifs/$plaatje"," ","width=345,height=280,left=0,top=0")'>$exotext
    textanswer$n=<img src=$module_dir/gifs/$plaatje width="345">
!endif
