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

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.2     ! albertel   11: 		<allow>hintgroup,responseparam,textline,answergroup</allow>
1.1       albertel   12: 	</tag>
1.2     ! albertel   13: 	<tag name="stringresponse">
1.1       albertel   14: 		<description>Response: String</description>
                     15: 		<color>#00cc55</color>
                     16: 		<insert_sub>insert_stringresponse</insert_sub>
                     17: 		<allow>hintgroup,responseparam,textline</allow>
                     18: 	</tag>
1.2     ! albertel   19: 	<tag name="formularesponse">
1.1       albertel   20: 		<description>Response: Formula</description>
                     21: 		<color>#22cc55</color>
                     22: 		<insert_sub>insert_formularesponse</insert_sub>
1.2     ! albertel   23: 		<allow>hintgroup,responseparam,textline,answergroup</allow>
1.1       albertel   24: 	</tag>
1.2     ! albertel   25: 	<tag name="essayresponse">
1.1       albertel   26: 		<description>Response: Essay</description>
                     27: 		<color>#33cc55</color>
                     28: 		<insert_sub>insert_essayresponse</insert_sub>
                     29: 		<allow>hintgroup,responseparam,textfield,textline</allow>
                     30: 	</tag>
1.2     ! albertel   31: 	<tag name="hintgroup">
1.1       albertel   32: 		<description>Hint</description>
                     33: 		<color>#accacc</color>
                     34: 		<insert_sub>insert_hintgroup</insert_sub>
                     35: 		<allow>formulahint,hintpart,numericalhint,optionhint,radiobuttonhint,startouttext,stringhint</allow>
                     36: 	</tag>
1.2     ! albertel   37: 	<tag name="hintpart">
1.1       albertel   38: 		<description>Conditional Hint</description>
                     39: 		<color>#ccaacc</color>
                     40: 		<insert_sub>insert_hintpart</insert_sub>
                     41: 		<allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
                     42: 	</tag>
1.2     ! albertel   43: 	<tag name="formulahint">
1.1       albertel   44: 		<description>Formula Hint Condition</description>
                     45: 		<color>#ccaacc</color>
                     46: 		<insert_sub>insert_formulahint</insert_sub>
                     47: 		<allow>responseparam</allow>
                     48: 	</tag>
1.2     ! albertel   49: 	<tag name="numericalhint">
1.1       albertel   50: 		<description>Numerical Hint Condition</description>
                     51: 		<color>#ccaacc</color>
                     52: 		<insert_sub>insert_numericalhint</insert_sub>
                     53: 		<allow>responseparam</allow>
                     54: 	</tag>
1.2     ! albertel   55: 	<tag name="optionhint">
1.1       albertel   56: 		<description>Option Response Hint Condition</description>
                     57: 		<color>#ccaacc</color>
                     58: 		<insert_sub>insert_optionhint</insert_sub>
                     59: 		<allow>responseparam</allow>
                     60: 	</tag>
1.2     ! albertel   61: 	<tag name="radiobuttonhint">
1.1       albertel   62: 		<description>Radiobutton Hint Condition</description>
                     63: 		<color>#ccaacc</color>
                     64: 		<insert_sub>insert_radiobuttonhint</insert_sub>
                     65: 		<allow>responseparam</allow>
                     66: 	</tag>
1.2     ! albertel   67: 	<tag name="stringhint">
1.1       albertel   68: 		<description>String Hint Condition</description>
                     69: 		<color>#ccaacc</color>
                     70: 		<insert_sub>insert_stringhint</insert_sub>
                     71: 		<allow>responseparam</allow>
                     72: 	</tag>
1.2     ! albertel   73: 	<tag name="imageresponse::conceptgroup">
1.1       albertel   74: 		<description>Collection of similar foils</description>
                     75: 		<color>#99FFFF</color>
                     76: 		<insert_sub>default</insert_sub>
                     77: 		<allow>imageresponse::foil</allow>
                     78: 	</tag>
