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

version 1.2, 2007/02/18 01:57:24 version 1.5, 2007/04/20 21:46:18
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>
Line 381 Line 403
  <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,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>
  </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>
Line 553 Line 580
  <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.5


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