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

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

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