Diff for /loncom/homework/insertlist.xml between versions 1.12 and 1.24

version 1.12, 2007/10/17 22:11:55 version 1.24, 2011/01/14 01:56:32
Line 1 Line 1
 <insertlist>  <insertlist>
  <tag name="parameter">   <tag name="parameter">
  <description>Parameters for a part</description>   <description>Parameters for a part</description>
  <color>#FF11aa</color>   <color>#FCA3D9</color>
  <insert_sub>insert_parameter</insert_sub>   <insert_sub>insert_parameter</insert_sub>
  </tag>   </tag>
  <tag name="numericalresponse">   <tag name="numericalresponse">
  <description>Response: Numerical</description>   <description>Response: Numerical</description>
  <color>#00cc22</color>   <color>#77DD55</color>
  <insert_sub>insert_numericalresponse</insert_sub>   <insert_sub>insert_numericalresponse</insert_sub>
  <allow>hintgroup,responseparam,textline,caparesponse::answergroup</allow>   <allow>hintgroup,responseparam,textline,caparesponse::answergroup</allow>
  </tag>   </tag>
  <tag name="formularesponse">   <tag name="formularesponse">
  <description>Response: Formula</description>   <description>Response: Formula</description>
  <color>#22cc55</color>   <color>#77DD55</color>
  <insert_sub>insert_formularesponse</insert_sub>   <insert_sub>insert_formularesponse</insert_sub>
  <allow>hintgroup,responseparam,textline,caparesponse::answergroup</allow>   <allow>hintgroup,responseparam,textline,caparesponse::answergroup</allow>
  </tag>   </tag>
           <tag name="functionplotresponse">
                   <description>Response: Function Plot</description>
                   <color>#77DD55</color>
                   <insert_sub>insert_functionplotresponse</insert_sub>
                   <allow>functionplotelements,functionplotruleset,hintgroup</allow>
           </tag>
           <tag name="spline">
                   <description>Spline</description>
                   <color>#aaff99</color>
                   <insert_sub>insert_spline</insert_sub>
                   <allow></allow>
                   <help>
                           <file>Function_Plot_Response_Spline</file>
                           <description>Splines</description>
                   </help>
   
           </tag>
           <tag name="backgroundplot">
                   <description>Background Function Plot</description>
                   <color>#DDDD55</color>
                   <insert_sub>insert_backgroundplot</insert_sub>
                   <allow></allow>
                   <help>
                           <file>Function_Plot_Response_Background_Plot</file>
                           <description>Background Plot</description>
                   </help>
   
           </tag>
           <tag name="functionplotruleset">
                   <description>Function Plot Rule Set</description>
                   <color>#99ff88</color>
                   <insert_sub>insert_functionplotruleset</insert_sub>
                   <allow>functionplotrule</allow>
           <tag>
           <tag name="functionplotelements">
                   <description>Function Plot Elements</description>
                   <color>#99ff88</color>
                   <insert_sub>insert_functionplotelements</insert_sub>
                   <allow>spline,backgroundplot</allow>
           <tag>
   
           <tag name="functionplotrule">
                   <description>Function Plot Evaluation Rule</description>
                   <color>#99ff88</color>
                   <insert_sub>insert_functionplotrule</insert_sub>
                   <allow></allow>
                   <help>
                           <file>Function_Plot_Response_Evaluation_Rule</file>
                           <description>Evaluation Rules</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 40 Line 92
  </tag>   </tag>
  <tag name="stringresponse">   <tag name="stringresponse">
  <description>Response: String</description>   <description>Response: String</description>
  <color>#00cc55</color>   <color>#77DD55</color>
  <insert_sub>insert_stringresponse</insert_sub>   <insert_sub>insert_stringresponse</insert_sub>
  <allow>hintgroup,responseparam,textline</allow>   <allow>hintgroup,responseparam,textline</allow>
  </tag>   </tag>
  <tag name="essayresponse">   <tag name="essayresponse">
  <description>Response: Essay</description>   <description>Response: Essay</description>
  <color>#33cc55</color>   <color>#77DD55</color>
  <insert_sub>insert_essayresponse</insert_sub>   <insert_sub>insert_essayresponse</insert_sub>
  <allow>hintgroup,responseparam,textfield,textline</allow>   <allow>hintgroup,responseparam,textfield,textline</allow>
  </tag>   </tag>
  <tag name="externalresponse">   <tag name="externalresponse">
  <description>Response: External</description>   <description>Response: External</description>
  <color>#22cc22</color>   <color>#77DD55</color>
  <insert_sub>insert_externalresponse</insert_sub>   <insert_sub>insert_externalresponse</insert_sub>
  <allow>hintgroup,textline,textfield</allow>   <allow>hintgroup,textline,textfield</allow>
  <show>no</show>   <show>no</show>
