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

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

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