1.2     ! albertel   79: 	<tag name="imageresponse::foil">
1.1       albertel   80: 		<description>Image response foil</description>
                     81: 		<color>#99ff88</color>
                     82: 		<insert_sub>Apache::imageresponse::insert_foil</insert_sub>
                     83: 		<allow>imageresponse::image,imageresponse::polygon,imageresponse::rectangle,imageresponse::text</allow>
                     84: 	</tag>
1.2     ! albertel   85: 	<tag name="imageresponse::foilgroup">
1.1       albertel   86: 		<description>Collection of Imageresponse foils</description>
                     87: 		<color>#55cc55</color>
                     88: 		<insert_sub>default</insert_sub>
                     89: 		<allow>imageresponse::conceptgroup,imageresponse::foil</allow>
                     90: 	</tag>
1.2     ! albertel   91: 	<tag name="imageresponse::image">
1.1       albertel   92: 		<description>Imageresponse Image</description>
                     93: 		<color>#aaFFcc</color>
                     94: 		<insert_sub>default</insert_sub>
                     95: 	</tag>
1.2     ! albertel   96: 	<tag name="imageresponse">
1.1       albertel   97: 		<description>Response: Click on Image</description>
                     98: 		<color>#ccFFaa</color>
                     99: 		<insert_sub>Apache::edit::insert_imageresponse</insert_sub>
                    100: 		<allow>hintgroup,imageresponse::foilgroup,responseparam</allow>
                    101: 	</tag>
1.2     ! albertel  102: 	<tag name="imageresponse::rectangle">
1.1       albertel  103: 		<description>Rectangular area in image</description>
                    104: 		<color>#ccFFdd</color>
                    105: 		<insert_sub>default</insert_sub>
                    106: 	</tag>
1.2     ! albertel  107: 	<tag name="imageresponse::polygon">
1.1       albertel  108: 		<description>Polygonal area in image</description>
                    109: 		<color>#ccFFdd</color>
                    110: 		<insert_sub>default</insert_sub>
                    111: 	</tag>
1.2     ! albertel  112: 	<tag name="imageresponse::text">
1.1       albertel  113: 		<description>Text to describe option</description>
                    114: 		<color>#ddFFee</color>
                    115: 		<insert_sub>default</insert_sub>
                    116: 		<allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
                    117: 	</tag>
1.2     ! albertel  118: 	<tag name="datasubmission">
1.1       albertel  119: 		<description>Stored Entry Field</description>
                    120: 		<color>#1144dd</color>
                    121: 		<insert_sub>default</insert_sub>
                    122: 		<show>no</show>
                    123: 	</tag>
1.2     ! albertel  124: 	<tag name="customresponse">
1.1       albertel  125: 		<description>Response: Custom</description>
                    126: 		<color>#44cc55</color>
                    127: 		<insert_sub>insert_customresponse</insert_sub>
                    128: 		<help>
                    129: 			<file>Custom_Response_Problems</file>
                    130: 			<description>How to write custom responses</description>
                    131: 		</help>
                    132: 		<allow>customresponse::answer,hintgroup,responseparam,textfield,textline</allow>
                    133: 	</tag>
1.2     ! albertel  134: 	<tag name="customresponse::answer">
1.1       albertel  135: 		<description>Answer algorithm</description>
                    136: 		<color>#ccccaa</color>
                    137: 		<insert_sub>insert_customresponse_answer</insert_sub>
                    138: 	</tag>
1.2     ! albertel  139: 	<tag name="textfield">
1.1       albertel  140: 		<description>Large Text Entry Area</description>
                    141: 		<color>#1144dd</color>
                    142: 		<insert_sub>default</insert_sub>
                    143: 		<allow>startouttext,tex,web</allow>
                    144: 	</tag>
1.2     ! albertel  145: 	<tag name="textline">
1.1       albertel  146: 		<description>Single Line Text Entry Area</description>
                    147: 		<color>#1144dd</color>
                    148: 		<insert_sub>default</insert_sub>
                    149: 	</tag>
1.2     ! albertel  150: 	<tag name="optionresponse::conceptgroup">
1.1       albertel  151: 		<description>Collection of similar foils</description>
                    152: 		<color>#EEEE00</color>
                    153: 		<insert_sub>Apache::optionresponse::insert_conceptgroup</insert_sub>
                    154: 		<allow>optionresponse::foil</allow>
                    155: 	</tag>