Line 65 Line 117
  <description>Hint</description>   <description>Hint</description>
  <color>#accacc</color>   <color>#accacc</color>
  <insert_sub>insert_hintgroup</insert_sub>   <insert_sub>insert_hintgroup</insert_sub>
  <allow>customhint,formulahint,hintpart,mathhint,numericalhint,optionhint,radiobuttonhint,startouttext,stringhint</allow>   <allow>customhint,formulahint,hintpart,mathhint,numericalhint,optionhint,radiobuttonhint,reactionhint,organichint,startouttext,stringhint</allow>
    <help>
    <file>Authoring_Hint_Tags</file>
    <description>How to write hints</description>
    </help>
  </tag>   </tag>
  <tag name="hintpart">   <tag name="hintpart">
  <description>Conditional Hint</description>   <description>Conditional Hint</description>
  <color>#ccaacc</color>   <color>#ccaacc</color>
  <insert_sub>insert_hintpart</insert_sub>   <insert_sub>insert_hintpart</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</allow>
           <help>
                           <file>adaptive_hints</file>
                           <description>How to write adaptive hints</description>
                   </help>
  </tag>   </tag>
  <tag name="formulahint">   <tag name="formulahint">
  <description>Formula Hint Condition</description>   <description>Formula Hint Condition</description>
Line 85 Line 145
  <insert_sub>insert_numericalhint</insert_sub>   <insert_sub>insert_numericalhint</insert_sub>
  <allow>responseparam</allow>   <allow>responseparam</allow>
  </tag>   </tag>
           <tag name="reactionhint">
                   <description>Reaction Hint Condition</description>
                   <color>#ccaacc</color>
                   <insert_sub>insert_reactionhint</insert_sub>
                   <allow>responseparam</allow>
           </tag>
           <tag name="organichint">
                   <description>Organic Hint Condition</description>
                   <color>#ccaacc</color>
                   <insert_sub>insert_organichint</insert_sub>
                   <allow>responseparam</allow>
           </tag>
   
   
  <tag name="optionhint">   <tag name="optionhint">
  <description>Option Response Hint Condition</description>   <description>Option Response Hint Condition</description>
  <color>#ccaacc</color>   <color>#ccaacc</color>
Line 127 Line 201
  </tag>   </tag>
  <tag name="imageresponse::conceptgroup">   <tag name="imageresponse::conceptgroup">
  <description>Collection of similar foils</description>   <description>Collection of similar foils</description>
  <color>#99FFFF</color>   <color>#F8EE00</color>
  <insert_sub>default</insert_sub>   <insert_sub>default</insert_sub>
  <allow>imageresponse::foil</allow>   <allow>imageresponse::foil</allow>
  </tag>   </tag>
  <tag name="imageresponse::foil">   <tag name="imageresponse::foil">
  <description>Image response foil</description>   <description>Image response foil</description>
  <color>#99ff88</color>   <color>#E8D8EE</color>
  <insert_sub>Apache::imageresponse::insert_foil</insert_sub>   <insert_sub>Apache::imageresponse::insert_foil</insert_sub>
  <allow>imageresponse::image,imageresponse::polygon,imageresponse::rectangle,imageresponse::text</allow>   <allow>imageresponse::image,imageresponse::polygon,imageresponse::rectangle,imageresponse::text</allow>
  </tag>   </tag>
  <tag name="imageresponse::foilgroup">   <tag name="imageresponse::foilgroup">
  <description>Collection of Imageresponse foils</description>   <description>Collection of Imageresponse foils</description>
  <color>#55cc55</color>   <color>#FFCC22</color>
  <insert_sub>default</insert_sub>   <insert_sub>default</insert_sub>
  <allow>imageresponse::conceptgroup,imageresponse::foil</allow>   <allow>imageresponse::conceptgroup,imageresponse::foil</allow>
  </tag>   </tag>
