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

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

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