File:  [LON-CAPA] / loncom / homework / insertlist.xml
Revision 1.12: download - view: text, annotated - select for diffs
Wed Oct 17 22:11:55 2007 UTC (16 years, 6 months ago) by albertel
Branches: MAIN
CVS tags: version_2_8_X, version_2_8_2, version_2_8_1, version_2_8_0, version_2_7_X, version_2_7_99_1, version_2_7_99_0, version_2_7_1, version_2_7_0, version_2_6_X, version_2_6_99_1, version_2_6_99_0, version_2_6_3, version_2_6_2, version_2_6_1, version_2_6_0, version_2_5_99_1, version_2_5_99_0, bz5969, HEAD, GCI_1, BZ5971-printing-apage, BZ5434-fox
- BUG#5484, don't inster extra WS inside <label>

    1: <insertlist>
    2: 	<tag name="parameter">
    3: 		<description>Parameters for a part</description>
    4: 		<color>#FF11aa</color>
    5: 		<insert_sub>insert_parameter</insert_sub>
    6: 	</tag>
    7: 	<tag name="numericalresponse">
    8: 		<description>Response: Numerical</description>
    9: 		<color>#00cc22</color>
   10: 		<insert_sub>insert_numericalresponse</insert_sub>
   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>
   40: 	</tag>
   41: 	<tag name="stringresponse">
   42: 		<description>Response: String</description>
   43: 		<color>#00cc55</color>
   44: 		<insert_sub>insert_stringresponse</insert_sub>
   45: 		<allow>hintgroup,responseparam,textline</allow>
   46: 	</tag>
   47: 	<tag name="essayresponse">
   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>
   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>
   59: 		<help>
   60: 			<file>Authoring_ExternalResponse</file>
   61:                         <description>How to write external responses</description>
   62: 		</help>
   63: 	</tag>
   64: 	<tag name="hintgroup">
   65: 		<description>Hint</description>
   66: 		<color>#accacc</color>
   67: 		<insert_sub>insert_hintgroup</insert_sub>
   68: 		<allow>customhint,formulahint,hintpart,mathhint,numericalhint,optionhint,radiobuttonhint,startouttext,stringhint</allow>
   69: 	</tag>
   70: 	<tag name="hintpart">
   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>
   76: 	<tag name="formulahint">
   77: 		<description>Formula Hint Condition</description>
   78: 		<color>#ccaacc</color>
   79: 		<insert_sub>insert_formulahint</insert_sub>
   80: 		<allow>responseparam</allow>
   81: 	</tag>
   82: 	<tag name="numericalhint">
   83: 		<description>Numerical Hint Condition</description>
   84: 		<color>#ccaacc</color>
   85: 		<insert_sub>insert_numericalhint</insert_sub>
   86: 		<allow>responseparam</allow>
   87: 	</tag>
   88: 	<tag name="optionhint">
   89: 		<description>Option Response Hint Condition</description>
   90: 		<color>#ccaacc</color>
   91: 		<insert_sub>insert_optionhint</insert_sub>
   92: 		<allow>responseparam</allow>
   93: 	</tag>
   94: 	<tag name="radiobuttonhint">
   95: 		<description>Radiobutton Hint Condition</description>
   96: 		<color>#ccaacc</color>
   97: 		<insert_sub>insert_radiobuttonhint</insert_sub>
   98: 		<allow>responseparam</allow>
   99: 	</tag>
  100: 	<tag name="stringhint">
  101: 		<description>String Hint Condition</description>
  102: 		<color>#ccaacc</color>
  103: 		<insert_sub>insert_stringhint</insert_sub>
  104: 		<allow>responseparam</allow>
  105: 	</tag>
  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>
  128: 	<tag name="imageresponse::conceptgroup">
  129: 		<description>Collection of similar foils</description>
  130: 		<color>#99FFFF</color>
  131: 		<insert_sub>default</insert_sub>
  132: 		<allow>imageresponse::foil</allow>
  133: 	</tag>
  134: 	<tag name="imageresponse::foil">
  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>
  140: 	<tag name="imageresponse::foilgroup">
  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>
  146: 	<tag name="imageresponse::image">
  147: 		<description>Imageresponse Image</description>
  148: 		<color>#aaFFcc</color>
  149: 		<insert_sub>default</insert_sub>
  150: 	</tag>
  151: 	<tag name="imageresponse">
  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>
  157: 	<tag name="imageresponse::rectangle">
  158: 		<description>Rectangular area in image</description>
  159: 		<color>#ccFFdd</color>
  160: 		<insert_sub>default</insert_sub>
  161: 	</tag>
  162: 	<tag name="imageresponse::polygon">
  163: 		<description>Polygonal area in image</description>
  164: 		<color>#ccFFdd</color>
  165: 		<insert_sub>default</insert_sub>
  166: 	</tag>
  167: 	<tag name="imageresponse::text">
  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>
  173: 	<tag name="datasubmission">
  174: 		<description>Stored Entry Field</description>
  175: 		<color>#1144dd</color>
  176: 		<insert_sub>default</insert_sub>
  177: 		<show>no</show>
  178: 	</tag>
  179: 	<tag name="customresponse">
  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>
  189: 	<tag name="customresponse::answer">
  190: 		<description>Answer algorithm</description>
  191: 		<color>#ccccaa</color>
  192: 		<insert_sub>insert_customresponse_answer</insert_sub>
  193: 	</tag>
  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>
  209: 	<tag name="textfield">
  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>
  215: 	<tag name="textline">
  216: 		<description>Single Line Text Entry Area</description>
  217: 		<color>#1144dd</color>
  218: 		<insert_sub>default</insert_sub>
  219: 	</tag>
  220: 
  221: 	<tag name="optionresponse::conceptgroup">
  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>
  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>
  232: 	<tag name="optionresponse::foil">
  233: 		<description>Option response foil</description>
  234: 		<color>#dd55ff</color>
  235: 		<insert_sub>Apache::optionresponse::insert_foil</insert_sub>
  236: 		<allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window,optionresponse::drawoptionlist</allow>
  237: 	</tag>
  238: 	<tag name="optionresponse::foilgroup">
  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>
  245: 	<tag name="optionresponse">
  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>
  251: 	<tag name="displayduedate">
  252: 		<description>Display Due Date</description>
  253: 		<color>#3370e4</color>
  254: 		<insert_sub>insert_displayduedate</insert_sub>
  255: 		<show>no</show>
  256: 	</tag>
  257: 	<tag name="displaytitle">
  258: 		<description>Title</description>
  259: 		<color>#4aa0ea</color>
  260: 		<insert_sub>insert_displaytitle</insert_sub>
  261: 		<show>no</show>
  262: 	</tag>
  263: 	<tag name="radiobuttonresponse::conceptgroup">
  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>
  269: 	<tag name="radiobuttonresponse::foil">
  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>
  275: 	<tag name="radiobuttonresponse::foilgroup">
  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>
  282: 	<tag name="radiobuttonresponse">
  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>
  288: 	<tag name="rankresponse::conceptgroup">
  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>
  294: 	<tag name="rankresponse::foil">
  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>
  300: 	<tag name="rankresponse::foilgroup">
  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>
  307: 	<tag name="rankresponse">
  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>
  313: 	<tag name="matchresponse::conceptgroup">
  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>
  319: 	<tag name="matchresponse::foil">
  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>
  325: 	<tag name="matchresponse::foilgroup">
  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>
  332: 	<tag name="matchresponse::item">
  333: 		<description>Item</description>
  334: 		<color>#e0e0d7</color>
  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>
  338: 	<tag name="matchresponse::itemgroup">
  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>
  345: 	<tag name="matchresponse">
  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>
  351: 	<tag name="organicresponse">
  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>
  357: 	<tag name="reactionresponse">
  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>
  363: 	<tag name="organicstructure">
  364: 		<description>Organic Structure</description>
  365: 		<color>#aacccc</color>
  366: 		<insert_sub>insert_organicstructure</insert_sub>
  367: 	</tag>
  368: 	<tag name="responseparam">
  369: 		<description>Parameters for a response</description>
  370: 		<color>#FF11aa</color>
  371: 		<insert_sub>insert_responseparam</insert_sub>
  372: 	</tag>
  373: 	<tag name="display">
  374: 		<description>Display Script Result Block</description>
  375: 		<color>#ccaacc</color>
  376: 		<insert_sub>default</insert_sub>
  377: 		<show>no</show>
  378: 	</tag>
  379: 	<tag name="import">
  380: 		<description>Import a File</description>
  381: 		<color>#ccaacc</color>
  382: 		<insert_sub>default</insert_sub>
  383: 	</tag>
  384: 	<tag name="parserlib">
  385: 		<description>Import Tag Definitions</description>
  386: 		<color>#ccaacc</color>
  387: 		<insert_sub>default</insert_sub>
  388: 		<show>no</show>
  389: 	</tag>
  390: 	<tag name="script">
  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>
  399: 	<tag name="scriptlib">
  400: 		<description>Import Script Library</description>
  401: 		<color>#ccaacc</color>
  402: 		<insert_sub>default</insert_sub>
  403: 		<show>no</show>
  404: 	</tag>
  405: 	<tag name="img">
  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>
  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>
  420: 	<tag name="window">
  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>
  426: 	<tag name="block">
  427: 		<description>Conditional Block</description>
  428: 		<color>#FF3311</color>
  429: 		<insert_sub>default</insert_sub>
  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>
  431: 	</tag>
  432: 	<tag name="library">
  433: 		<description>Start of Library</description>
  434: 		<color>#FFFFFF</color>
  435: 		<insert_sub>default</insert_sub>
  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>
  437: 	</tag>
  438: 	<tag name="notsolved">
  439: 		<description>Block For When Not Solved</description>
  440: 		<color>#FFFFFF</color>
  441: 		<insert_sub>default</insert_sub>
  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>
  443: 	</tag>
  444: 	<tag name="part">
  445: 		<description>Problem Part</description>
  446: 		<color>#F0F0F0</color>
  447: 		<insert_sub>default</insert_sub>
  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>
  449: 	</tag>
  450: 	<tag name="postanswerdate">
  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>
  456: 	<tag name="preduedate">
  457: 		<description>Before Due Date Block</description>
  458: 		<color>#FFaaaa</color>
  459: 		<insert_sub>default</insert_sub>
  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>
  461: 	</tag>
  462: 	<tag name="problem">
  463: 		<description>Start of Homework</description>
  464: 		<color>#FFFFFF</color>
  465: 		<insert_sub>default</insert_sub>
  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>
  467: 	</tag>
  468:         <tag name="allow">
  469:                 <description>File Dependencies</dscription>
  470:          	<color>#EEEEAA</color>
  471: 		<insert_sub>default</insert_sub>
  472:         </tag>
  473: 	<tag name="problemtype">
  474: 		<description>Problem Type Block</description>
  475: 		<color>#EE9955</color>
  476: 		<insert_sub>default</insert_sub>
  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>
  478: 	</tag>
  479: 	<tag name="randomlabel">
  480: 		<description>Randomly labeled image</description>
  481: 		<color>#cc77aa</color>
  482: 		<insert_sub>default</insert_sub>
  483: 		<allow>imageresponse,randomlabel::labelgroup</allow>
  484: 	</tag>
  485: 	<tag name="randomlabel::labelgroup">
  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>
  491: 	<tag name="randomlabel::location">
  492: 		<description>Label Location</description>
  493: 		<color>#55F09F</color>
  494: 		<insert_sub>default</insert_sub>
  495: 	</tag>
  496: 	<tag name="randomlabel::label">
  497: 		<description>Label Text</description>
  498: 		<color>#3333FF</color>
  499: 		<insert_sub>Apache::randomlabel::insert_label</insert_sub>
  500: 		<allow>block,display,import,notsolved,parserlib,postanswerdate,preduedate,problemtype,randomlist,script,scriptlib,solved,startouttext,tex,web,while</allow>
  501: 	</tag>
  502: 	<tag name="randomlist">
  503: 		<description>Randomly Parsed Block</description>
  504: 		<color>#FFFFFF</color>
  505: 		<insert_sub>default</insert_sub>
  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>
  507: 	</tag>
  508: 	<tag name="solved">
  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>
  514: 	<tag name="startouttext">
  515: 		<description>Text/HTML Block</description>
  516: 		<color>#dddd22</color>
  517: 		<insert_sub>insert_startouttext</insert_sub>
  518: 	</tag>
  519: 	<tag name="tex">
  520: 		<description>TeX Only Block</description>
  521: 		<color>#FFFFFF</color>
  522: 		<insert_sub>default</insert_sub>
  523: 		<show>no</show>
  524: 	</tag>
  525: 	<tag name="web">
  526: 		<description>Web Only Block</description>
  527: 		<color>#FFFFFF</color>
  528: 		<insert_sub>default</insert_sub>
  529: 		<show>no</show>
  530: 	</tag>
  531: 	<tag name="while">
  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>
  537: 	<tag name="gnuplot">
  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>
  546: 	<tag name="lonplot::label">
  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>
  554: 	<tag name="lonplot::title">
  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>
  562: 	<tag name="lonplot::xlabel">
  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>
  570: 	<tag name="lonplot::ylabel">
  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>
  578: 	<tag name="lonplot::axis">
  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>
  586: 	<tag name="lonplot::key">
  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>
  594: 	<tag name="lonplot::curve">
  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>
  603: 	<tag name="lonplot::function">
  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>
  611: 	<tag name="lonplot::data">
  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>
  619: 	<tag name="lonplot::tics">
  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>
  627: 	<tag name="lonplot::xtics">
  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>
  635: 	<tag name="lonplot::ytics">
  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>
  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">
  659: 		<description>Introductory Information</description>
  660: 		<color>#FFFFFF</color>
  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>
  663: 	</tag>
  664: 	<tag name="ClosingParagraph">
  665: 		<description>Closing Information</description>
  666: 		<color>#FFFFFF</color>
  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>
  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">
  678: 		<description>Question Information</description>
  679: 		<color>#FFFFFF</color>
  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
  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">
  698: 		<description>Information for the Instance</description>
  699: 		<color>#FFFFFF</color>
  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>
  702: 	</tag>
  703: 	<tag name="Criteria">
  704: 		<description>Question Criteria</description>
  705: 		<color>#FFFFFF</color>
  706: 		<insert_sub>Apache::bridgetask::insert_Criteria</insert_sub>
  707:                 <allow>GraderNote,CriteriaText</allow>
  708: 	</tag>
  709: 	<tag name="CriteriaText">
  710: 		<description>Criteria Information</description>
  711: 		<color>#FFFFFF</color>
  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>
  714: 	</tag>
  715: 	<tag name="GraderNote">
  716: 		<description>Text to display to Grader</description>
  717: 		<color>#FFFFFF</color>
  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>
  720: 	</tag>
  721: </insertlist>

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