Line 150 Line 224
  </tag>   </tag>
  <tag name="imageresponse">   <tag name="imageresponse">
  <description>Response: Click on Image</description>   <description>Response: Click on Image</description>
  <color>#ccFFaa</color>   <color>#77DD55</color>
  <insert_sub>Apache::edit::insert_imageresponse</insert_sub>   <insert_sub>Apache::edit::insert_imageresponse</insert_sub>
  <allow>hintgroup,imageresponse::foilgroup,responseparam</allow>   <allow>hintgroup,imageresponse::foilgroup,responseparam</allow>
  </tag>   </tag>
Line 178 Line 252
  </tag>   </tag>
  <tag name="customresponse">   <tag name="customresponse">
  <description>Response: Custom</description>   <description>Response: Custom</description>
  <color>#44cc55</color>   <color>#77DD55</color>
  <insert_sub>insert_customresponse</insert_sub>   <insert_sub>insert_customresponse</insert_sub>
  <help>   <help>
  <file>Custom_Response_Problems</file>   <file>Custom_Response_Problems</file>
Line 193 Line 267
  </tag>   </tag>
  <tag name="mathresponse">   <tag name="mathresponse">
  <description>Response: Math</description>   <description>Response: Math</description>
  <color>#44cc55</color>   <color>#77DD55</color>
  <insert_sub>insert_mathresponse</insert_sub>   <insert_sub>insert_mathresponse</insert_sub>
  <help>   <help>
  <file>Math_Response_Problems</file>   <file>Math_Response_Problems</file>
Line 214 Line 288
  </tag>   </tag>
  <tag name="textline">   <tag name="textline">
  <description>Single Line Text Entry Area</description>   <description>Single Line Text Entry Area</description>
  <color>#1144dd</color>   <color>#93B0FC</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>#F8EE00</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>
Line 231 Line 305
  </tag>   </tag>
  <tag name="optionresponse::foil">   <tag name="optionresponse::foil">
  <description>Option response foil</description>   <description>Option response foil</description>
  <color>#dd55ff</color>   <color>#E8D8EE</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,optionresponse::drawoptionlist</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>
  <color>#FFcc22</color>   <color>#FFCC22</color>
  <insert_sub>default</insert_sub>   <insert_sub>default</insert_sub>
  <show>no</show>   <show>no</show>
  <allow>optionresponse::conceptgroup,optionresponse::foil</allow>   <allow>optionresponse::conceptgroup,optionresponse::foil</allow>
  </tag>   </tag>
  <tag name="optionresponse">   <tag name="optionresponse">
  <description>Response: Select from Options</description>   <description>Response: Select from Options</description>
  <color>#00dd33</color>   <color>#77DD55</color>
  <insert_sub>insert_optionresponse</insert_sub>   <insert_sub>insert_optionresponse</insert_sub>
  <allow>hintgroup,optionresponse::foilgroup,responseparam</allow>   <allow>hintgroup,optionresponse::foilgroup,responseparam</allow>
  </tag>   </tag>
