File:  [LON-CAPA] / loncom / homework / insertlist.xml
Revision 1.36: download - view: text, annotated - select for diffs
Tue Apr 9 20:01:31 2024 UTC (3 weeks, 2 days ago) by raeburn
Branches: MAIN
CVS tags: HEAD
- Support editing of drawimage tag with "colorful" editor, and add Draw Image
  tag to any "Insert:" dropdown lists which currently include img tag.

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

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