    RADIALEN=pi,pi/2,2*pi/3,pi/4,2*pi,3*pi,4*pi,5*pi,6*pi,7*pi,8*pi,9*pi,10*pi
    RADIALEN=!shuffle $RADIALEN
!for n=1 to $aantal_sommen
    radialen$n=!item $n of $RADIALEN
    GRADEN$n=$[$(radialen$n)*180/pi]
    GOED$n=$[round($(GRADEN$n))]
    RR$n=$(radialen$n)
    RR$n=!replace internal pi by &nbsp;pi in $(RR$n)
    som$n=$(RR$n) rad 
    mijn_antwoord$n=$(GOED$n)<sup>o</sup>
!next n

bewerking=bewerking1.proc
!if $taal=nl
    hint=helaas ook hier nog geen hint bij gemaakt...<br>komt nog hoop ik...
    somtekst1=Zet de volgende hoeken om van radialen naar graden.<br>De\
    hoeken <b>moet</b> je afronden op <b>hele graden</b>.<br>
    nivo_title=Van radialen naar graden.<br>Niet te moeilijk...
!else
    hint=No hints today.
    somtekst1=Convert the next angles from radians to degrees.<br>\
    You <b>must</b> round of to the <b>nearest degree</b> (integer).<br>
    nivo_title=From radians to degrees.<br>Not too difficult...
!endif    