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

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

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