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

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

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