1.2     ! albertel  156: 	<tag name="optionresponse::foil">
1.1       albertel  157: 		<description>Option response foil</description>
                    158: 		<color>#dd55ff</color>
                    159: 		<insert_sub>Apache::optionresponse::insert_foil</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="optionresponse::foilgroup">
1.1       albertel  163: 		<description>Collection of Foils</description>
                    164: 		<color>#FFcc22</color>
                    165: 		<insert_sub>default</insert_sub>
                    166: 		<show>no</show>
                    167: 		<allow>optionresponse::conceptgroup,optionresponse::foil</allow>
                    168: 	</tag>
1.2     ! albertel  169: 	<tag name="optionresponse">
1.1       albertel  170: 		<description>Response: Select from Options</description>
                    171: 		<color>#00dd33</color>
                    172: 		<insert_sub>insert_optionresponse</insert_sub>
                    173: 		<allow>hintgroup,optionresponse::foilgroup,responseparam</allow>
                    174: 	</tag>
1.2     ! albertel  175: 	<tag name="displayduedate">
1.1       albertel  176: 		<description>Display Due Date</description>
                    177: 		<color>#3370e4</color>
                    178: 		<insert_sub>insert_displayduedate</insert_sub>
                    179: 		<show>no</show>
                    180: 	</tag>
1.2     ! albertel  181: 	<tag name="displaytitle">
1.1       albertel  182: 		<description>Title</description>
                    183: 		<color>#4aa0ea</color>
                    184: 		<insert_sub>insert_displaytitle</insert_sub>
                    185: 		<show>no</show>
                    186: 	</tag>
1.2     ! albertel  187: 	<tag name="radiobuttonresponse::conceptgroup">
1.1       albertel  188: 		<description>Collection of similar foils</description>
                    189: 		<color>#EEEE00</color>
                    190: 		<insert_sub>Apache::radiobuttonresponse::insert_conceptgroup</insert_sub>
                    191: 		<allow>radiobuttonresponse::foil</allow>
                    192: 	</tag>
1.2     ! albertel  193: 	<tag name="radiobuttonresponse::foil">
1.1       albertel  194: 		<description>Foil</description>
                    195: 		<color>#dd55ff</color>
                    196: 		<insert_sub>Apache::radiobuttonresponse::insert_foil</insert_sub>
                    197: 		<allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
                    198: 	</tag>
1.2     ! albertel  199: 	<tag name="radiobuttonresponse::foilgroup">
1.1       albertel  200: 		<description>Collection of Foils</description>
                    201: 		<color>#FFcc22</color>
                    202: 		<insert_sub>default</insert_sub>
                    203: 		<show>no</show>
                    204: 		<allow>radiobuttonresponse::conceptgroup,radiobuttonresponse::foil</allow>
                    205: 	</tag>
1.2     ! albertel  206: 	<tag name="radiobuttonresponse">
1.1       albertel  207: 		<description>Response: One of N statements</description>
                    208: 		<color>#00ee44</color>
                    209: 		<insert_sub>insert_radiobuttonresponse</insert_sub>
                    210: 		<allow>hintgroup,radiobuttonresponse::foilgroup,responseparam</allow>
                    211: 	</tag>
1.2     ! albertel  212: 	<tag name="rankresponse::conceptgroup">
1.1       albertel  213: 		<description>Collection of similar foils</description>
                    214: 		<color>#EEEE00</color>
                    215: 		<insert_sub>Apache::rankresponse::insert_conceptgroup</insert_sub>
                    216: 		<allow>rankresponse::foil</allow>
                    217: 	</tag>
1.2     ! albertel  218: 	<tag name="rankresponse::foil">
1.1       albertel  219: 		<description>Foil</description>
                    220: 		<color>#dd55ff</color>
                    221: 		<insert_sub>Apache::rankresponse::insert_foil</insert_sub>
                    222: 		<allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
                    223: 	</tag>
