File:  [LON-CAPA] / loncom / homework / insertlist.xml
Revision 1.22: download - view: text, annotated - select for diffs
Sat Nov 13 03:22:58 2010 UTC (13 years, 5 months ago) by www
Branches: MAIN
CVS tags: version_2_10_0_RC2, version_2_10_0, HEAD
Functionplotresponse hints working

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

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