[LON-CAPA-users] set maxtries in problem

Ray Batchelor lon-capa-users@mail.lon-capa.org
Tue, 27 May 2003 14:34:09 -0700


On May 27, 2003 02:11 pm, Guy Albertelli II wrote:
> Can you try this instead in the maxtries?
> 
> <problem><startouttext />Type Question Here.<endouttext />
> <responseparam description="maximum tries" default="3" type="integer" 
name="maxtries" />
> <optionresponse max="1" id="11" randomize="yes">
>     <foilgroup options="('True','False')">
> <foil location="random" value="True" name="Foil1">
> <startouttext />This is foil One. It is currently set to "True."<endouttext 
/>
> </foil>
> <foil location="random" value="False" name="Foil2">
> <startouttext />This is foil Two. It is currently set to "False."<endouttext 
/>
> </foil>
> 
>     </foilgroup>
> </optionresponse>
> </problem>
> 


Tried.  (Just pasted it in to replace everything there and republished the 
prob).  This does NOT work.

Ray