Line 262 Line 336
  </tag>   </tag>
  <tag name="radiobuttonresponse::conceptgroup">   <tag name="radiobuttonresponse::conceptgroup">
  <description>Collection of similar foils</description>   <description>Collection of similar foils</description>
  <color>#EEEE00</color>   <color>#F8EE00</color>
  <insert_sub>Apache::radiobuttonresponse::insert_conceptgroup</insert_sub>   <insert_sub>Apache::radiobuttonresponse::insert_conceptgroup</insert_sub>
  <allow>radiobuttonresponse::foil</allow>   <allow>radiobuttonresponse::foil</allow>
  </tag>   </tag>
  <tag name="radiobuttonresponse::foil">   <tag name="radiobuttonresponse::foil">
  <description>Foil</description>   <description>Foil</description>
  <color>#dd55ff</color>   <color>#E8D8EE</color>
  <insert_sub>Apache::radiobuttonresponse::insert_foil</insert_sub>   <insert_sub>Apache::radiobuttonresponse::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</allow>
  </tag>   </tag>
  <tag name="radiobuttonresponse::foilgroup">   <tag name="radiobuttonresponse::foilgroup">
  <description>Collection of Foils</description>   <description>Collection of Foils</description>
  <color>#FFcc22</color>   <color>#FFCC22</color>
  <insert_sub>default</insert_sub>   <insert_sub>default</insert_sub>
  <show>no</show>   <show>no</show>
  <allow>radiobuttonresponse::conceptgroup,radiobuttonresponse::foil</allow>   <allow>radiobuttonresponse::conceptgroup,radiobuttonresponse::foil</allow>
  </tag>   </tag>
  <tag name="radiobuttonresponse">   <tag name="radiobuttonresponse">
  <description>Response: One of N statements</description>   <description>Response: One of N statements</description>
  <color>#00ee44</color>   <color>#77DD55</color>
  <insert_sub>insert_radiobuttonresponse</insert_sub>   <insert_sub>insert_radiobuttonresponse</insert_sub>
  <allow>hintgroup,radiobuttonresponse::foilgroup,responseparam</allow>   <allow>hintgroup,radiobuttonresponse::foilgroup,responseparam</allow>
  </tag>   </tag>
  <tag name="rankresponse::conceptgroup">   <tag name="rankresponse::conceptgroup">
  <description>Collection of similar foils</description>   <description>Collection of similar foils</description>
  <color>#EEEE00</color>   <color>#F8EE00</color>
  <insert_sub>Apache::rankresponse::insert_conceptgroup</insert_sub>   <insert_sub>Apache::rankresponse::insert_conceptgroup</insert_sub>
  <allow>rankresponse::foil</allow>   <allow>rankresponse::foil</allow>
  </tag>   </tag>
  <tag name="rankresponse::foil">   <tag name="rankresponse::foil">
  <description>Foil</description>   <description>Foil</description>
  <color>#dd55ff</color>   <color>#E8D8EE</color>
  <insert_sub>Apache::rankresponse::insert_foil</insert_sub>   <insert_sub>Apache::rankresponse::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</allow>
  </tag>   </tag>
  <tag name="rankresponse::foilgroup">   <tag name="rankresponse::foilgroup">
  <description>Collection of Foils</description>   <description>Collection of Foils</description>
  <color>#FFcc22</color>   <color>#FFCC22</color>
  <insert_sub>default</insert_sub>   <insert_sub>default</insert_sub>
  <show>no</show>   <show>no</show>
  <allow>rankresponse::conceptgroup,rankresponse::foil</allow>   <allow>rankresponse::conceptgroup,rankresponse::foil</allow>
  </tag>   </tag>
  <tag name="rankresponse">   <tag name="rankresponse">
  <description>Response: Rank Values</description>   <description>Response: Rank Values</description>
  <color>#00ee44</color>   <color>#77DD55</color>
  <insert_sub>insert_rankresponse</insert_sub>   <insert_sub>insert_rankresponse</insert_sub>
  <allow>hintgroup,rankresponse::foilgroup,responseparam</allow>   <allow>hintgroup,rankresponse::foilgroup,responseparam</allow>
  </tag>   </tag>
  <tag name="matchresponse::conceptgroup">   <tag name="matchresponse::conceptgroup">
  <description>Collection of similar foils</description>   <description>Collection of similar foils</description>
  <color>#EEEE00</color>   <color>#F8EE00</color>
  <insert_sub>Apache::matchresponse::insert_conceptgroup</insert_sub>   <insert_sub>Apache::matchresponse::insert_conceptgroup</insert_sub>
  <allow>matchresponse::foil</allow>   <allow>matchresponse::foil</allow>
  </tag>   </tag>
  <tag name="matchresponse::foil">   <tag name="matchresponse::foil">
  <description>Foil</description>   <description>Foil</description>
  <color>#dd55ff</color>   <color>#E8D8EE</color>
  <insert_sub>Apache::matchresponse::insert_foil</insert_sub>   <insert_sub>Apache::matchresponse::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</allow>
  </tag>   </tag>
  <tag name="matchresponse::foilgroup">   <tag name="matchresponse::foilgroup">
  <description>Collection of Foils</description>   <description>Collection of Foils</description>
  <color>#FFcc22</color>   <color>#FFCC22</color>
  <insert_sub>default</insert_sub>   <insert_sub>default</insert_sub>
  <show>no</show>   <show>no</show>
  <allow>matchresponse::conceptgroup,matchresponse::foil</allow>   <allow>matchresponse::conceptgroup,matchresponse::foil</allow>
