Diff for /loncom/homework/insertlist.xml between versions 1.2 and 1.14

version 1.2, 2007/02/18 01:57:24 version 1.14, 2009/10/16 17:23:51
Line 8 Line 8
  <description>Response: Numerical</description>   <description>Response: Numerical</description>
  <color>#00cc22</color>   <color>#00cc22</color>
  <insert_sub>insert_numericalresponse</insert_sub>   <insert_sub>insert_numericalresponse</insert_sub>
  <allow>hintgroup,responseparam,textline,answergroup</allow>   <allow>hintgroup,responseparam,textline,caparesponse::answergroup</allow>
    </tag>
    <tag name="formularesponse">
    <description>Response: Formula</description>
    <color>#22cc55</color>
    <insert_sub>insert_formularesponse</insert_sub>
    <allow>hintgroup,responseparam,textline,caparesponse::answergroup</allow>
    </tag>
    <tag name="caparesponse::answergroup">
    <description>Collection of Answers</description>
    <color>#55cc55</color>
    <insert_sub>Apache::caparesponse::insert_answergroup</insert_sub>
    <allow>caparesponse::answer</allow>
    </tag>
    <tag name="caparesponse::answer">
    <description>Answer</description>
    <color>#99ff88</color>
    <insert_sub>Apache::caparesponse::insert_answer</insert_sub>
    <allow>caparesponse::vector,caparesponse::value</allow>
    </tag>
    <tag name="caparesponse::value">
    <description>Value</description>
    <color>#aaff99</color>
    <insert_sub>Apache::caparesponse::insert_value</insert_sub>
    </tag>
    <tag name="caparesponse::vector">
    <description>Vector</description>
    <color>#aaff99</color>
    <insert_sub>Apache::caparesponse::insert_vector</insert_sub>
  </tag>   </tag>
  <tag name="stringresponse">   <tag name="stringresponse">
  <description>Response: String</description>   <description>Response: String</description>
Line 16 Line 44
  <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="formularesponse">  
  <description>Response: Formula</description>  
  <color>#22cc55</color>  
  <insert_sub>insert_formularesponse</insert_sub>  
  <allow>hintgroup,responseparam,textline,answergroup</allow>  
  </tag>  
  <tag name="essayresponse">   <tag name="essayresponse">
  <description>Response: Essay</description>   <description>Response: Essay</description>
  <color>#33cc55</color>   <color>#33cc55</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">
    <description>Response: External</description>
    <color>#22cc22</color>
    <insert_sub>insert_externalresponse</insert_sub>
    <allow>hintgroup,textline,textfield</allow>
    <show>no</show>
    <help>
    <file>Authoring_ExternalResponse</file>
                           <description>How to write external responses</description>
    </help>
    </tag>
  <tag name="hintgroup">   <tag name="hintgroup">
  <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>formulahint,hintpart,numericalhint,optionhint,radiobuttonhint,startouttext,stringhint</allow>   <allow>customhint,formulahint,hintpart,mathhint,numericalhint,optionhint,radiobuttonhint,reactionhint,organichint,startouttext,stringhint</allow>
  </tag>   </tag>
  <tag name="hintpart">   <tag name="hintpart">
  <description>Conditional Hint</description>   <description>Conditional Hint</description>
Line 52 Line 85
  <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 70 Line 117
  <insert_sub>insert_stringhint</insert_sub>   <insert_sub>insert_stringhint</insert_sub>
  <allow>responseparam</allow>   <allow>responseparam</allow>
  </tag>   </tag>
    <tag name="customhint">
    <description>Custom Hint Condition</description>
    <color>#ccaacc</color>
    <insert_sub>insert_customhint</insert_sub>
    <allow>responseparam,customhint::answer</allow>
    </tag>
    <tag name="customhint::answer">
    <description>Hint algorithm</description>
    <color>#ccccaa</color>
    <insert_sub>insert_customhint_answer</insert_sub>
    </tag>
    <tag name="mathhint">
    <description>Math Hint Condition</description>
    <color>#ccaacc</color>
    <insert_sub>insert_mathhint</insert_sub>
    <allow>responseparam,mathhint::answer</allow>
    </tag>
    <tag name="mathhint::answer">
    <description>Hint algorithm</description>
    <color>#ccccaa</color>
    <insert_sub>insert_mathhint_answer</insert_sub>
    </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>#99FFFF</color>
Line 136 Line 205
  <color>#ccccaa</color>   <color>#ccccaa</color>
  <insert_sub>insert_customresponse_answer</insert_sub>   <insert_sub>insert_customresponse_answer</insert_sub>
  </tag>   </tag>
    <tag name="mathresponse">
    <description>Response: Math</description>
    <color>#44cc55</color>
    <insert_sub>insert_mathresponse</insert_sub>
    <help>
    <file>Math_Response_Problems</file>
    <description>How to write math responses</description>
    </help>
    <allow>mathresponse::answer,hintgroup,responseparam,textfield,textline</allow>
    </tag>
    <tag name="mathresponse::answer">
    <description>Answer algorithm</description>
    <color>#ccccaa</color>
    <insert_sub>insert_mathresponse_answer</insert_sub>
    </tag>
  <tag name="textfield">   <tag name="textfield">
  <description>Large Text Entry Area</description>   <description>Large Text Entry Area</description>
  <color>#1144dd</color>   <color>#1144dd</color>
Line 147 Line 231
  <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>#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</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>
Line 192 Line 282
  </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>
Line 217 Line 307
  </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>
Line 242 Line 332
  </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>
