File:  [LON-CAPA] / loncom / homework / insertlist.xml
Revision 1.30: download - view: text, annotated - select for diffs
Fri Dec 2 16:33:58 2011 UTC (12 years, 5 months ago) by www
Branches: MAIN
CVS tags: HEAD, BZ4492-merge, BZ4492-feature_horizontal_radioresponse, BZ4492-feature_Support_horizontal_radioresponse, BZ4492-Support_horizontal_radioresponse
FPR Online Help

    1: <insertlist>
    2: 	<tag name="parameter">
    3: 		<description>Parameters for a part</description>
    4: 		<color>#FCA3D9</color>
    5: 		<insert_sub>insert_parameter</insert_sub>
    6: 	</tag>
    7: 	<tag name="numericalresponse">
    8: 		<description>Response: Numerical</description>
    9: 		<color>#77DD55</color>
   10: 		<insert_sub>insert_numericalresponse</insert_sub>
   11: 		<allow>hintgroup,responseparam,textline,caparesponse::answergroup</allow>
   12: 	</tag>
   13: 	<tag name="formularesponse">
   14: 		<description>Response: Formula</description>
   15: 		<color>#77DD55</color>
   16: 		<insert_sub>insert_formularesponse</insert_sub>
   17: 		<allow>hintgroup,responseparam,textline,caparesponse::answergroup</allow>
   18: 	</tag>
   19:         <tag name="functionplotresponse">
   20:                 <description>Response: Function Plot</description>
   21:                 <color>#77DD55</color>
   22:                 <insert_sub>insert_functionplotresponse</insert_sub>
   23:                 <allow>functionplotelements,functionplotruleset,hintgroup</allow>
   24:         </tag>
   25:         <tag name="spline">
   26:                 <description>Spline</description>
   27:                 <color>#aaff99</color>
   28:                 <insert_sub>insert_spline</insert_sub>
   29:                 <allow></allow>
   30:                 <help>
   31:                         <file>Function_Plot_Response_Spline</file>
   32:                         <description>Splines</description>
   33:                 </help>
   34: 
   35:         </tag>
   36:         <tag name="backgroundplot">
   37:                 <description>Background Function Plot</description>
   38:                 <color>#DDDD55</color>
   39:                 <insert_sub>insert_backgroundplot</insert_sub>
   40:                 <allow></allow>
   41:                 <help>
   42:                         <file>Function_Plot_Response_Background_Plot</file>
   43:                         <description>Background Plot</description>
   44:                 </help>
   45: 
   46:         </tag>
   47:         <tag name="plotobject">
   48:                 <description>Plot Object</description>
   49:                 <color>#DDDD55</color>
   50:                 <insert_sub>insert_plotobject</insert_sub>
   51:                 <allow></allow>
   52:                 <help>
   53:                         <file>Function_Plot_Response_Object</file>
   54:                         <description>Object</description>
   55:                 </help>
   56:         </tag>
   57:         <tag name="plotvector">
   58:                 <description>Plot Vector</description>
   59:                 <color>#aaff99</color>
   60:                 <insert_sub>insert_plotvector</insert_sub>
   61:                 <allow></allow>
   62:                 <help>
   63:                         <file>Function_Plot_Response_Vector</file>
   64:                         <description>Vector</description>
   65:                 </help>
   66: 
   67:         </tag>
   68:         <tag name="functionplotruleset">
   69:                 <description>Function Plot Rule Set</description>
   70:                 <color>#99ff88</color>
   71:                 <insert_sub>insert_functionplotruleset</insert_sub>
   72:                 <allow>functionplotrule,functionplotvectorrule,functionplotvectorsumrule,functionplotcustomrule</allow>
   73:         </tag>
   74:         <tag name="functionplotelements">
   75:                 <description>Function Plot Elements</description>
   76:                 <color>#99ff88</color>
   77:                 <insert_sub>insert_functionplotelements</insert_sub>
   78:                 <allow>spline,backgroundplot,plotobject,plotvector</allow>
   79:         </tag>
   80: 
   81:         <tag name="functionplotrule">
   82:                 <description>Function Plot Graph Rule</description>
   83:                 <color>#99ff88</color>
   84:                 <insert_sub>insert_functionplotrule</insert_sub>
   85:                 <allow></allow>
   86:                 <help>
   87:                         <file>Function_Plot_Response_Evaluation_Rule</file>
   88:                         <description>Graph Rule</description>
   89:                 </help>
   90: 
   91:         </tag>
   92: 
   93:         <tag name="functionplotvectorrule">
   94:                 <description>Function Plot Vector Rule</description>
   95:                 <color>#99ff88</color>
   96:                 <insert_sub>insert_functionplotvectorrule</insert_sub>
   97:                 <allow></allow>
   98:                 <help>
   99:                         <file>Function_Plot_Response_Vector_Rule</file>
  100:                         <description>Vector Rule</description>
  101:                 </help>
  102: 
  103:         </tag>
  104: 
  105:         <tag name="functionplotvectorsumrule">
  106:                 <description>Function Plot Vector Sum Rule</description>
  107:                 <color>#99ff88</color>
  108:                 <insert_sub>insert_functionplotvectorsumrule</insert_sub>
  109:                 <allow></allow>
  110:                 <help>
  111:                         <file>Function_Plot_Response_Vector_Sum_Rule</file>
  112:                         <description>Vector Sum Rule</description>
  113:                 </help>
  114: 
  115:         </tag>
  116: 
  117:         <tag name="functionplotcustomrule">
  118:                 <description>Function Plot Custom Rule</description>
  119:                 <color>#99ff88</color>
  120:                 <insert_sub>insert_functionplotcustomrule</insert_sub>
  121:                 <allow></allow>
  122:                 <help>
  123:                         <file>Function_Plot_Response_Custom_Rule</file>
  124:                         <description>Custom Rule</description>
  125:                 </help>
  126:         </tag>
  127: 
  128: 	<tag name="caparesponse::answergroup">
  129: 		<description>Collection of Answers</description>
  130: 		<color>#55cc55</color>
  131: 		<insert_sub>Apache::caparesponse::insert_answergroup</insert_sub>
  132: 		<allow>caparesponse::answer</allow>
  133: 	</tag>
  134: 	<tag name="caparesponse::answer">
  135: 		<description>Answer</description>
  136: 		<color>#99ff88</color>
  137: 		<insert_sub>Apache::caparesponse::insert_answer</insert_sub>
  138: 		<allow>caparesponse::vector,caparesponse::value</allow>
  139: 	</tag>
  140: 	<tag name="caparesponse::value">
  141: 		<description>Value</description>
  142: 		<color>#aaff99</color>
  143: 		<insert_sub>Apache::caparesponse::insert_value</insert_sub>
  144: 	</tag>
  145: 	<tag name="caparesponse::vector">
  146: 		<description>Vector</description>
  147: 		<color>#aaff99</color>
  148: 		<insert_sub>Apache::caparesponse::insert_vector</insert_sub>
  149: 	</tag>
  150: 	<tag name="stringresponse">
  151: 		<description>Response: String</description>
  152: 		<color>#77DD55</color>
  153: 		<insert_sub>insert_stringresponse</insert_sub>
  154: 		<allow>hintgroup,responseparam,textline</allow>
  155: 	</tag>
  156: 	<tag name="essayresponse">
  157: 		<description>Response: Essay</description>
  158: 		<color>#77DD55</color>
  159: 		<insert_sub>insert_essayresponse</insert_sub>
  160: 		<allow>hintgroup,responseparam,textfield,textline</allow>
  161: 	</tag>
  162: 	<tag name="externalresponse">
  163: 		<description>Response: External</description>
  164: 		<color>#77DD55</color>
  165: 		<insert_sub>insert_externalresponse</insert_sub>
  166: 		<allow>hintgroup,textline,textfield</allow>
  167: 		<show>no</show>
  168: 		<help>
  169: 			<file>Authoring_ExternalResponse</file>
  170:                         <description>How to write external responses</description>
  171: 		</help>
  172: 	</tag>
  173: 	<tag name="hintgroup">
  174: 		<description>Hint</description>
  175: 		<color>#accacc</color>
  176: 		<insert_sub>insert_hintgroup</insert_sub>
  177: 		<allow>customhint,formulahint,hintpart,mathhint,numericalhint,optionhint,radiobuttonhint,reactionhint,organichint,startouttext,stringhint</allow>
  178: 		<help>
  179: 			<file>Authoring_Hint_Tags</file>
  180: 			<description>How to write hints</description>
  181: 		</help>
  182: 	</tag>
  183: 	<tag name="hintpart">
  184: 		<description>Conditional Hint</description>
  185: 		<color>#ccaacc</color>
  186: 		<insert_sub>insert_hintpart</insert_sub>
  187: 		<allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
  188: 	        <help>
  189:                         <file>adaptive_hints</file>
  190:                         <description>How to write adaptive hints</description>
  191:                 </help>
  192: 	</tag>
  193: 	<tag name="formulahint">
  194: 		<description>Formula Hint Condition</description>
  195: 		<color>#ccaacc</color>
  196: 		<insert_sub>insert_formulahint</insert_sub>
  197: 		<allow>responseparam</allow>
  198: 	</tag>
  199: 	<tag name="numericalhint">
  200: 		<description>Numerical Hint Condition</description>
  201: 		<color>#ccaacc</color>
  202: 		<insert_sub>insert_numericalhint</insert_sub>
  203: 		<allow>responseparam</allow>
  204: 	</tag>
  205:         <tag name="reactionhint">
  206:                 <description>Reaction Hint Condition</description>
  207:                 <color>#ccaacc</color>
  208:                 <insert_sub>insert_reactionhint</insert_sub>
  209:                 <allow>responseparam</allow>
  210:         </tag>
  211:         <tag name="organichint">
  212:                 <description>Organic Hint Condition</description>
  213:                 <color>#ccaacc</color>
  214:                 <insert_sub>insert_organichint</insert_sub>
  215:                 <allow>responseparam</allow>
  216:         </tag>
  217: 
  218: 
  219: 	<tag name="optionhint">
  220: 		<description>Option Response Hint Condition</description>
  221: 		<color>#ccaacc</color>
  222: 		<insert_sub>insert_optionhint</insert_sub>
  223: 		<allow>responseparam</allow>
  224: 	</tag>
  225: 	<tag name="radiobuttonhint">
  226: 		<description>Radiobutton Hint Condition</description>
  227: 		<color>#ccaacc</color>
  228: 		<insert_sub>insert_radiobuttonhint</insert_sub>
  229: 		<allow>responseparam</allow>
  230: 	</tag>
  231: 	<tag name="stringhint">
  232: 		<description>String Hint Condition</description>
  233: 		<color>#ccaacc</color>
  234: 		<insert_sub>insert_stringhint</insert_sub>
  235: 		<allow>responseparam</allow>
  236: 	</tag>
  237: 	<tag name="customhint">
  238: 		<description>Custom Hint Condition</description>
  239: 		<color>#ccaacc</color>
  240: 		<insert_sub>insert_customhint</insert_sub>
  241: 		<allow>responseparam,customhint::answer</allow>
  242: 	</tag>
  243: 	<tag name="customhint::answer">
  244: 		<description>Hint algorithm</description>
  245: 		<color>#ccccaa</color>
  246: 		<insert_sub>insert_customhint_answer</insert_sub>
  247: 	</tag>
  248: 	<tag name="mathhint">
  249: 		<description>Math Hint Condition</description>
  250: 		<color>#ccaacc</color>
  251: 		<insert_sub>insert_mathhint</insert_sub>
  252: 		<allow>responseparam,mathhint::answer</allow>
  253: 	</tag>
  254: 	<tag name="mathhint::answer">
  255: 		<description>Hint algorithm</description>
  256: 		<color>#ccccaa</color>
  257: 		<insert_sub>insert_mathhint_answer</insert_sub>
  258: 	</tag>
  259: 	<tag name="imageresponse::conceptgroup">
  260: 		<description>Collection of similar foils</description>
  261: 		<color>#F8EE00</color>
  262: 		<insert_sub>default</insert_sub>
  263: 		<allow>imageresponse::foil</allow>
  264: 	</tag>
  265: 	<tag name="imageresponse::foil">
  266: 		<description>Image response foil</description>
  267: 		<color>#E8D8EE</color>
  268: 		<insert_sub>Apache::imageresponse::insert_foil</insert_sub>
  269: 		<allow>imageresponse::image,imageresponse::polygon,imageresponse::rectangle,imageresponse::text</allow>
  270: 	</tag>
  271: 	<tag name="imageresponse::foilgroup">
  272: 		<description>Collection of Imageresponse foils</description>
  273: 		<color>#FFCC22</color>
  274: 		<insert_sub>default</insert_sub>
  275: 		<allow>imageresponse::conceptgroup,imageresponse::foil</allow>
  276: 	</tag>
  277: 	<tag name="imageresponse::image">
  278: 		<description>Imageresponse Image</description>
  279: 		<color>#aaFFcc</color>
  280: 		<insert_sub>default</insert_sub>
  281: 	</tag>
  282: 	<tag name="imageresponse">
  283: 		<description>Response: Click on Image</description>
  284: 		<color>#77DD55</color>
  285: 		<insert_sub>Apache::edit::insert_imageresponse</insert_sub>
  286: 		<allow>hintgroup,imageresponse::foilgroup,responseparam</allow>
  287: 	</tag>
  288: 	<tag name="imageresponse::rectangle">
  289: 		<description>Rectangular area in image</description>
  290: 		<color>#ccFFdd</color>
  291: 		<insert_sub>default</insert_sub>
  292: 	</tag>
  293: 	<tag name="imageresponse::polygon">
  294: 		<description>Polygonal area in image</description>
  295: 		<color>#ccFFdd</color>
  296: 		<insert_sub>default</insert_sub>
  297: 	</tag>
  298: 	<tag name="imageresponse::text">
  299: 		<description>Text to describe option</description>
  300: 		<color>#ddFFee</color>
  301: 		<insert_sub>default</insert_sub>
  302: 		<allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
  303: 	</tag>
  304: 	<tag name="datasubmission">
  305: 		<description>Stored Entry Field</description>
  306: 		<color>#1144dd</color>
  307: 		<insert_sub>default</insert_sub>
  308: 		<show>no</show>
  309: 	</tag>
  310: 	<tag name="customresponse">
  311: 		<description>Response: Custom</description>
  312: 		<color>#77DD55</color>
  313: 		<insert_sub>insert_customresponse</insert_sub>
  314: 		<help>
  315: 			<file>Custom_Response_Problems</file>
  316: 			<description>How to write custom responses</description>
  317: 		</help>
  318: 		<allow>customresponse::answer,hintgroup,responseparam,textfield,textline</allow>
  319: 	</tag>
  320: 	<tag name="customresponse::answer">
  321: 		<description>Answer algorithm</description>
  322: 		<color>#ccccaa</color>
  323: 		<insert_sub>insert_customresponse_answer</insert_sub>
  324: 	</tag>
  325: 	<tag name="mathresponse">
  326: 		<description>Response: Math</description>
  327: 		<color>#77DD55</color>
  328: 		<insert_sub>insert_mathresponse</insert_sub>
  329: 		<help>
  330: 			<file>Math_Response_Problems</file>
  331: 			<description>How to write math responses</description>
  332: 		</help>
  333: 		<allow>mathresponse::answer,hintgroup,responseparam,textfield,textline</allow>
  334: 	</tag>
  335: 	<tag name="mathresponse::answer">
  336: 		<description>Answer algorithm</description>
  337: 		<color>#ccccaa</color>
  338: 		<insert_sub>insert_mathresponse_answer</insert_sub>
  339: 	</tag>
  340: 	<tag name="textfield">
  341: 		<description>Large Text Entry Area</description>
  342: 		<color>#1144dd</color>
  343: 		<insert_sub>default</insert_sub>
  344: 		<allow>startouttext,tex,web</allow>
  345: 	</tag>
  346: 	<tag name="textline">
  347: 		<description>Single Line Text Entry Area</description>
  348: 		<color>#93B0FC</color>
  349: 		<insert_sub>default</insert_sub>
  350: 	</tag>
  351: 
  352: 	<tag name="optionresponse::conceptgroup">
  353: 		<description>Collection of similar foils</description>
  354: 		<color>#F8EE00</color>
  355: 		<insert_sub>Apache::optionresponse::insert_conceptgroup</insert_sub>
  356: 		<allow>optionresponse::foil</allow>
  357: 	</tag>
  358: 	<tag name="optionresponse::drawoptionlist">
  359: 		<description>Draw Option List</description>
  360: 		<color>#88ee00</color>
  361: 		<insert_sub>Apache::optionresponse::insert_drawoptionlist</insert_sub>
  362: 	</tag>
  363: 	<tag name="optionresponse::foil">
  364: 		<description>Option response foil</description>
  365: 		<color>#E8D8EE</color>
  366: 		<insert_sub>Apache::optionresponse::insert_foil</insert_sub>
  367: 		<allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window,optionresponse::drawoptionlist</allow>
  368: 	</tag>
  369: 	<tag name="optionresponse::foilgroup">
  370: 		<description>Collection of Foils</description>
  371: 		<color>#FFCC22</color>
  372: 		<insert_sub>default</insert_sub>
  373: 		<show>no</show>
  374: 		<allow>optionresponse::conceptgroup,optionresponse::foil</allow>
  375: 	</tag>
  376: 	<tag name="optionresponse">
  377: 		<description>Response: Select from Options</description>
  378: 		<color>#77DD55</color>
  379: 		<insert_sub>insert_optionresponse</insert_sub>
  380: 		<allow>hintgroup,optionresponse::foilgroup,responseparam</allow>
  381: 	</tag>
  382: 	<tag name="displayduedate">
  383: 		<description>Display Due Date</description>
  384: 		<color>#3370e4</color>
  385: 		<insert_sub>insert_displayduedate</insert_sub>
  386: 		<show>no</show>
  387: 	</tag>
  388: 	<tag name="displaytitle">
  389: 		<description>Title</description>
  390: 		<color>#4aa0ea</color>
  391: 		<insert_sub>insert_displaytitle</insert_sub>
  392: 		<show>no</show>
  393: 	</tag>
  394: 	<tag name="radiobuttonresponse::conceptgroup">
  395: 		<description>Collection of similar foils</description>
  396: 		<color>#F8EE00</color>
  397: 		<insert_sub>Apache::radiobuttonresponse::insert_conceptgroup</insert_sub>
  398: 		<allow>radiobuttonresponse::foil</allow>
  399: 	</tag>
  400: 	<tag name="radiobuttonresponse::foil">
  401: 		<description>Foil</description>
  402: 		<color>#E8D8EE</color>
  403: 		<insert_sub>Apache::radiobuttonresponse::insert_foil</insert_sub>
  404: 		<allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
  405: 	</tag>
  406: 	<tag name="radiobuttonresponse::foilgroup">
  407: 		<description>Collection of Foils</description>
  408: 		<color>#FFCC22</color>
  409: 		<insert_sub>default</insert_sub>
  410: 		<show>no</show>
  411: 		<allow>radiobuttonresponse::conceptgroup,radiobuttonresponse::foil</allow>
  412: 	</tag>
  413: 	<tag name="radiobuttonresponse">
  414: 		<description>Response: One of N statements</description>
  415: 		<color>#77DD55</color>
  416: 		<insert_sub>insert_radiobuttonresponse</insert_sub>
  417: 		<allow>hintgroup,radiobuttonresponse::foilgroup,responseparam</allow>
  418: 	</tag>
  419: 	<tag name="rankresponse::conceptgroup">
  420: 		<description>Collection of similar foils</description>
  421: 		<color>#F8EE00</color>
  422: 		<insert_sub>Apache::rankresponse::insert_conceptgroup</insert_sub>
  423: 		<allow>rankresponse::foil</allow>
  424: 	</tag>
  425: 	<tag name="rankresponse::foil">
  426: 		<description>Foil</description>
  427: 		<color>#E8D8EE</color>
  428: 		<insert_sub>Apache::rankresponse::insert_foil</insert_sub>
  429: 		<allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
  430: 	</tag>
  431: 	<tag name="rankresponse::foilgroup">
  432: 		<description>Collection of Foils</description>
  433: 		<color>#FFCC22</color>
  434: 		<insert_sub>default</insert_sub>
  435: 		<show>no</show>
  436: 		<allow>rankresponse::conceptgroup,rankresponse::foil</allow>
  437: 	</tag>
  438: 	<tag name="rankresponse">
  439: 		<description>Response: Rank Values</description>
  440: 		<color>#77DD55</color>
  441: 		<insert_sub>insert_rankresponse</insert_sub>
  442: 		<allow>hintgroup,rankresponse::foilgroup,responseparam</allow>
  443: 	</tag>
  444: 	<tag name="matchresponse::conceptgroup">
  445: 		<description>Collection of similar foils</description>
  446: 		<color>#F8EE00</color>
  447: 		<insert_sub>Apache::matchresponse::insert_conceptgroup</insert_sub>
  448: 		<allow>matchresponse::foil</allow>
  449: 	</tag>
  450: 	<tag name="matchresponse::foil">
  451: 		<description>Foil</description>
  452: 		<color>#E8D8EE</color>
  453: 		<insert_sub>Apache::matchresponse::insert_foil</insert_sub>
  454: 		<allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
  455: 	</tag>
  456: 	<tag name="matchresponse::foilgroup">
  457: 		<description>Collection of Foils</description>
  458: 		<color>#FFCC22</color>
  459: 		<insert_sub>default</insert_sub>
  460: 		<show>no</show>
  461: 		<allow>matchresponse::conceptgroup,matchresponse::foil</allow>
  462: 	</tag>
  463: 	<tag name="matchresponse::item">
  464: 		<description>Item</description>
  465: 		<color>#e0e0d7</color>
  466: 		<insert_sub>Apache::matchresponse::insert_item</insert_sub>
  467: 		<allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
  468: 	</tag>
  469: 	<tag name="matchresponse::itemgroup">
  470: 		<description>Item to Match</description>
  471: 		<color>#22ddee</color>
  472: 		<insert_sub>default</insert_sub>
  473: 		<show>no</show>
  474: 		<allow>matchresponse::item</allow>
  475: 	</tag>
  476: 	<tag name="matchresponse">
  477: 		<description>Response: Match Two Lists</description>
  478: 		<color>#77DD55</color>
  479: 		<insert_sub>insert_matchresponse</insert_sub>
  480: 		<allow>hintgroup,matchresponse,responseparam</allow>
  481: 	</tag>
  482: 	<tag name="organicresponse">
  483: 		<description>Response: Organic Chemical Structure</description>
  484: 		<color>#77DD55</color>
  485: 		<insert_sub>insert_organicresponse</insert_sub>
  486: 		<allow>hintgroup,responseparam,textline</allow>
  487: 	</tag>
  488: 	<tag name="reactionresponse">
  489: 		<description>Response: Chemical Reaction</description>
  490: 		<color>#77DD55</color>
  491: 		<insert_sub>insert_reactionresponse</insert_sub>
  492: 		<allow>hintgroup,responseparam,textline</allow>
  493: 	</tag>
  494: 	<tag name="organicstructure">
  495: 		<description>Organic Structure</description>
  496: 		<color>#aacccc</color>
  497: 		<insert_sub>insert_organicstructure</insert_sub>
  498: 	</tag>
  499: 	<tag name="responseparam">
  500: 		<description>Parameters for a response</description>
  501: 		<color>#FCA3D9</color>
  502: 		<insert_sub>insert_responseparam</insert_sub>
  503: 	</tag>
  504: 	<tag name="display">
  505: 		<description>Display Script Result Block</description>
  506: 		<color>#ccaacc</color>
  507: 		<insert_sub>default</insert_sub>
  508: 		<show>no</show>
  509: 	</tag>
  510: 	<tag name="import">
  511: 		<description>Import a File</description>
  512: 		<color>#ccaacc</color>
  513: 		<insert_sub>default</insert_sub>
  514: 	</tag>
  515: 	<tag name="parserlib">
  516: 		<description>Import Tag Definitions</description>
  517: 		<color>#ccaacc</color>
  518: 		<insert_sub>default</insert_sub>
  519: 		<show>no</show>
  520: 	</tag>
  521: 	<tag name="script">
  522: 		<description>Perl Script Block</description>
  523: 		<color>#ccccaa</color>
  524: 		<insert_sub>insert_script</insert_sub>
  525: 		<help>
  526: 			<file>Problem_LON-CAPA_Functions</file>
  527: 			<description>Script Functions</description>
  528: 		</help>
  529: 	</tag>
  530: 	<tag name="scriptlib">
  531: 		<description>Import Script Library</description>
  532: 		<color>#ccaacc</color>
  533: 		<insert_sub>default</insert_sub>
  534: 		<show>no</show>
  535: 	</tag>
  536: 	<tag name="img">
  537: 		<description>Image</description>
  538: 		<color>#aacccc</color>
  539: 		<insert_sub>insert_img</insert_sub>
  540: 		<help>
  541: 			<file>Problem_LON-CAPA_Image_Options</file>
  542: 			<description>Image Options</description>
  543: 		</help>
  544: 	</tag>
  545: 	<tag name="meta">
  546: 		<description>Custom Metadata</description>
  547: 		<color>#aacccc</color>
  548: 		<insert_sub>Apache::londefdef::insert_meta</insert_sub>
  549: 		<allow></allow>
  550: 	</tag>
  551: 	<tag name="window">
  552: 		<description>Text In Separate Window</description>
  553: 		<color>#aacccc</color>
  554: 		<insert_sub>default</insert_sub>
  555: 		<allow>block,display,displayduedate,displaytitle,gnuplot,img,import,notsolved,organicstructure,postanswerdate,preduedate,problemtype,randomlabel,randomlist,script,solved,startouttext,tex,web,while,window</allow>
  556: 	</tag>
  557: 	<tag name="block">
  558: 		<description>Conditional Block</description>
  559: 		<color>#FF3311</color>
  560: 		<insert_sub>default</insert_sub>
  561: 		<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>
  562: 	</tag>
  563: 	<tag name="library">
  564: 		<description>Start of Library</description>
  565: 		<color>#FFFFFF</color>
  566: 		<insert_sub>default</insert_sub>
  567: 		<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>
  568: 	</tag>
  569: 	<tag name="notsolved">
  570: 		<description>Block For When Not Solved</description>
  571: 		<color>#FFFFFF</color>
  572: 		<insert_sub>default</insert_sub>
  573: 		<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>
  574: 	</tag>
  575: 	<tag name="part">
  576: 		<description>Problem Part</description>
  577: 		<color>#F0F0F0</color>
  578: 		<insert_sub>default</insert_sub>
  579: 		<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>
  580: 	</tag>
  581:         <tag name="startpartmarker">
  582:                 <description>Problem Part: Marker for Start of New Part</description>
  583:                 <color>#F0F0F0</color>
  584:                 <insert_sub>insert_startpartmarker</insert_sub>
  585:         </tag>
  586:         <tag name="endpartmarker">
  587:                 <description>Problem Part: Marker for End of New Part</description>
  588:                 <color>#F0F0F0</color>
  589:                 <insert_sub>insert_endpartmarker</insert_sub>
  590:         </tag>
  591: 	<tag name="postanswerdate">
  592: 		<description>After Answer Date Block</description>
  593: 		<color>#EE9999</color>
  594: 		<insert_sub>default</insert_sub>
  595: 		<allow>block,display,displayduedate,displaytitle,gnuplot,img,import,notsolved,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,solved,startouttext,tex,while,window</allow>
  596: 	</tag>
  597: 	<tag name="preduedate">
  598: 		<description>Before Due Date Block</description>
  599: 		<color>#FFaaaa</color>
  600: 		<insert_sub>default</insert_sub>
  601: 		<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>
  602: 	</tag>
  603: 	<tag name="problem">
  604: 		<description>Start of Homework</description>
  605: 		<color>#FFFFFF</color>
  606: 		<insert_sub>default</insert_sub>
  607: 		<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>
  608: 	</tag>
  609:         <tag name="allow">
  610:                 <description>File Dependencies</description>
  611:          	<color>#EEEEAA</color>
  612: 		<insert_sub>default</insert_sub>
  613:         </tag>
  614: 	<tag name="problemtype">
  615: 		<description>Problem Type Block</description>
  616: 		<color>#EE9955</color>
  617: 		<insert_sub>default</insert_sub>
  618: 		<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>
  619: 	</tag>
  620: 	<tag name="randomlabel">
  621: 		<description>Randomly labeled image</description>
  622: 		<color>#cc77aa</color>
  623: 		<insert_sub>default</insert_sub>
  624: 		<allow>imageresponse,randomlabel::labelgroup</allow>
  625: 	</tag>
  626: 	<tag name="randomlabel::labelgroup">
  627: 		<description>Group of Labels</description>
  628: 		<color>#11FFaa</color>
  629: 		<insert_sub>default</insert_sub>
  630: 		<allow>randomlabel::label,randomlabel::location</allow>
  631: 	</tag>
  632: 	<tag name="randomlabel::location">
  633: 		<description>Label Location</description>
  634: 		<color>#55F09F</color>
  635: 		<insert_sub>default</insert_sub>
  636: 	</tag>
  637: 	<tag name="randomlabel::label">
  638: 		<description>Label Text</description>
  639: 		<color>#3333FF</color>
  640: 		<insert_sub>Apache::randomlabel::insert_label</insert_sub>
  641: 		<allow>block,display,import,notsolved,parserlib,postanswerdate,preduedate,problemtype,randomlist,script,scriptlib,solved,startouttext,tex,web,while</allow>
  642: 	</tag>
  643: 	<tag name="randomlist">
  644: 		<description>Randomly Parsed Block</description>
  645: 		<color>#FFFFFF</color>
  646: 		<insert_sub>default</insert_sub>
  647: 		<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>
  648: 	</tag>
  649: 	<tag name="solved">
  650: 		<description>Block For After Solved</description>
  651: 		<color>#FFFFFF</color>
  652: 		<insert_sub>default</insert_sub>
  653: 		<allow>block,display,displayduedate,displaytitle,gnuplot,img,import,organicstructure,parserlib,postanswerdate,preduedate,problemtype,randomlist,script,scriptlib,startouttext,tex,while,window</allow>
  654: 	</tag>
  655: 	<tag name="startouttext">
  656: 		<description>Text/HTML Block</description>
  657: 		<color>#dddd22</color>
  658: 		<insert_sub>insert_startouttext</insert_sub>
  659: 	</tag>
  660: 	<tag name="tex">
  661: 		<description>TeX Only Block</description>
  662: 		<color>#FFFFFF</color>
  663: 		<insert_sub>default</insert_sub>
  664: 		<show>no</show>
  665: 	</tag>
  666: 	<tag name="web">
  667: 		<description>Web Only Block</description>
  668: 		<color>#FFFFFF</color>
  669: 		<insert_sub>default</insert_sub>
  670: 		<show>no</show>
  671: 	</tag>
  672: 	<tag name="while">
  673: 		<description>While Loop Block</description>
  674: 		<color>#FFFFFF</color>
  675: 		<insert_sub>default</insert_sub>
  676: 		<allow>block,display,displayduedate,displaytitle,gnuplot,img,import,notsolved,organicstructure,parserlib,postanswerdate,preduedate,problemtype,randomlist,script,scriptlib,solved,startouttext,tex,web,while,window</allow>
  677: 	</tag>
  678: 	<tag name="gnuplot">
  679: 		<description>GnuPlot</description>
  680: 		<color>#88EE88</color>
  681: 		<insert_sub>Apache::lonplot::insert_gnuplot</insert_sub>
  682: 		<help>
  683: 			<file>Authoring_Dynamic_Plot_Gnuplot</file>
  684: 		</help>
  685: 		<allow>lonplot::axis,lonplot::curve,lonplot::key,lonplot::label,lonplot::tics,lonplot::title,lonplot::xlabel,lonplot::ylabel</allow>
  686: 	</tag>
  687: 	<tag name="lonplot::label">
  688: 		<description>Plot Label</description>
  689: 		<color>#33EE33</color>
  690: 		<insert_sub>Apache::lonplot::insert_label</insert_sub>
  691: 		<help>
  692: 			<file>Authoring_Dynamic_Plot_Label</file>
  693: 		</help>
  694: 	</tag>
  695: 	<tag name="lonplot::title">
  696: 		<description>Plot Title</description>
  697: 		<color>#33EE33</color>
  698: 		<insert_sub>Apache::lonplot::insert_title</insert_sub>
  699: 		<help>
  700: 			<file>Authoring_Dynamic_Plot_Title_X_Y_Label</file>
  701: 		</help>
  702: 	</tag>
  703: 	<tag name="lonplot::xlabel">
  704: 		<description>Plot x-label</description>
  705: 		<color>#33EE33</color>
  706: 		<insert_sub>Apache::lonplot::insert_xlabel</insert_sub>
  707: 		<help>
  708: 			<file>Authoring_Dynamic_Plot_Title_X_Y_Label</file>
  709: 		</help>
  710: 	</tag>
  711: 	<tag name="lonplot::ylabel">
  712: 		<description>Plot y-label</description>
  713: 		<color>#33EE33</color>
  714: 		<insert_sub>Apache::lonplot::insert_ylabel</insert_sub>
  715: 		<help>
  716: 			<file>Authoring_Dynamic_Plot_Title_X_Y_Label</file>
  717: 		</help>
  718: 	</tag>
  719: 	<tag name="lonplot::axis">
  720: 		<description>Plot axes</description>
  721: 		<color>#33EE33</color>
  722: 		<insert_sub>Apache::lonplot::insert_axis</insert_sub>
  723: 		<help>
  724: 			<file>Authoring_Dynamic_Plot_Axes</file>
  725: 		</help>
  726: 	</tag>
  727: 	<tag name="lonplot::key">
  728: 		<description>Plot Key</description>
  729: 		<color>#33EE33</color>
  730: 		<insert_sub>Apache::lonplot::insert_key</insert_sub>
  731: 		<help>
  732: 			<file>Authoring_Dynamic_Plot_Key</file>
  733: 		</help>
  734: 	</tag>
  735: 	<tag name="lonplot::curve">
  736: 		<description>Plot Curve</description>
  737: 		<color>#33EE33</color>
  738: 		<insert_sub>Apache::lonplot::insert_curve</insert_sub>
  739: 		<help>
  740: 			<file>Authoring_Dynamic_Plot_Curve</file>
  741: 		</help>
  742: 		<allow>lonplot::data,lonplot::function</allow>
  743: 	</tag>
  744: 	<tag name="lonplot::function">
  745: 		<description>Curve function</description>
  746: 		<color>#33EE33</color>
  747: 		<insert_sub>Apache::lonplot::insert_function</insert_sub>
  748: 		<help>
  749: 			<file>Authoring_Dynamic_Plot_Curve_Function</file>
  750: 		</help>
  751: 	</tag>
  752: 	<tag name="lonplot::data">
  753: 		<description>Curve data</description>
  754: 		<color>#33EE33</color>
  755: 		<insert_sub>Apache::lonplot::insert_data</insert_sub>
  756: 		<help>
  757: 			<file>Authoring_Dynamic_Plot_Curve_Data</file>
  758: 		</help>
  759: 	</tag>
  760: 	<tag name="lonplot::tics">
  761: 		<description>Plot tics</description>
  762: 		<color>#33EE33</color>
  763: 		<insert_sub>Apache::lonplot::insert_tics</insert_sub>
  764: 		<help>
  765: 			<file>Authoring_Dynamic_Plot_Tics</file>
  766: 		</help>
  767: 	</tag>
  768: 	<tag name="lonplot::xtics">
  769: 		<description>Plot xtics</description>
  770: 		<color>#33EE33</color>
  771: 		<insert_sub>Apache::lonplot::insert_xtics</insert_sub>
  772: 		<help>
  773: 			<file>Authoring_Dynamic_Plot_Tics</file>
  774: 		</help>
  775: 	</tag>
  776: 	<tag name="lonplot::ytics">
  777: 		<description>Plot ytics</description>
  778: 		<color>#33EE33</color>
  779: 		<insert_sub>Apache::lonplot::insert_ytics</insert_sub>
  780: 		<help>
  781: 			<file>Authoring_Dynamic_Plot_Tics</file>
  782: 		</help>
  783: 	</tag>
  784: <!--
  785: FIXME
  786: Needs Parms
  787: 'Task',OptionalRequired 
  788: 
  789: Nedds converison to use standard insertions...
  790: 'IntroParagraph','ClosingParagraph','InstanceText','GraderNote','QuestionText','CriteriaText'
  791: 
  792: -->
  793: 	<tag name="Task">
  794: 		<description>Start of Task</description>
  795: 		<color>#FFFFFF</color>
  796: 		<insert_sub>default</insert_sub>
  797:                 <allow>IntroParagraph,Setup,Question,Criteria,ClosingParagraph</allow>
  798: 	</tag>
  799: 	<tag name="IntroParagraph">
  800: 		<description>Introductory Information</description>
  801: 		<color>#FFFFFF</color>
  802: 		<insert_sub>Apache::bridgetask::insert_IntroParagraph</insert_sub>
  803: 		<allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
  804: 	</tag>
  805: 	<tag name="ClosingParagraph">
  806: 		<description>Closing Information</description>
  807: 		<color>#FFFFFF</color>
  808: 		<insert_sub>Apache::bridgetask::insert_ClosingParagraph</insert_sub>
  809: 		<allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
  810: 	</tag>
  811: 
  812: 	<tag name="Question">
  813: 		<description>Question</description>
  814: 		<color>#FFFFFF</color>
  815: 		<insert_sub>default</insert_sub>
  816:                 <allow>Instance,QuestionText,Question,Criteria</allow>
  817: 	</tag>
  818: 	<tag name="QuestionText">
  819: 		<description>Question Information</description>
  820: 		<color>#FFFFFF</color>
  821: 		<insert_sub>Apache::bridgetask::insert_QuestionText</insert_sub>
  822: 		<allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
  823:                 <!-- allowed but edit not supportted yet
  824:                      <allow>Question,Criteria</allow>-->
  825: 	</tag>
  826: 	<tag name="Setup">
  827: 		<description>Setup....</description>
  828: 		<color>#FFFFFF</color>
  829: 		<insert_sub>default</insert_sub>
  830:                 <allow>Instance</allow>
  831: 	</tag>
  832: 	<tag name="Instance">
  833: 		<description>Specific Question Instance</description>
  834: 		<color>#FFFFFF</color>
  835: 		<insert_sub>default</insert_sub>
  836:                 <allow>InstanceText,Criteria</allow>
  837: 	</tag>
  838: 	<tag name="InstanceText">
  839: 		<description>Information for the Instance</description>
  840: 		<color>#FFFFFF</color>
  841: 		<insert_sub>Apache::bridgetask::insert_InstanceText</insert_sub>
  842: 		<allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
  843: 	</tag>
  844: 	<tag name="Criteria">
  845: 		<description>Question Criteria</description>
  846: 		<color>#FFFFFF</color>
  847: 		<insert_sub>Apache::bridgetask::insert_Criteria</insert_sub>
  848:                 <allow>GraderNote,CriteriaText</allow>
  849: 	</tag>
  850: 	<tag name="CriteriaText">
  851: 		<description>Criteria Information</description>
  852: 		<color>#FFFFFF</color>
  853: 		<insert_sub>Apache::bridgetask::insert_CriteriaText</insert_sub>
  854: 		<allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
  855: 	</tag>
  856: 	<tag name="GraderNote">
  857: 		<description>Text to display to Grader</description>
  858: 		<color>#FFFFFF</color>
  859: 		<insert_sub>Apache::bridgetask::insert_GraderNote</insert_sub>
  860: 		<allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
  861: 	</tag>
  862: </insertlist>

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