n=$counter
inputs=0
mathview=0
questiontype=4
math=0
!if $level=0
    R=$counter
!else
    R=$level
!endif
!if $teaching=0
    helptext=$empty
    exotext=$empty
!else
    helptext=!record 63 of $remarkdir/commonremarks.$taal
    exotext=$empty
!endif
showToolBar=true
showMenuBar=false                                                                                             
framePossible=false
ggb=ggb/stompscherphoek.ggb
width=440
height=440
checkfile=exos/checkfile11.proc
!if $R>0
    customToolBar=" 0 | 40 "
    list_of_things=['angle']; 
    exotext=$empty
    helptext=$empty
    tekst1=&#945; - 1 &#176;
    tekst2=&#945; + 1 &#176;
    h=!randint 2,178
    tekst=!record 21 of lang/remarks.$taal
    #@ stompe hoek &#945; van $h<sup>o</sup> in A,scherpe hoek &#945; van $h<sup>o</sup> in A,rechte hoek &#945; van 90<sup>o</sup>in A
    !if $h>90
	hoektext=!item 1 of $tekst
    !else
	!if $h<90
	    hoektext=!item 2 of $tekst
	!else
	    hoektext=!item 3 of $tekst
	!endif
    !endif
    rr=!record 22 of lang/remarks.$taal
    #@ Het goede plaatje is dus een $hoektext
    textanswer$n=$rr
    exotext=<center><input type=button style=$mybuttonstyle value="$tekst1"  onclick="document.applets[0].evalCommand('\u03b1=\u03b1-(pi/180)')"><input type=button style=$mybuttonstyle value="$tekst2"  onclick="document.applets[0].evalCommand('\u03b1=\u03b1+(pi/180)')">
    ss=!record 19 of lang/remarks.$taal
    #@ Teken" met behulp van deze GeoGebra applet<br> een driehoek met een $hoektext
    question$n=$ss
    answer$n=$h
    a=!randint 5,8
    xa=2
    ya=4
    appletcommand=\
    document.applets[0].evalCommand("a=$a");\
    document.applets[0].evalCommand("Ax=$xa");\
    document.applets[0].evalCommand("Ay=$ya");\
    document.applets[0].evalCommand("\u03b1=0");\
    document.applets[0].evalCommand("A = (Ax,Ay)");

!endif