Line 344 Line 418
  </tag>   </tag>
  <tag name="matchresponse">   <tag name="matchresponse">
  <description>Response: Match Two Lists</description>   <description>Response: Match Two Lists</description>
  <color>#00ee44</color>   <color>#77DD55</color>
  <insert_sub>insert_matchresponse</insert_sub>   <insert_sub>insert_matchresponse</insert_sub>
  <allow>hintgroup,matchresponse,responseparam</allow>   <allow>hintgroup,matchresponse,responseparam</allow>
  </tag>   </tag>
  <tag name="organicresponse">   <tag name="organicresponse">
  <description>Response: Organic Chemical Structure</description>   <description>Response: Organic Chemical Structure</description>
  <color>#00ee44</color>   <color>#77DD55</color>
  <insert_sub>insert_organicresponse</insert_sub>   <insert_sub>insert_organicresponse</insert_sub>
  <allow>hintgroup,responseparam,textline</allow>   <allow>hintgroup,responseparam,textline</allow>
  </tag>   </tag>
  <tag name="reactionresponse">   <tag name="reactionresponse">
  <description>Response: Chemical Reaction</description>   <description>Response: Chemical Reaction</description>
  <color>#00ee44</color>   <color>#77DD55</color>
  <insert_sub>insert_reactionresponse</insert_sub>   <insert_sub>insert_reactionresponse</insert_sub>
  <allow>hintgroup,responseparam,textline</allow>   <allow>hintgroup,responseparam,textline</allow>
  </tag>   </tag>
Line 367 Line 441
  </tag>   </tag>
  <tag name="responseparam">   <tag name="responseparam">
  <description>Parameters for a response</description>   <description>Parameters for a response</description>
  <color>#FF11aa</color>   <color>#FCA3D9</color>
  <insert_sub>insert_responseparam</insert_sub>   <insert_sub>insert_responseparam</insert_sub>
  </tag>   </tag>
  <tag name="display">   <tag name="display">
