File:  [LON-CAPA] / loncom / homework / insertlist.xml
Revision 1.29: download - view: text, annotated - select for diffs
Thu Dec 1 01:26:49 2011 UTC (12 years, 5 months ago) by raeburn
Branches: MAIN
CVS tags: language_hyphenation_merge, language_hyphenation, HEAD
- XML validation check.
  - "functionplotruleset" and "functionplotelements" needed closing </tag>s
  - fix typo.

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

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