!! no need for translation
!!<select name="questiontype">
!!<option value=0>Freestyle answers</option>
!!<option value=1>Multiplechoice</option>
!!<option value=2>Drag & Drop</option>
!!<option value=3>Hotspot</option>
!!<option value=4>GeoGebra</option>
!!<option value=5>GeoGebra+image</option>
!!<option value=6>Roll your own(some howto info included)
!!</option
!set n=$counter
!! don't like to type counter over and over again...
!! myheader has commonstyle for my...
!read $phtmldir/myheader.phtml
!if $questiontype=0
!read $phtmldir/myfreestyle.phtml
!exit
!endif
!if $questiontype=1
!form reply
!read $phtmldir/mymultiplechoice.phtml
</form>
!exit
!endif
!if $questiontype=2
!form reply
!read $phtmldir/mydragdrop.phtml
</form>
!exit
!endif
!if $questiontype=3
!form reply
!read $phtmldir/myhotspot.phtml
</form>
!exit
!endif
!if $questiontype=4
!read $phtmldir/mygeogebra.phtml
!exit
!endif
!if $questiontype=5
!read $phtmldir/myzirkel.phtml
!exit
!endif
!if $questiontype=7
!read $phtmldir/myjavascript.phtml
!exit
!endif
!! emergency
!if $questiontype notin 012347
!read $phtmldir/myfreestyle.phtml
!exit
!endif