Line 427 Line 501
  <description>Conditional Block</description>   <description>Conditional Block</description>
  <color>#FF3311</color>   <color>#FF3311</color>
  <insert_sub>default</insert_sub>   <insert_sub>default</insert_sub>
  <allow>block,customresponse,display,displayduedate,displaytitle,essayresponse,externalresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,mathresponse,notsolved,numericalresponse,optionresponse,organicresponse,organicstructure,parserlib,part,postanswerdate,preduedate,problemtype,radiobuttonresponse,randomlabel,randomlist,rankresponse,reactionresponse,script,scriptlib,solved,startouttext,stringresponse,tex,web,while,window</allow>   <allow>block,customresponse,display,displayduedate,displaytitle,essayresponse,externalresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,mathresponse,functionplotresponse,notsolved,numericalresponse,optionresponse,organicresponse,organicstructure,parserlib,part,postanswerdate,preduedate,problemtype,radiobuttonresponse,randomlabel,randomlist,rankresponse,reactionresponse,script,scriptlib,solved,startouttext,stringresponse,tex,web,while,window</allow>
  </tag>   </tag>
  <tag name="library">   <tag name="library">
  <description>Start of Library</description>   <description>Start of Library</description>
  <color>#FFFFFF</color>   <color>#FFFFFF</color>
  <insert_sub>default</insert_sub>   <insert_sub>default</insert_sub>
  <allow>customresponse,display,displayduedate,displaytitle,essayresponse,externalresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,mathresponse,notsolved,numericalresponse,optionresponse,organicresponse,organicstructure,parserlib,part,postanswerdate,preduedate,problemtype,radiobuttonresponse,randomlabel,randomlist,rankresponse,reactionresponse,script,scriptlib,solved,startouttext,stringresponse,tex,web,while,window</allow>   <allow>customresponse,display,displayduedate,displaytitle,essayresponse,externalresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,mathresponse,functionplotresponse,notsolved,numericalresponse,optionresponse,organicresponse,organicstructure,parserlib,part,postanswerdate,preduedate,problemtype,radiobuttonresponse,randomlabel,randomlist,rankresponse,reactionresponse,script,scriptlib,solved,startouttext,stringresponse,tex,web,while,window</allow>
  </tag>   </tag>
  <tag name="notsolved">   <tag name="notsolved">
  <description>Block For When Not Solved</description>   <description>Block For When Not Solved</description>
  <color>#FFFFFF</color>   <color>#FFFFFF</color>
  <insert_sub>default</insert_sub>   <insert_sub>default</insert_sub>
  <allow>block,customresponse,display,displayduedate,displaytitle,essayresponse,externalresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,mathresponse,numericalresponse,optionresponse,organicresponse,organicstructure,parserlib,postanswerdate,preduedate,problemtype,radiobuttonresponse,randomlabel,randomlist,rankresponse,reactionresponse,script,scriptlib,startouttext,stringresponse,tex,web,while,window</allow>   <allow>block,customresponse,display,displayduedate,displaytitle,essayresponse,externalresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,mathresponse,functionplotresponse,numericalresponse,optionresponse,organicresponse,organicstructure,parserlib,postanswerdate,preduedate,problemtype,radiobuttonresponse,randomlabel,randomlist,rankresponse,reactionresponse,script,scriptlib,startouttext,stringresponse,tex,web,while,window</allow>
  </tag>   </tag>
  <tag name="part">   <tag name="part">
  <description>Problem Part</description>   <description>Problem Part</description>
  <color>#F0F0F0</color>   <color>#F0F0F0</color>
  <insert_sub>default</insert_sub>   <insert_sub>default</insert_sub>
  <allow>block,customresponse,display,displayduedate,displaytitle,essayresponse,externalresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,mathresponse,notsolved,numericalresponse,optionresponse,organicresponse,organicstructure,parameter,parserlib,postanswerdate,preduedate,problemtype,radiobuttonresponse,randomlabel,randomlist,rankresponse,reactionresponse,script,scriptlib,solved,startouttext,stringresponse,tex,while,window</allow>   <allow>block,customresponse,display,displayduedate,displaytitle,essayresponse,externalresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,mathresponse,functionplotresponse,notsolved,numericalresponse,optionresponse,organicresponse,organicstructure,parameter,parserlib,postanswerdate,preduedate,problemtype,radiobuttonresponse,randomlabel,randomlist,rankresponse,reactionresponse,script,scriptlib,solved,startouttext,stringresponse,tex,while,window</allow>
  </tag>   </tag>
           <tag name="startpartmarker">
                   <description>Problem Part: Marker for Start of New Part</description>
                   <color>#F0F0F0</color>
                   <insert_sub>insert_startpartmarker</insert_sub>
           </tag>
           <tag name="endpartmarker">
                   <description>Problem Part: Marker for End of New Part</description>
                   <color>#F0F0F0</color>
                   <insert_sub>insert_endpartmarker</insert_sub>
           </tag>
  <tag name="postanswerdate">   <tag name="postanswerdate">
  <description>After Answer Date Block</description>   <description>After Answer Date Block</description>
  <color>#EE9999</color>   <color>#EE9999</color>
