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

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

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