File:  [LON-CAPA] / loncom / homework / insertlist.xml
Revision 1.18: download - view: text, annotated - select for diffs
Mon Sep 27 22:15:32 2010 UTC (13 years, 7 months ago) by www
Branches: MAIN
CVS tags: HEAD
Saving work on functionplotresponse with GeoGebra

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

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