1.2     ! albertel  224: 	<tag name="rankresponse::foilgroup">
1.1       albertel  225: 		<description>Collection of Foils</description>
                    226: 		<color>#FFcc22</color>
                    227: 		<insert_sub>default</insert_sub>
                    228: 		<show>no</show>
                    229: 		<allow>rankresponse::conceptgroup,rankresponse::foil</allow>
                    230: 	</tag>
1.2     ! albertel  231: 	<tag name="rankresponse">
1.1       albertel  232: 		<description>Response: Rank Values</description>
                    233: 		<color>#00ee44</color>
                    234: 		<insert_sub>insert_rankresponse</insert_sub>
                    235: 		<allow>hintgroup,rankresponse::foilgroup,responseparam</allow>
                    236: 	</tag>
1.2     ! albertel  237: 	<tag name="matchresponse::conceptgroup">
1.1       albertel  238: 		<description>Collection of similar foils</description>
                    239: 		<color>#EEEE00</color>
                    240: 		<insert_sub>Apache::matchresponse::insert_conceptgroup</insert_sub>
                    241: 		<allow>matchresponse::foil</allow>
                    242: 	</tag>
1.2     ! albertel  243: 	<tag name="matchresponse::foil">
1.1       albertel  244: 		<description>Foil</description>
                    245: 		<color>#dd55ff</color>
                    246: 		<insert_sub>Apache::matchresponse::insert_foil</insert_sub>
                    247: 		<allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
                    248: 	</tag>
1.2     ! albertel  249: 	<tag name="matchresponse::foilgroup">
1.1       albertel  250: 		<description>Collection of Foils</description>
                    251: 		<color>#FFcc22</color>
                    252: 		<insert_sub>default</insert_sub>
                    253: 		<show>no</show>
                    254: 		<allow>matchresponse::conceptgroup,matchresponse::foil</allow>
                    255: 	</tag>
1.2     ! albertel  256: 	<tag name="matchresponse::item">
1.1       albertel  257: 		<description>Item</description>
                    258: 		<color>#0e0ed7</color>
                    259: 		<insert_sub>Apache::matchresponse::insert_item</insert_sub>
                    260: 		<allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
                    261: 	</tag>
1.2     ! albertel  262: 	<tag name="matchresponse::itemgroup">
1.1       albertel  263: 		<description>Item to Match</description>
                    264: 		<color>#22ddee</color>
                    265: 		<insert_sub>default</insert_sub>
                    266: 		<show>no</show>
                    267: 		<allow>matchresponse::item</allow>
                    268: 	</tag>
1.2     ! albertel  269: 	<tag name="matchresponse">
1.1       albertel  270: 		<description>Response: Match Two Lists</description>
                    271: 		<color>#00ee44</color>
                    272: 		<insert_sub>insert_matchresponse</insert_sub>
                    273: 		<allow>hintgroup,matchresponse,responseparam</allow>
                    274: 	</tag>
1.2     ! albertel  275: 	<tag name="organicresponse">
1.1       albertel  276: 		<description>Response: Organic Chemical Structure</description>
                    277: 		<color>#00ee44</color>
                    278: 		<insert_sub>insert_organicresponse</insert_sub>
                    279: 		<allow>hintgroup,responseparam,textline</allow>
                    280: 	</tag>
1.2     ! albertel  281: 	<tag name="reactionresponse">
1.1       albertel  282: 		<description>Response: Chemical Reaction</description>
                    283: 		<color>#00ee44</color>
                    284: 		<insert_sub>insert_reactionresponse</insert_sub>
                    285: 		<allow>hintgroup,responseparam,textline</allow>
                    286: 	</tag>
1.2     ! albertel  287: 	<tag name="organicstructure">
1.1       albertel  288: 		<description>Organic Structure</description>
                    289: 		<color>#aacccc</color>
                    290: 		<insert_sub>insert_organicstructure</insert_sub>
                    291: 	</tag>
1.2     ! albertel  292: 	<tag name="responseparam">
1.1       albertel  293: 		<description>Parameters for a response</description>
                    294: 		<color>#FF11aa</color>
                    295: 		<insert_sub>insert_responseparam</insert_sub>
                    296: 	</tag>