Line 457 Line 541
  <description>Before Due Date Block</description>   <description>Before Due Date Block</description>
  <color>#FFaaaa</color>   <color>#FFaaaa</color>
  <insert_sub>default</insert_sub>   <insert_sub>default</insert_sub>
  <allow>block,customresponse,display,displayduedate,displaytitle,essayresponse,externalresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,mathresponse,notsolved,numericalresponse,optionresponse,organicresponse,organicstructure,parserlib,problemtype,radiobuttonresponse,randomlabel,randomlist,rankresponse,reactionresponse,script,scriptlib,solved,startouttext,stringresponse,tex,while,window</allow>   <allow>block,customresponse,display,displayduedate,displaytitle,essayresponse,externalresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,mathresponse,functionplotresponse,notsolved,numericalresponse,optionresponse,organicresponse,organicstructure,parserlib,problemtype,radiobuttonresponse,randomlabel,randomlist,rankresponse,reactionresponse,script,scriptlib,solved,startouttext,stringresponse,tex,while,window</allow>
  </tag>   </tag>
  <tag name="problem">   <tag name="problem">
  <description>Start of Homework</description>   <description>Start of Homework</description>
  <color>#FFFFFF</color>   <color>#FFFFFF</color>
  <insert_sub>default</insert_sub>   <insert_sub>default</insert_sub>
  <allow>allow,block,customresponse,display,displayduedate,displaytitle,essayresponse,externalresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,mathresponse,meta,notsolved,numericalresponse,optionresponse,organicresponse,organicstructure,parameter,parserlib,part,postanswerdate,preduedate,problemtype,radiobuttonresponse,randomlabel,randomlist,rankresponse,reactionresponse,script,scriptlib,solved,startouttext,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</dscription>
Line 474 Line 558
  <description>Problem Type Block</description>   <description>Problem Type Block</description>
  <color>#EE9955</color>   <color>#EE9955</color>
  <insert_sub>default</insert_sub>   <insert_sub>default</insert_sub>
  <allow>block,customresponse,display,displayduedate,displaytitle,essayresponse,externalresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,mathresponse,notsolved,numericalresponse,optionresponse,organicresponse,organicstructure,parserlib,postanswerdate,preduedate,problemtype,radiobuttonresponse,randomlabel,randomlist,rankresponse,reactionresponse,script,scriptlib,solved,startouttext,stringresponse,tex,web,while,window</allow>   <allow>block,customresponse,display,displayduedate,displaytitle,essayresponse,externalresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,mathresponse,functionplotresponse,notsolved,numericalresponse,optionresponse,organicresponse,organicstructure,parserlib,postanswerdate,preduedate,problemtype,radiobuttonresponse,randomlabel,randomlist,rankresponse,reactionresponse,script,scriptlib,solved,startouttext,stringresponse,tex,web,while,window</allow>
  </tag>   </tag>
  <tag name="randomlabel">   <tag name="randomlabel">
  <description>Randomly labeled image</description>   <description>Randomly labeled image</description>
Line 503 Line 587
  <description>Randomly Parsed Block</description>   <description>Randomly Parsed Block</description>
  <color>#FFFFFF</color>   <color>#FFFFFF</color>
  <insert_sub>default</insert_sub>   <insert_sub>default</insert_sub>
  <allow>block,customresponse,display,essayresponse,externalresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,mathresponse,notsolved,numericalresponse,optionresponse,organicresponse,organicstructure,parserlib,postanswerdate,preduedate,problemtype,radiobuttonresponse,randomlist,rankresponse::foilgroup,reactionresponse,script,scriptlib,solved,stringresponse,tex,while,window</allow>   <allow>block,customresponse,display,essayresponse,externalresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,mathresponse,functionplotresponse,notsolved,numericalresponse,optionresponse,organicresponse,organicstructure,parserlib,postanswerdate,preduedate,problemtype,radiobuttonresponse,randomlist,rankresponse::foilgroup,reactionresponse,script,scriptlib,solved,stringresponse,tex,while,window</allow>
  </tag>   </tag>
  <tag name="solved">   <tag name="solved">
  <description>Block For After Solved</description>   <description>Block For After Solved</description>

Removed from v.1.12  
changed lines
  Added in v.1.24


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