File:  [LON-CAPA] / loncom / homework / insertlist.xml
Revision 1.23: download - view: text, annotated - select for diffs
Mon Jan 10 00:06:22 2011 UTC (13 years, 4 months ago) by www
Branches: MAIN
CVS tags: HEAD
Help on authoring adaptive hints

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

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