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

!if $R>0
    keuze=!randitem 1,2,3
    !if $keuze=1
	customToolBar=" 0 | 10 | 34 | 16 | 40 | 6 "
	question$n=!record 13 of lang/remarks.$taal
	#@ Construeer op de simpelste manier,met een "passer & lineaal" een vierkant<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=5,1,1,0,1
	# 5 punten (1 centrum cirkel) 1 cirkel 1 polygon 0 lijn type=1
    !endif
    !if $keuze=2
	customToolBar=" 0 | 34 | 16 | 40 | 6 "
	question$n=!record 14 of lang/remarks.$taal
	#@ Construeer op de simpelste manier,met een "passer & lineaal" een ruit<br><small>Laat alle "constructie stappen" (zoals hulpcirkels) in het plaatje staan.</small>
	answer$n=4,2,1,0,3
	# 4 punten 2 cirkels 1 polygon  0 lijn type=3
    !endif
    !if $keuze=3
	customToolBar=" 0 | 34 | 16 | 40 | 6 "
	question$n=!record 15 of lang/remarks.$taal
	#@ Construeer op de simpelste manier,alleen met een "passer & lineaal" een vlieger<br><small>Laat alle "constructie stappen" (zoals hulpcirkels) in het plaatje staan.</small>
	answer$n=4,2,1,0,4
	# 3 punten 1 cirkel 1 polygon 0 lijn type=4
    !endif
    plaatje=V$keuze.jpg
    !if $teaching=1
	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
        helptext=!record 16 of lang/remarks.$taal
	#@ Kijk hier</a> voor wat info over GeoGebra
    !else
	exotext=$empty
	helptext=$empty
    !endif
    textanswer$n=<img src=$module_dir/gifs/$plaatje width="345">
!endif