1.2     ! albertel  297: 	<tag name="display">
1.1       albertel  298: 		<description>Display Script Result Block</description>
                    299: 		<color>#ccaacc</color>
                    300: 		<insert_sub>default</insert_sub>
                    301: 		<show>no</show>
                    302: 	</tag>
1.2     ! albertel  303: 	<tag name="import">
1.1       albertel  304: 		<description>Import a File</description>
                    305: 		<color>#ccaacc</color>
                    306: 		<insert_sub>default</insert_sub>
                    307: 	</tag>
1.2     ! albertel  308: 	<tag name="parserlib">
1.1       albertel  309: 		<description>Import Tag Definitions</description>
                    310: 		<color>#ccaacc</color>
                    311: 		<insert_sub>default</insert_sub>
                    312: 		<show>no</show>
                    313: 	</tag>
1.2     ! albertel  314: 	<tag name="script">
1.1       albertel  315: 		<description>Perl Script Block</description>
                    316: 		<color>#ccccaa</color>
                    317: 		<insert_sub>insert_script</insert_sub>
                    318: 		<help>
                    319: 			<file>Problem_LON-CAPA_Functions</file>
                    320: 			<description>Script Functions</description>
                    321: 		</help>
                    322: 	</tag>
1.2     ! albertel  323: 	<tag name="scriptlib">
1.1       albertel  324: 		<description>Import Script Library</description>
                    325: 		<color>#ccaacc</color>
                    326: 		<insert_sub>default</insert_sub>
                    327: 		<show>no</show>
                    328: 	</tag>
1.2     ! albertel  329: 	<tag name="img">
1.1       albertel  330: 		<description>Image</description>
                    331: 		<color>#aacccc</color>
                    332: 		<insert_sub>insert_img</insert_sub>
                    333: 		<help>
                    334: 			<file>Problem_LON-CAPA_Image_Options</file>
                    335: 			<description>Image Options</description>
                    336: 		</help>
                    337: 	</tag>
1.2     ! albertel  338: 	<tag name="window">
1.1       albertel  339: 		<description>Text In Separate Window</description>
                    340: 		<color>#aacccc</color>
                    341: 		<insert_sub>default</insert_sub>
                    342: 		<allow>block,display,displayduedate,displaytitle,gnuplot,img,import,notsolved,organicstructure,postanswerdate,preduedate,problemtype,randomlabel,randomlist,script,solved,startouttext,tex,web,while,window</allow>
                    343: 	</tag>
1.2     ! albertel  344: 	<tag name="block">
1.1       albertel  345: 		<description>Conditional Block</description>
                    346: 		<color>#FF3311</color>
                    347: 		<insert_sub>default</insert_sub>
                    348: 		<allow>block,customresponse,display,displayduedate,displaytitle,essayresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,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>
                    349: 	</tag>
1.2     ! albertel  350: 	<tag name="library">
1.1       albertel  351: 		<description>Start of Library</description>
                    352: 		<color>#FFFFFF</color>
                    353: 		<insert_sub>default</insert_sub>
                    354: 		<allow>customresponse,display,displayduedate,displaytitle,essayresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,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>
                    355: 	</tag>
1.2     ! albertel  356: 	<tag name="notsolved">
1.1       albertel  357: 		<description>Block For When Not Solved</description>
                    358: 		<color>#FFFFFF</color>
                    359: 		<insert_sub>default</insert_sub>
                    360: 		<allow>block,customresponse,display,displayduedate,displaytitle,essayresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,numericalresponse,optionresponse,organicresponse,organicstructure,parserlib,postanswerdate,preduedate,problemtype,radiobuttonresponse,randomlabel,randomlist,rankresponse,reactionresponse,script,scriptlib,startouttext,stringresponse,tex,web,while,window</allow>
                    361: 	</tag>
