Diff for /loncom/homework/insertlist.xml between versions 1.6 and 1.7

version 1.6, 2007/05/22 01:03:35 version 1.7, 2007/06/26 20:51:53
Line 206 Line 206
  <color>#1144dd</color>   <color>#1144dd</color>
  <insert_sub>default</insert_sub>   <insert_sub>default</insert_sub>
  </tag>   </tag>
   
  <tag name="optionresponse::conceptgroup">   <tag name="optionresponse::conceptgroup">
  <description>Collection of similar foils</description>   <description>Collection of similar foils</description>
  <color>#EEEE00</color>   <color>#EEEE00</color>
  <insert_sub>Apache::optionresponse::insert_conceptgroup</insert_sub>   <insert_sub>Apache::optionresponse::insert_conceptgroup</insert_sub>
  <allow>optionresponse::foil</allow>   <allow>optionresponse::foil</allow>
  </tag>   </tag>
    <tag name="optionresponse::drawoptionlist">
    <description>Draw Option List</description>
    <color>#88ee00</color>
    <insert_sub>Apache::optionresponse::insert_drawoptionlist</insert_sub>
    </tag>
  <tag name="optionresponse::foil">   <tag name="optionresponse::foil">
  <description>Option response foil</description>   <description>Option response foil</description>
  <color>#dd55ff</color>   <color>#dd55ff</color>
  <insert_sub>Apache::optionresponse::insert_foil</insert_sub>   <insert_sub>Apache::optionresponse::insert_foil</insert_sub>
  <allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>   <allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window,optionresponse::drawoptionlist</allow>
  </tag>   </tag>
  <tag name="optionresponse::foilgroup">   <tag name="optionresponse::foilgroup">
  <description>Collection of Foils</description>   <description>Collection of Foils</description>

Removed from v.1.6  
changed lines
  Added in v.1.7


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>