Annotation of loncom/homework/insertlist.xml, revision 1.24.2.1

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

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