[LON-CAPA-users] order of bubbles in multiple choice test

Guy Albertelli II lon-capa-users@mail.lon-capa.org
Mon, 19 Dec 2005 12:56:43 -0500 (EST)


Hi Ray,

> Since you already have the answer (and wrong answers) calculated in the perl
> script, just delete the numericalresponse block, insert a
> radiobuttonresponse block and put the answer variables into the foils.

You could do this in a single problem by doing:

<block condition="$external::type ne 'exam'">
   <numericalresponse>
   ...
</block>
<block condition="$external::type eq 'exam'">
   <radiobuttonresponse>
   ...
</block>

-- 
guy@albertelli.com   0-7-1-8-27,137