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

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

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