Line 255 Line 345
  </tag>   </tag>
  <tag name="matchresponse::item">   <tag name="matchresponse::item">
  <description>Item</description>   <description>Item</description>
  <color>#0e0ed7</color>   <color>#e0e0d7</color>
  <insert_sub>Apache::matchresponse::insert_item</insert_sub>   <insert_sub>Apache::matchresponse::insert_item</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>
Line 335 Line 425
  <description>Image Options</description>   <description>Image Options</description>
  </help>   </help>
  </tag>   </tag>
    <tag name="meta">
    <description>Custom Metadata</description>
    <color>#aacccc</color>
    <insert_sub>Apache::londefdef::insert_meta</insert_sub>
    <allow></allow>
    </tag>
  <tag name="window">   <tag name="window">
  <description>Text In Separate Window</description>   <description>Text In Separate Window</description>
  <color>#aacccc</color>   <color>#aacccc</color>
Line 345 Line 441
  <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,formularesponse,gnuplot,imageresponse,img,import,matchresponse,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,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,formularesponse,gnuplot,imageresponse,img,import,matchresponse,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,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,formularesponse,gnuplot,imageresponse,img,import,matchresponse,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,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,formularesponse,gnuplot,imageresponse,img,import,matchresponse,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,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="postanswerdate">   <tag name="postanswerdate">
  <description>After Answer Date Block</description>   <description>After Answer Date Block</description>
Line 375 Line 471
  <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,formularesponse,gnuplot,imageresponse,img,import,matchresponse,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,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>block,customresponse,display,displayduedate,displaytitle,essayresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,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,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>
  </tag>   </tag>
           <tag name="allow">
                   <description>File Dependencies</dscription>
             <color>#EEEEAA</color>
    <insert_sub>default</insert_sub>
           </tag>
  <tag name="problemtype">   <tag name="problemtype">
  <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,formularesponse,gnuplot,imageresponse,img,import,matchresponse,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,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 409 Line 510
  <tag name="randomlabel::label">   <tag name="randomlabel::label">
  <description>Label Text</description>   <description>Label Text</description>
  <color>#3333FF</color>   <color>#3333FF</color>
  <insert_sub>default</insert_sub>   <insert_sub>Apache::randomlabel::insert_label</insert_sub>
  <allow>block,display,import,notsolved,parserlib,postanswerdate,preduedate,problemtype,randomlist,script,scriptlib,solved,startouttext,tex,web,while</allow>   <allow>block,display,import,notsolved,parserlib,postanswerdate,preduedate,problemtype,randomlist,script,scriptlib,solved,startouttext,tex,web,while</allow>
  </tag>   </tag>
  <tag name="randomlist">   <tag name="randomlist">
  <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,formularesponse,gnuplot,imageresponse,img,import,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,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>
Line 553 Line 654
  <file>Authoring_Dynamic_Plot_Tics</file>   <file>Authoring_Dynamic_Plot_Tics</file>
  </help>   </help>
  </tag>   </tag>
   <!--
   FIXME
   Needs Parms
   'Task',OptionalRequired 
   
   Nedds converison to use standard insertions...
   'IntroParagraph','ClosingParagraph','InstanceText','GraderNote','QuestionText','CriteriaText'
   
   -->
    <tag name="Task">
    <description>Start of Task</description>
    <color>#FFFFFF</color>
    <insert_sub>default</insert_sub>
                   <allow>IntroParagraph,Setup,Question,Criteria,ClosingParagraph</allow>
    </tag>
    <tag name="IntroParagraph">
    <description>Introductory Information</description>
    <color>#FFFFFF</color>
    <insert_sub>Apache::bridgetask::insert_IntroParagraph</insert_sub>
    <allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
    </tag>
    <tag name="ClosingParagraph">
    <description>Closing Information</description>
    <color>#FFFFFF</color>
    <insert_sub>Apache::bridgetask::insert_ClosingParagraph</insert_sub>
    <allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
    </tag>
   
    <tag name="Question">
    <description>Question</description>
    <color>#FFFFFF</color>
    <insert_sub>default</insert_sub>
                   <allow>Instance,QuestionText,Question,Criteria</allow>
    </tag>
    <tag name="QuestionText">
    <description>Question Information</description>
    <color>#FFFFFF</color>
    <insert_sub>Apache::bridgetask::insert_QuestionText</insert_sub>
    <allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
                   <!-- allowed but edit not supportted yet
                        <allow>Question,Criteria</allow>-->
    </tag>
    <tag name="Setup">
    <description>Setup....</description>
    <color>#FFFFFF</color>
    <insert_sub>default</insert_sub>
                   <allow>Instance</allow>
    </tag>
    <tag name="Instance">
    <description>Specific Question Instance</description>
    <color>#FFFFFF</color>
    <insert_sub>default</insert_sub>
                   <allow>InstanceText,Criteria</allow>
    </tag>
    <tag name="InstanceText">
    <description>Information for the Instance</description>
    <color>#FFFFFF</color>
    <insert_sub>Apache::bridgetask::insert_InstanceText</insert_sub>
    <allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
    </tag>
    <tag name="Criteria">
    <description>Question Criteria</description>
    <color>#FFFFFF</color>
    <insert_sub>Apache::bridgetask::insert_Criteria</insert_sub>
                   <allow>GraderNote,CriteriaText</allow>
    </tag>
    <tag name="CriteriaText">
    <description>Criteria Information</description>
    <color>#FFFFFF</color>
    <insert_sub>Apache::bridgetask::insert_CriteriaText</insert_sub>
    <allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
    </tag>
    <tag name="GraderNote">
    <description>Text to display to Grader</description>
    <color>#FFFFFF</color>
    <insert_sub>Apache::bridgetask::insert_GraderNote</insert_sub>
    <allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
    </tag>
 </insertlist>  </insertlist>

Removed from v.1.2  
changed lines
  Added in v.1.14


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