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

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

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