1.2     ! albertel  362: 	<tag name="part">
1.1       albertel  363: 		<description>Problem Part</description>
                    364: 		<color>#F0F0F0</color>
                    365: 		<insert_sub>default</insert_sub>
                    366: 		<allow>block,customresponse,display,displayduedate,displaytitle,essayresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,notsolved,numericalresponse,optionresponse,organicresponse,organicstructure,parameter,parserlib,postanswerdate,preduedate,problemtype,radiobuttonresponse,randomlabel,randomlist,rankresponse,reactionresponse,script,scriptlib,solved,startouttext,stringresponse,tex,while,window</allow>
                    367: 	</tag>
1.2     ! albertel  368: 	<tag name="postanswerdate">
1.1       albertel  369: 		<description>After Answer Date Block</description>
                    370: 		<color>#EE9999</color>
                    371: 		<insert_sub>default</insert_sub>
                    372: 		<allow>block,display,displayduedate,displaytitle,gnuplot,img,import,notsolved,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,solved,startouttext,tex,while,window</allow>
                    373: 	</tag>
1.2     ! albertel  374: 	<tag name="preduedate">
1.1       albertel  375: 		<description>Before Due Date Block</description>
                    376: 		<color>#FFaaaa</color>
                    377: 		<insert_sub>default</insert_sub>
                    378: 		<allow>block,customresponse,display,displayduedate,displaytitle,essayresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,notsolved,numericalresponse,optionresponse,organicresponse,organicstructure,parserlib,problemtype,radiobuttonresponse,randomlabel,randomlist,rankresponse,reactionresponse,script,scriptlib,solved,startouttext,stringresponse,tex,while,window</allow>
                    379: 	</tag>
1.2     ! albertel  380: 	<tag name="problem">
1.1       albertel  381: 		<description>Start of Homework</description>
                    382: 		<color>#FFFFFF</color>
                    383: 		<insert_sub>default</insert_sub>
                    384: 		<allow>block,customresponse,display,displayduedate,displaytitle,essayresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,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>
                    385: 	</tag>
1.2     ! albertel  386: 	<tag name="problemtype">
1.1       albertel  387: 		<description>Problem Type Block</description>
                    388: 		<color>#EE9955</color>
                    389: 		<insert_sub>default</insert_sub>
                    390: 		<allow>block,customresponse,display,displayduedate,displaytitle,essayresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,notsolved,numericalresponse,optionresponse,organicresponse,organicstructure,parserlib,postanswerdate,preduedate,problemtype,radiobuttonresponse,randomlabel,randomlist,rankresponse,reactionresponse,script,scriptlib,solved,startouttext,stringresponse,tex,web,while,window</allow>
                    391: 	</tag>
1.2     ! albertel  392: 	<tag name="randomlabel">
1.1       albertel  393: 		<description>Randomly labeled image</description>
                    394: 		<color>#cc77aa</color>
                    395: 		<insert_sub>default</insert_sub>
                    396: 		<allow>imageresponse,randomlabel::labelgroup</allow>
                    397: 	</tag>
1.2     ! albertel  398: 	<tag name="randomlabel::labelgroup">
1.1       albertel  399: 		<description>Group of Labels</description>
                    400: 		<color>#11FFaa</color>
                    401: 		<insert_sub>default</insert_sub>
                    402: 		<allow>randomlabel::label,randomlabel::location</allow>
                    403: 	</tag>
1.2     ! albertel  404: 	<tag name="randomlabel::location">
1.1       albertel  405: 		<description>Label Location</description>
                    406: 		<color>#55F09F</color>
                    407: 		<insert_sub>default</insert_sub>
                    408: 	</tag>
1.2     ! albertel  409: 	<tag name="randomlabel::label">
1.1       albertel  410: 		<description>Label Text</description>
                    411: 		<color>#3333FF</color>
                    412: 		<insert_sub>default</insert_sub>
                    413: 		<allow>block,display,import,notsolved,parserlib,postanswerdate,preduedate,problemtype,randomlist,script,scriptlib,solved,startouttext,tex,web,while</allow>
                    414: 	</tag>
