Diff for /loncom/homework/insertlist.xml between versions 1.18 and 1.20

version 1.18, 2010/09/27 22:15:32 version 1.20, 2010/10/10 00:14:15
Line 20 Line 20
                 <description>Response: Function Plot</description>                  <description>Response: Function Plot</description>
                 <color>#77DD55</color>                  <color>#77DD55</color>
                 <insert_sub>insert_functionplotresponse</insert_sub>                  <insert_sub>insert_functionplotresponse</insert_sub>
                   <allow>spline,backgroundplot,splinerule</allow>
           </tag>
           <tag name="spline">
                   <description>Spline</description>
                   <color>#aaff99</color>
                   <insert_sub>insert_spline</insert_sub>
                   <allow></allow>
           </tag>
           <tag name="backgroundplot">
                   <description>Background Function Plot</description>
                   <color>#DDDD55</color>
                   <insert_sub>insert_backgroundplot</insert_sub>
                   <allow></allow>
           </tag>
           <tag name="splinerule">
                   <description>Spline Evaluation Rule</description>
                   <color>#99ff88</color>
                   <insert_sub>insert_splinerule</insert_sub>
                 <allow></allow>                  <allow></allow>
         </tag>          </tag>
  <tag name="caparesponse::answergroup">   <tag name="caparesponse::answergroup">

Removed from v.1.18  
changed lines
  Added in v.1.20


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