n=$counter
inputs=1
mathview=0
questiontype=4
math=0
cols=35
rows=1
!if $level=0
    R=$counter
!else
    R=$level
!endif
helptext=$empty
showToolBar=true
showMenuBar=false                                                                                             
framePossible=false
ggb=ggb/grid.ggb
checkfile=exos/checkfile8.proc
customToolBar=" 0 | 6 | 10 | 16 | 40 "
list_of_things=['circle','point','polygon']; 
!if $R>0
    question$n=!record 32 of lang/remarks.$taal
    #@ Teken het plaatje na in de JavaApplet (GeoGebra)
    plaatje=!randitem 3.1.1.gif,3.3.1.gif,4.2.1.gif,4.4.1.gif,5.2.1.gif,\
    5.4.1.gif,5.5.1.gif,6.2.1.gif,6.6.1.gif,7.7.1.gif,8.7.0.gif
    
    exotext=!record 2 of lang/remarks.$taal
    #@ <font color=blue>klik</font></a> hier voor het voorbeeld plaatje
    exotext=<a onclick='window.open("$module_dir/gifs/$subject/$plaatje"," ","width=640,height=480,left=0,top=0")'>$exotext
    textanswer$n=<img src=$module_dir/gifs/$subject/$plaatje width="640">
    t=!replace internal . by , in $plaatje
    answer$n=!item 1 to 3 of $t
!endif

