n=$counter
mathview=0
checkfile=$checkdir/multiplechoice.proc
!if $level=0
    R=$counter
!else
    R=$level
!endif
!if $R>0
    draw=0
    plot=0
    math=0
    questiontype=1
    dir=gifs/18
    index=lang/index.18.$taal
    options=!recordcnt $index
    answer$n=!randint 1,$options
    !for p=1 to $options
	q=!record $p of $index
	q=!replace internal @ by , in $q
	!if $p=$(answer$n)
	    plaatje=!item 1 of $q
	    textanswer=!item 2 of $q
	!endif
	ex$p=!item 2 of $q
    !next p
    XSIZE=420
    exotext=<img src=$module_dir/$dir/$plaatje>    
    question$n=!record 68 of lang/remarks.$taal
    #@ Welke constructie wordt hier getoond?
    helptext=$empty
    textanswer$n=!record 69 of lang/remarks.$taal
    #@ Het plaatje was dus de constructie van :
    textanswer$n=$(textanswer$n) <br>$textanswer
!endif
formula$n=$empty