1.2     ! albertel  415: 	<tag name="randomlist">
1.1       albertel  416: 		<description>Randomly Parsed Block</description>
                    417: 		<color>#FFFFFF</color>
                    418: 		<insert_sub>default</insert_sub>
                    419: 		<allow>block,customresponse,display,essayresponse,formularesponse,gnuplot,imageresponse,img,import,notsolved,numericalresponse,optionresponse,organicresponse,organicstructure,parserlib,postanswerdate,preduedate,problemtype,radiobuttonresponse,randomlist,rankresponse::foilgroup,reactionresponse,script,scriptlib,solved,stringresponse,tex,while,window</allow>
                    420: 	</tag>
1.2     ! albertel  421: 	<tag name="solved">
1.1       albertel  422: 		<description>Block For After Solved</description>
                    423: 		<color>#FFFFFF</color>
                    424: 		<insert_sub>default</insert_sub>
                    425: 		<allow>block,display,displayduedate,displaytitle,gnuplot,img,import,organicstructure,parserlib,postanswerdate,preduedate,problemtype,randomlist,script,scriptlib,startouttext,tex,while,window</allow>
                    426: 	</tag>
1.2     ! albertel  427: 	<tag name="startouttext">
1.1       albertel  428: 		<description>Text/HTML Block</description>
                    429: 		<color>#dddd22</color>
                    430: 		<insert_sub>insert_startouttext</insert_sub>
                    431: 	</tag>
1.2     ! albertel  432: 	<tag name="tex">
1.1       albertel  433: 		<description>TeX Only Block</description>
                    434: 		<color>#FFFFFF</color>
                    435: 		<insert_sub>default</insert_sub>
                    436: 		<show>no</show>
                    437: 	</tag>
1.2     ! albertel  438: 	<tag name="web">
1.1       albertel  439: 		<description>Web Only Block</description>
                    440: 		<color>#FFFFFF</color>
                    441: 		<insert_sub>default</insert_sub>
                    442: 		<show>no</show>
                    443: 	</tag>
1.2     ! albertel  444: 	<tag name="while">
1.1       albertel  445: 		<description>While Loop Block</description>
                    446: 		<color>#FFFFFF</color>
                    447: 		<insert_sub>default</insert_sub>
                    448: 		<allow>block,display,displayduedate,displaytitle,gnuplot,img,import,notsolved,organicstructure,parserlib,postanswerdate,preduedate,problemtype,randomlist,script,scriptlib,solved,startouttext,tex,web,while,window</allow>
                    449: 	</tag>
1.2     ! albertel  450: 	<tag name="gnuplot">
1.1       albertel  451: 		<description>GnuPlot</description>
                    452: 		<color>#88EE88</color>
                    453: 		<insert_sub>Apache::lonplot::insert_gnuplot</insert_sub>
                    454: 		<help>
                    455: 			<file>Authoring_Dynamic_Plot_Gnuplot</file>
                    456: 		</help>
                    457: 		<allow>lonplot::axis,lonplot::curve,lonplot::key,lonplot::label,lonplot::tics,lonplot::title,lonplot::xlabel,lonplot::ylabel</allow>
                    458: 	</tag>
1.2     ! albertel  459: 	<tag name="lonplot::label">
1.1       albertel  460: 		<description>Plot Label</description>
                    461: 		<color>#33EE33</color>
                    462: 		<insert_sub>Apache::lonplot::insert_label</insert_sub>
                    463: 		<help>
                    464: 			<file>Authoring_Dynamic_Plot_Label</file>
                    465: 		</help>
                    466: 	</tag>
1.2     ! albertel  467: 	<tag name="lonplot::title">
1.1       albertel  468: 		<description>Plot Title</description>
                    469: 		<color>#33EE33</color>
                    470: 		<insert_sub>Apache::lonplot::insert_title</insert_sub>
                    471: 		<help>
                    472: 			<file>Authoring_Dynamic_Plot_Title_X_Y_Label</file>
                    473: 		</help>
                    474: 	</tag>
1.2     ! albertel  475: 	<tag name="lonplot::xlabel">
1.1       albertel  476: 		<description>Plot x-label</description>
                    477: 		<color>#33EE33</color>
                    478: 		<insert_sub>Apache::lonplot::insert_xlabel</insert_sub>
                    479: 		<help>
                    480: 			<file>Authoring_Dynamic_Plot_Title_X_Y_Label</file>
                    481: 		</help>
                    482: 	</tag>
