Diff for /loncom/homework/insertlist.xml between versions 1.25 and 1.32

version 1.25, 2011/11/18 16:39:22 version 1.32, 2013/06/11 14:12:51
Line 49 Line 49
                 <color>#DDDD55</color>                  <color>#DDDD55</color>
                 <insert_sub>insert_plotobject</insert_sub>                  <insert_sub>insert_plotobject</insert_sub>
                 <allow></allow>                  <allow></allow>
                   <help>
                           <file>Function_Plot_Response_Object</file>
                           <description>Object</description>
                   </help>
         </tag>          </tag>
         <tag name="plotvector">          <tag name="plotvector">
                 <description>Plot Vector</description>                  <description>Plot Vector</description>
                 <color>#DDDD55</color>                  <color>#aaff99</color>
                 <insert_sub>insert_plotvector</insert_sub>                  <insert_sub>insert_plotvector</insert_sub>
                 <allow></allow>                  <allow></allow>
                   <help>
                           <file>Function_Plot_Response_Vector</file>
                           <description>Vector</description>
                   </help>
   
           </tag>
           <tag name="drawvectorsum">
                   <description>Draw Vector Sum</description>
                   <color>#88aa99</color>
                   <insert_sub>insert_drawvectorsum</insert_sub>
                   <allow></allow>
         </tag>          </tag>
         <tag name="functionplotruleset">          <tag name="functionplotruleset">
                 <description>Function Plot Rule Set</description>                  <description>Function Plot Rule Set</description>
                 <color>#99ff88</color>                  <color>#99ff88</color>
                 <insert_sub>insert_functionplotruleset</insert_sub>                  <insert_sub>insert_functionplotruleset</insert_sub>
                 <allow>functionplotrule</allow>                  <allow>functionplotrule,functionplotvectorrule,functionplotvectorsumrule,functionplotcustomrule</allow>
         <tag>          </tag>
         <tag name="functionplotelements">          <tag name="functionplotelements">
                 <description>Function Plot Elements</description>                  <description>Function Plot Elements</description>
                 <color>#99ff88</color>                  <color>#99ff88</color>
                 <insert_sub>insert_functionplotelements</insert_sub>                  <insert_sub>insert_functionplotelements</insert_sub>
                 <allow>spline,backgroundplot,plotobject,plotvector</allow>                  <allow>spline,backgroundplot,plotobject,plotvector,drawvectorsum</allow>
         <tag>          </tag>
   
         <tag name="functionplotrule">          <tag name="functionplotrule">
                 <description>Function Plot Evaluation Rule</description>                  <description>Function Plot Graph Rule</description>
                 <color>#99ff88</color>                  <color>#99ff88</color>
                 <insert_sub>insert_functionplotrule</insert_sub>                  <insert_sub>insert_functionplotrule</insert_sub>
                 <allow></allow>                  <allow></allow>
                 <help>                  <help>
                         <file>Function_Plot_Response_Evaluation_Rule</file>                          <file>Function_Plot_Response_Evaluation_Rule</file>
                         <description>Evaluation Rules</description>                          <description>Graph Rule</description>
                   </help>
   
           </tag>
   
           <tag name="functionplotvectorrule">
                   <description>Function Plot Vector Rule</description>
                   <color>#99ff88</color>
                   <insert_sub>insert_functionplotvectorrule</insert_sub>
                   <allow></allow>
                   <help>
                           <file>Function_Plot_Response_Vector_Rule</file>
                           <description>Vector Rule</description>
                   </help>
   
           </tag>
   
           <tag name="functionplotvectorsumrule">
                   <description>Function Plot Vector Sum Rule</description>
                   <color>#99ff88</color>
                   <insert_sub>insert_functionplotvectorsumrule</insert_sub>
                   <allow></allow>
                   <help>
                           <file>Function_Plot_Response_Vector_Sum_Rule</file>
                           <description>Vector Sum Rule</description>
                 </help>                  </help>
   
         </tag>          </tag>
   
           <tag name="functionplotcustomrule">
                   <description>Function Plot Custom Rule</description>
                   <color>#99ff88</color>
                   <insert_sub>insert_functionplotcustomrule</insert_sub>
                   <allow></allow>
                   <help>
                           <file>Function_Plot_Response_Custom_Rule</file>
                           <description>Custom Rule</description>
                   </help>
           </tag>
   
  <tag name="caparesponse::answergroup">   <tag name="caparesponse::answergroup">
  <description>Collection of Answers</description>   <description>Collection of Answers</description>
  <color>#55cc55</color>   <color>#55cc55</color>
Line 294 Line 345
  </tag>   </tag>
  <tag name="textfield">   <tag name="textfield">
  <description>Large Text Entry Area</description>   <description>Large Text Entry Area</description>
  <color>#1144dd</color>   <color>#7698ED</color>
  <insert_sub>default</insert_sub>   <insert_sub>default</insert_sub>
  <allow>startouttext,tex,web</allow>   <allow>startouttext,tex,web</allow>
  </tag>   </tag>
Line 562 Line 613
  <allow>allow,block,customresponse,display,displayduedate,displaytitle,endpartmarker,essayresponse,externalresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,mathresponse,functionplotresponse,meta,notsolved,numericalresponse,optionresponse,organicresponse,organicstructure,parameter,parserlib,part,postanswerdate,preduedate,problemtype,radiobuttonresponse,randomlabel,randomlist,rankresponse,reactionresponse,script,scriptlib,solved,startouttext,startpartmarker,stringresponse,tex,while,window</allow>   <allow>allow,block,customresponse,display,displayduedate,displaytitle,endpartmarker,essayresponse,externalresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,mathresponse,functionplotresponse,meta,notsolved,numericalresponse,optionresponse,organicresponse,organicstructure,parameter,parserlib,part,postanswerdate,preduedate,problemtype,radiobuttonresponse,randomlabel,randomlist,rankresponse,reactionresponse,script,scriptlib,solved,startouttext,startpartmarker,stringresponse,tex,while,window</allow>
  </tag>   </tag>
         <tag name="allow">          <tag name="allow">
                 <description>File Dependencies</dscription>                  <description>File Dependencies</description>
           <color>#EEEEAA</color>            <color>#EEEEAA</color>
  <insert_sub>default</insert_sub>   <insert_sub>default</insert_sub>
         </tag>          </tag>

Removed from v.1.25  
changed lines
  Added in v.1.32


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>
500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.