File:  [LON-CAPA] / loncom / homework / insertlist.xml
Revision 1.8: download - view: text, annotated - select for diffs
Tue Jul 17 19:05:14 2007 UTC (16 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: version_2_5_X, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_99_0, HEAD
- BUG#5319 implement edit/modifed targets for <meta>

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

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