1.2     ! albertel  483: 	<tag name="lonplot::ylabel">
1.1       albertel  484: 		<description>Plot y-label</description>
                    485: 		<color>#33EE33</color>
                    486: 		<insert_sub>Apache::lonplot::insert_ylabel</insert_sub>
                    487: 		<help>
                    488: 			<file>Authoring_Dynamic_Plot_Title_X_Y_Label</file>
                    489: 		</help>
                    490: 	</tag>
1.2     ! albertel  491: 	<tag name="lonplot::axis">
1.1       albertel  492: 		<description>Plot axes</description>
                    493: 		<color>#33EE33</color>
                    494: 		<insert_sub>Apache::lonplot::insert_axis</insert_sub>
                    495: 		<help>
                    496: 			<file>Authoring_Dynamic_Plot_Axes</file>
                    497: 		</help>
                    498: 	</tag>
1.2     ! albertel  499: 	<tag name="lonplot::key">
1.1       albertel  500: 		<description>Plot Key</description>
                    501: 		<color>#33EE33</color>
                    502: 		<insert_sub>Apache::lonplot::insert_key</insert_sub>
                    503: 		<help>
                    504: 			<file>Authoring_Dynamic_Plot_Key</file>
                    505: 		</help>
                    506: 	</tag>
1.2     ! albertel  507: 	<tag name="lonplot::curve">
1.1       albertel  508: 		<description>Plot Curve</description>
                    509: 		<color>#33EE33</color>
                    510: 		<insert_sub>Apache::lonplot::insert_curve</insert_sub>
                    511: 		<help>
                    512: 			<file>Authoring_Dynamic_Plot_Curve</file>
                    513: 		</help>
                    514: 		<allow>lonplot::data,lonplot::function</allow>
                    515: 	</tag>
1.2     ! albertel  516: 	<tag name="lonplot::function">
1.1       albertel  517: 		<description>Curve function</description>
                    518: 		<color>#33EE33</color>
                    519: 		<insert_sub>Apache::lonplot::insert_function</insert_sub>
                    520: 		<help>
                    521: 			<file>Authoring_Dynamic_Plot_Curve_Function</file>
                    522: 		</help>
                    523: 	</tag>
1.2     ! albertel  524: 	<tag name="lonplot::data">
1.1       albertel  525: 		<description>Curve data</description>
                    526: 		<color>#33EE33</color>
                    527: 		<insert_sub>Apache::lonplot::insert_data</insert_sub>
                    528: 		<help>
                    529: 			<file>Authoring_Dynamic_Plot_Curve_Data</file>
                    530: 		</help>
                    531: 	</tag>
1.2     ! albertel  532: 	<tag name="lonplot::tics">
1.1       albertel  533: 		<description>Plot tics</description>
                    534: 		<color>#33EE33</color>
                    535: 		<insert_sub>Apache::lonplot::insert_tics</insert_sub>
                    536: 		<help>
                    537: 			<file>Authoring_Dynamic_Plot_Tics</file>
                    538: 		</help>
                    539: 	</tag>
1.2     ! albertel  540: 	<tag name="lonplot::xtics">
1.1       albertel  541: 		<description>Plot xtics</description>
                    542: 		<color>#33EE33</color>
                    543: 		<insert_sub>Apache::lonplot::insert_xtics</insert_sub>
                    544: 		<help>
                    545: 			<file>Authoring_Dynamic_Plot_Tics</file>
                    546: 		</help>
                    547: 	</tag>
1.2     ! albertel  548: 	<tag name="lonplot::ytics">
1.1       albertel  549: 		<description>Plot ytics</description>
                    550: 		<color>#33EE33</color>
                    551: 		<insert_sub>Apache::lonplot::insert_ytics</insert_sub>
                    552: 		<help>
                    553: 			<file>Authoring_Dynamic_Plot_Tics</file>
                    554: 		</help>
                    555: 	</tag>
                    556: </insertlist>

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