[LON-CAPA-users] two different questions, randomly selected

Ray Batchelor lon-capa-users@mail.lon-capa.org
Sat, 17 Sep 2005 00:47:47 -0700


I just noticed I forgot to include the / in the closing block tags in my 
example...

<randomlist show="1">
<block>
<startouttext />Some problem statement.<endouttext />
<numericalresponse> 
</numericalresponse
</block>
<block>
<startouttext />Some other problem statement.<endouttext />
<numericalresponse> 
</numericalresponse
</block>
<block>
<startouttext />Yet another problem statement.<endouttext />
<numericalresponse> 
</numericalresponse
</block>
</randomlist>


Perhaps I should elaborate to say that while the form
<part><randomlist><block></block><block></block></randomlist></part>
should work  OK. 

<randomlist><part></part><part></part></randomlist>
should NOT work! (unless something has changed recently that I am unaware of)