File:  [LON-CAPA] / loncom / homework / insertlist.xml
Revision 1.2: download - view: text, annotated - select for diffs
Sun Feb 18 01:57:24 2007 UTC (17 years, 2 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- some changes to the xml spce

    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,answergroup</allow>
   12: 	</tag>
   13: 	<tag name="stringresponse">
   14: 		<description>Response: String</description>
   15: 		<color>#00cc55</color>
   16: 		<insert_sub>insert_stringresponse</insert_sub>
   17: 		<allow>hintgroup,responseparam,textline</allow>
   18: 	</tag>
   19: 	<tag name="formularesponse">
   20: 		<description>Response: Formula</description>
   21: 		<color>#22cc55</color>
   22: 		<insert_sub>insert_formularesponse</insert_sub>
   23: 		<allow>hintgroup,responseparam,textline,answergroup</allow>
   24: 	</tag>
   25: 	<tag name="essayresponse">
   26: 		<description>Response: Essay</description>
   27: 		<color>#33cc55</color>
   28: 		<insert_sub>insert_essayresponse</insert_sub>
   29: 		<allow>hintgroup,responseparam,textfield,textline</allow>
   30: 	</tag>
   31: 	<tag name="hintgroup">
   32: 		<description>Hint</description>
   33: 		<color>#accacc</color>
   34: 		<insert_sub>insert_hintgroup</insert_sub>
   35: 		<allow>formulahint,hintpart,numericalhint,optionhint,radiobuttonhint,startouttext,stringhint</allow>
   36: 	</tag>
   37: 	<tag name="hintpart">
   38: 		<description>Conditional Hint</description>
   39: 		<color>#ccaacc</color>
   40: 		<insert_sub>insert_hintpart</insert_sub>
   41: 		<allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
   42: 	</tag>
   43: 	<tag name="formulahint">
   44: 		<description>Formula Hint Condition</description>
   45: 		<color>#ccaacc</color>
   46: 		<insert_sub>insert_formulahint</insert_sub>
   47: 		<allow>responseparam</allow>
   48: 	</tag>
   49: 	<tag name="numericalhint">
   50: 		<description>Numerical Hint Condition</description>
   51: 		<color>#ccaacc</color>
   52: 		<insert_sub>insert_numericalhint</insert_sub>
   53: 		<allow>responseparam</allow>
   54: 	</tag>
   55: 	<tag name="optionhint">
   56: 		<description>Option Response Hint Condition</description>
   57: 		<color>#ccaacc</color>
   58: 		<insert_sub>insert_optionhint</insert_sub>
   59: 		<allow>responseparam</allow>
   60: 	</tag>
   61: 	<tag name="radiobuttonhint">
   62: 		<description>Radiobutton Hint Condition</description>
   63: 		<color>#ccaacc</color>
   64: 		<insert_sub>insert_radiobuttonhint</insert_sub>
   65: 		<allow>responseparam</allow>
   66: 	</tag>
   67: 	<tag name="stringhint">
   68: 		<description>String Hint Condition</description>
   69: 		<color>#ccaacc</color>
   70: 		<insert_sub>insert_stringhint</insert_sub>
   71: 		<allow>responseparam</allow>
   72: 	</tag>
   73: 	<tag name="imageresponse::conceptgroup">
   74: 		<description>Collection of similar foils</description>
   75: 		<color>#99FFFF</color>
   76: 		<insert_sub>default</insert_sub>
   77: 		<allow>imageresponse::foil</allow>
   78: 	</tag>
   79: 	<tag name="imageresponse::foil">
   80: 		<description>Image response foil</description>
   81: 		<color>#99ff88</color>
   82: 		<insert_sub>Apache::imageresponse::insert_foil</insert_sub>
   83: 		<allow>imageresponse::image,imageresponse::polygon,imageresponse::rectangle,imageresponse::text</allow>
   84: 	</tag>
   85: 	<tag name="imageresponse::foilgroup">
   86: 		<description>Collection of Imageresponse foils</description>
   87: 		<color>#55cc55</color>
   88: 		<insert_sub>default</insert_sub>
   89: 		<allow>imageresponse::conceptgroup,imageresponse::foil</allow>
   90: 	</tag>
   91: 	<tag name="imageresponse::image">
   92: 		<description>Imageresponse Image</description>
   93: 		<color>#aaFFcc</color>
   94: 		<insert_sub>default</insert_sub>
   95: 	</tag>
   96: 	<tag name="imageresponse">
   97: 		<description>Response: Click on Image</description>
   98: 		<color>#ccFFaa</color>
   99: 		<insert_sub>Apache::edit::insert_imageresponse</insert_sub>
  100: 		<allow>hintgroup,imageresponse::foilgroup,responseparam</allow>
  101: 	</tag>
  102: 	<tag name="imageresponse::rectangle">
  103: 		<description>Rectangular area in image</description>
  104: 		<color>#ccFFdd</color>
  105: 		<insert_sub>default</insert_sub>
  106: 	</tag>
  107: 	<tag name="imageresponse::polygon">
  108: 		<description>Polygonal area in image</description>
  109: 		<color>#ccFFdd</color>
  110: 		<insert_sub>default</insert_sub>
  111: 	</tag>
  112: 	<tag name="imageresponse::text">
  113: 		<description>Text to describe option</description>
  114: 		<color>#ddFFee</color>
  115: 		<insert_sub>default</insert_sub>
  116: 		<allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
  117: 	</tag>
  118: 	<tag name="datasubmission">
  119: 		<description>Stored Entry Field</description>
  120: 		<color>#1144dd</color>
  121: 		<insert_sub>default</insert_sub>
  122: 		<show>no</show>
  123: 	</tag>
  124: 	<tag name="customresponse">
  125: 		<description>Response: Custom</description>
  126: 		<color>#44cc55</color>
  127: 		<insert_sub>insert_customresponse</insert_sub>
  128: 		<help>
  129: 			<file>Custom_Response_Problems</file>
  130: 			<description>How to write custom responses</description>
  131: 		</help>
  132: 		<allow>customresponse::answer,hintgroup,responseparam,textfield,textline</allow>
  133: 	</tag>
  134: 	<tag name="customresponse::answer">
  135: 		<description>Answer algorithm</description>
  136: 		<color>#ccccaa</color>
  137: 		<insert_sub>insert_customresponse_answer</insert_sub>
  138: 	</tag>
  139: 	<tag name="textfield">
  140: 		<description>Large Text Entry Area</description>
  141: 		<color>#1144dd</color>
  142: 		<insert_sub>default</insert_sub>
  143: 		<allow>startouttext,tex,web</allow>
  144: 	</tag>
  145: 	<tag name="textline">
  146: 		<description>Single Line Text Entry Area</description>
  147: 		<color>#1144dd</color>
  148: 		<insert_sub>default</insert_sub>
  149: 	</tag>
  150: 	<tag name="optionresponse::conceptgroup">
  151: 		<description>Collection of similar foils</description>
  152: 		<color>#EEEE00</color>
  153: 		<insert_sub>Apache::optionresponse::insert_conceptgroup</insert_sub>
  154: 		<allow>optionresponse::foil</allow>
  155: 	</tag>
  156: 	<tag name="optionresponse::foil">
  157: 		<description>Option response foil</description>
  158: 		<color>#dd55ff</color>
  159: 		<insert_sub>Apache::optionresponse::insert_foil</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="optionresponse::foilgroup">
  163: 		<description>Collection of Foils</description>
  164: 		<color>#FFcc22</color>
  165: 		<insert_sub>default</insert_sub>
  166: 		<show>no</show>
  167: 		<allow>optionresponse::conceptgroup,optionresponse::foil</allow>
  168: 	</tag>
  169: 	<tag name="optionresponse">
  170: 		<description>Response: Select from Options</description>
  171: 		<color>#00dd33</color>
  172: 		<insert_sub>insert_optionresponse</insert_sub>
  173: 		<allow>hintgroup,optionresponse::foilgroup,responseparam</allow>
  174: 	</tag>
  175: 	<tag name="displayduedate">
  176: 		<description>Display Due Date</description>
  177: 		<color>#3370e4</color>
  178: 		<insert_sub>insert_displayduedate</insert_sub>
  179: 		<show>no</show>
  180: 	</tag>
  181: 	<tag name="displaytitle">
  182: 		<description>Title</description>
  183: 		<color>#4aa0ea</color>
  184: 		<insert_sub>insert_displaytitle</insert_sub>
  185: 		<show>no</show>
  186: 	</tag>
  187: 	<tag name="radiobuttonresponse::conceptgroup">
  188: 		<description>Collection of similar foils</description>
  189: 		<color>#EEEE00</color>
  190: 		<insert_sub>Apache::radiobuttonresponse::insert_conceptgroup</insert_sub>
  191: 		<allow>radiobuttonresponse::foil</allow>
  192: 	</tag>
  193: 	<tag name="radiobuttonresponse::foil">
  194: 		<description>Foil</description>
  195: 		<color>#dd55ff</color>
  196: 		<insert_sub>Apache::radiobuttonresponse::insert_foil</insert_sub>
  197: 		<allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
  198: 	</tag>
  199: 	<tag name="radiobuttonresponse::foilgroup">
  200: 		<description>Collection of Foils</description>
  201: 		<color>#FFcc22</color>
  202: 		<insert_sub>default</insert_sub>
  203: 		<show>no</show>
  204: 		<allow>radiobuttonresponse::conceptgroup,radiobuttonresponse::foil</allow>
  205: 	</tag>
  206: 	<tag name="radiobuttonresponse">
  207: 		<description>Response: One of N statements</description>
  208: 		<color>#00ee44</color>
  209: 		<insert_sub>insert_radiobuttonresponse</insert_sub>
  210: 		<allow>hintgroup,radiobuttonresponse::foilgroup,responseparam</allow>
  211: 	</tag>
  212: 	<tag name="rankresponse::conceptgroup">
  213: 		<description>Collection of similar foils</description>
  214: 		<color>#EEEE00</color>
  215: 		<insert_sub>Apache::rankresponse::insert_conceptgroup</insert_sub>
  216: 		<allow>rankresponse::foil</allow>
  217: 	</tag>
  218: 	<tag name="rankresponse::foil">
  219: 		<description>Foil</description>
  220: 		<color>#dd55ff</color>
  221: 		<insert_sub>Apache::rankresponse::insert_foil</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="rankresponse::foilgroup">
  225: 		<description>Collection of Foils</description>
  226: 		<color>#FFcc22</color>
  227: 		<insert_sub>default</insert_sub>
  228: 		<show>no</show>
  229: 		<allow>rankresponse::conceptgroup,rankresponse::foil</allow>
  230: 	</tag>
  231: 	<tag name="rankresponse">
  232: 		<description>Response: Rank Values</description>
  233: 		<color>#00ee44</color>
  234: 		<insert_sub>insert_rankresponse</insert_sub>
  235: 		<allow>hintgroup,rankresponse::foilgroup,responseparam</allow>
  236: 	</tag>
  237: 	<tag name="matchresponse::conceptgroup">
  238: 		<description>Collection of similar foils</description>
  239: 		<color>#EEEE00</color>
  240: 		<insert_sub>Apache::matchresponse::insert_conceptgroup</insert_sub>
  241: 		<allow>matchresponse::foil</allow>
  242: 	</tag>
  243: 	<tag name="matchresponse::foil">
  244: 		<description>Foil</description>
  245: 		<color>#dd55ff</color>
  246: 		<insert_sub>Apache::matchresponse::insert_foil</insert_sub>
  247: 		<allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
  248: 	</tag>
  249: 	<tag name="matchresponse::foilgroup">
  250: 		<description>Collection of Foils</description>
  251: 		<color>#FFcc22</color>
  252: 		<insert_sub>default</insert_sub>
  253: 		<show>no</show>
  254: 		<allow>matchresponse::conceptgroup,matchresponse::foil</allow>
  255: 	</tag>
  256: 	<tag name="matchresponse::item">
  257: 		<description>Item</description>
  258: 		<color>#0e0ed7</color>
  259: 		<insert_sub>Apache::matchresponse::insert_item</insert_sub>
  260: 		<allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
  261: 	</tag>
  262: 	<tag name="matchresponse::itemgroup">
  263: 		<description>Item to Match</description>
  264: 		<color>#22ddee</color>
  265: 		<insert_sub>default</insert_sub>
  266: 		<show>no</show>
  267: 		<allow>matchresponse::item</allow>
  268: 	</tag>
  269: 	<tag name="matchresponse">
  270: 		<description>Response: Match Two Lists</description>
  271: 		<color>#00ee44</color>
  272: 		<insert_sub>insert_matchresponse</insert_sub>
  273: 		<allow>hintgroup,matchresponse,responseparam</allow>
  274: 	</tag>
  275: 	<tag name="organicresponse">
  276: 		<description>Response: Organic Chemical Structure</description>
  277: 		<color>#00ee44</color>
  278: 		<insert_sub>insert_organicresponse</insert_sub>
  279: 		<allow>hintgroup,responseparam,textline</allow>
  280: 	</tag>
  281: 	<tag name="reactionresponse">
  282: 		<description>Response: Chemical Reaction</description>
  283: 		<color>#00ee44</color>
  284: 		<insert_sub>insert_reactionresponse</insert_sub>
  285: 		<allow>hintgroup,responseparam,textline</allow>
  286: 	</tag>
  287: 	<tag name="organicstructure">
  288: 		<description>Organic Structure</description>
  289: 		<color>#aacccc</color>
  290: 		<insert_sub>insert_organicstructure</insert_sub>
  291: 	</tag>
  292: 	<tag name="responseparam">
  293: 		<description>Parameters for a response</description>
  294: 		<color>#FF11aa</color>
  295: 		<insert_sub>insert_responseparam</insert_sub>
  296: 	</tag>
  297: 	<tag name="display">
  298: 		<description>Display Script Result Block</description>
  299: 		<color>#ccaacc</color>
  300: 		<insert_sub>default</insert_sub>
  301: 		<show>no</show>
  302: 	</tag>
  303: 	<tag name="import">
  304: 		<description>Import a File</description>
  305: 		<color>#ccaacc</color>
  306: 		<insert_sub>default</insert_sub>
  307: 	</tag>
  308: 	<tag name="parserlib">
  309: 		<description>Import Tag Definitions</description>
  310: 		<color>#ccaacc</color>
  311: 		<insert_sub>default</insert_sub>
  312: 		<show>no</show>
  313: 	</tag>
  314: 	<tag name="script">
  315: 		<description>Perl Script Block</description>
  316: 		<color>#ccccaa</color>
  317: 		<insert_sub>insert_script</insert_sub>
  318: 		<help>
  319: 			<file>Problem_LON-CAPA_Functions</file>
  320: 			<description>Script Functions</description>
  321: 		</help>
  322: 	</tag>
  323: 	<tag name="scriptlib">
  324: 		<description>Import Script Library</description>
  325: 		<color>#ccaacc</color>
  326: 		<insert_sub>default</insert_sub>
  327: 		<show>no</show>
  328: 	</tag>
  329: 	<tag name="img">
  330: 		<description>Image</description>
  331: 		<color>#aacccc</color>
  332: 		<insert_sub>insert_img</insert_sub>
  333: 		<help>
  334: 			<file>Problem_LON-CAPA_Image_Options</file>
  335: 			<description>Image Options</description>
  336: 		</help>
  337: 	</tag>
  338: 	<tag name="window">
  339: 		<description>Text In Separate Window</description>
  340: 		<color>#aacccc</color>
  341: 		<insert_sub>default</insert_sub>
  342: 		<allow>block,display,displayduedate,displaytitle,gnuplot,img,import,notsolved,organicstructure,postanswerdate,preduedate,problemtype,randomlabel,randomlist,script,solved,startouttext,tex,web,while,window</allow>
  343: 	</tag>
  344: 	<tag name="block">
  345: 		<description>Conditional Block</description>
  346: 		<color>#FF3311</color>
  347: 		<insert_sub>default</insert_sub>
  348: 		<allow>block,customresponse,display,displayduedate,displaytitle,essayresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,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>
  349: 	</tag>
  350: 	<tag name="library">
  351: 		<description>Start of Library</description>
  352: 		<color>#FFFFFF</color>
  353: 		<insert_sub>default</insert_sub>
  354: 		<allow>customresponse,display,displayduedate,displaytitle,essayresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,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>
  355: 	</tag>
  356: 	<tag name="notsolved">
  357: 		<description>Block For When Not Solved</description>
  358: 		<color>#FFFFFF</color>
  359: 		<insert_sub>default</insert_sub>
  360: 		<allow>block,customresponse,display,displayduedate,displaytitle,essayresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,numericalresponse,optionresponse,organicresponse,organicstructure,parserlib,postanswerdate,preduedate,problemtype,radiobuttonresponse,randomlabel,randomlist,rankresponse,reactionresponse,script,scriptlib,startouttext,stringresponse,tex,web,while,window</allow>
  361: 	</tag>
  362: 	<tag name="part">
  363: 		<description>Problem Part</description>
  364: 		<color>#F0F0F0</color>
  365: 		<insert_sub>default</insert_sub>
  366: 		<allow>block,customresponse,display,displayduedate,displaytitle,essayresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,notsolved,numericalresponse,optionresponse,organicresponse,organicstructure,parameter,parserlib,postanswerdate,preduedate,problemtype,radiobuttonresponse,randomlabel,randomlist,rankresponse,reactionresponse,script,scriptlib,solved,startouttext,stringresponse,tex,while,window</allow>
  367: 	</tag>
  368: 	<tag name="postanswerdate">
  369: 		<description>After Answer Date Block</description>
  370: 		<color>#EE9999</color>
  371: 		<insert_sub>default</insert_sub>
  372: 		<allow>block,display,displayduedate,displaytitle,gnuplot,img,import,notsolved,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,solved,startouttext,tex,while,window</allow>
  373: 	</tag>
  374: 	<tag name="preduedate">
  375: 		<description>Before Due Date Block</description>
  376: 		<color>#FFaaaa</color>
  377: 		<insert_sub>default</insert_sub>
  378: 		<allow>block,customresponse,display,displayduedate,displaytitle,essayresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,notsolved,numericalresponse,optionresponse,organicresponse,organicstructure,parserlib,problemtype,radiobuttonresponse,randomlabel,randomlist,rankresponse,reactionresponse,script,scriptlib,solved,startouttext,stringresponse,tex,while,window</allow>
  379: 	</tag>
  380: 	<tag name="problem">
  381: 		<description>Start of Homework</description>
  382: 		<color>#FFFFFF</color>
  383: 		<insert_sub>default</insert_sub>
  384: 		<allow>block,customresponse,display,displayduedate,displaytitle,essayresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,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>
  385: 	</tag>
  386: 	<tag name="problemtype">
  387: 		<description>Problem Type Block</description>
  388: 		<color>#EE9955</color>
  389: 		<insert_sub>default</insert_sub>
  390: 		<allow>block,customresponse,display,displayduedate,displaytitle,essayresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,notsolved,numericalresponse,optionresponse,organicresponse,organicstructure,parserlib,postanswerdate,preduedate,problemtype,radiobuttonresponse,randomlabel,randomlist,rankresponse,reactionresponse,script,scriptlib,solved,startouttext,stringresponse,tex,web,while,window</allow>
  391: 	</tag>
  392: 	<tag name="randomlabel">
  393: 		<description>Randomly labeled image</description>
  394: 		<color>#cc77aa</color>
  395: 		<insert_sub>default</insert_sub>
  396: 		<allow>imageresponse,randomlabel::labelgroup</allow>
  397: 	</tag>
  398: 	<tag name="randomlabel::labelgroup">
  399: 		<description>Group of Labels</description>
  400: 		<color>#11FFaa</color>
  401: 		<insert_sub>default</insert_sub>
  402: 		<allow>randomlabel::label,randomlabel::location</allow>
  403: 	</tag>
  404: 	<tag name="randomlabel::location">
  405: 		<description>Label Location</description>
  406: 		<color>#55F09F</color>
  407: 		<insert_sub>default</insert_sub>
  408: 	</tag>
  409: 	<tag name="randomlabel::label">
  410: 		<description>Label Text</description>
  411: 		<color>#3333FF</color>
  412: 		<insert_sub>default</insert_sub>
  413: 		<allow>block,display,import,notsolved,parserlib,postanswerdate,preduedate,problemtype,randomlist,script,scriptlib,solved,startouttext,tex,web,while</allow>
  414: 	</tag>
  415: 	<tag name="randomlist">
  416: 		<description>Randomly Parsed Block</description>
  417: 		<color>#FFFFFF</color>
  418: 		<insert_sub>default</insert_sub>
  419: 		<allow>block,customresponse,display,essayresponse,formularesponse,gnuplot,imageresponse,img,import,notsolved,numericalresponse,optionresponse,organicresponse,organicstructure,parserlib,postanswerdate,preduedate,problemtype,radiobuttonresponse,randomlist,rankresponse::foilgroup,reactionresponse,script,scriptlib,solved,stringresponse,tex,while,window</allow>
  420: 	</tag>
  421: 	<tag name="solved">
  422: 		<description>Block For After Solved</description>
  423: 		<color>#FFFFFF</color>
  424: 		<insert_sub>default</insert_sub>
  425: 		<allow>block,display,displayduedate,displaytitle,gnuplot,img,import,organicstructure,parserlib,postanswerdate,preduedate,problemtype,randomlist,script,scriptlib,startouttext,tex,while,window</allow>
  426: 	</tag>
  427: 	<tag name="startouttext">
  428: 		<description>Text/HTML Block</description>
  429: 		<color>#dddd22</color>
  430: 		<insert_sub>insert_startouttext</insert_sub>
  431: 	</tag>
  432: 	<tag name="tex">
  433: 		<description>TeX Only Block</description>
  434: 		<color>#FFFFFF</color>
  435: 		<insert_sub>default</insert_sub>
  436: 		<show>no</show>
  437: 	</tag>
  438: 	<tag name="web">
  439: 		<description>Web Only Block</description>
  440: 		<color>#FFFFFF</color>
  441: 		<insert_sub>default</insert_sub>
  442: 		<show>no</show>
  443: 	</tag>
  444: 	<tag name="while">
  445: 		<description>While Loop Block</description>
  446: 		<color>#FFFFFF</color>
  447: 		<insert_sub>default</insert_sub>
  448: 		<allow>block,display,displayduedate,displaytitle,gnuplot,img,import,notsolved,organicstructure,parserlib,postanswerdate,preduedate,problemtype,randomlist,script,scriptlib,solved,startouttext,tex,web,while,window</allow>
  449: 	</tag>
  450: 	<tag name="gnuplot">
  451: 		<description>GnuPlot</description>
  452: 		<color>#88EE88</color>
  453: 		<insert_sub>Apache::lonplot::insert_gnuplot</insert_sub>
  454: 		<help>
  455: 			<file>Authoring_Dynamic_Plot_Gnuplot</file>
  456: 		</help>
  457: 		<allow>lonplot::axis,lonplot::curve,lonplot::key,lonplot::label,lonplot::tics,lonplot::title,lonplot::xlabel,lonplot::ylabel</allow>
  458: 	</tag>
  459: 	<tag name="lonplot::label">
  460: 		<description>Plot Label</description>
  461: 		<color>#33EE33</color>
  462: 		<insert_sub>Apache::lonplot::insert_label</insert_sub>
  463: 		<help>
  464: 			<file>Authoring_Dynamic_Plot_Label</file>
  465: 		</help>
  466: 	</tag>
  467: 	<tag name="lonplot::title">
  468: 		<description>Plot Title</description>
  469: 		<color>#33EE33</color>
  470: 		<insert_sub>Apache::lonplot::insert_title</insert_sub>
  471: 		<help>
  472: 			<file>Authoring_Dynamic_Plot_Title_X_Y_Label</file>
  473: 		</help>
  474: 	</tag>
  475: 	<tag name="lonplot::xlabel">
  476: 		<description>Plot x-label</description>
  477: 		<color>#33EE33</color>
  478: 		<insert_sub>Apache::lonplot::insert_xlabel</insert_sub>
  479: 		<help>
  480: 			<file>Authoring_Dynamic_Plot_Title_X_Y_Label</file>
  481: 		</help>
  482: 	</tag>
  483: 	<tag name="lonplot::ylabel">
  484: 		<description>Plot y-label</description>
  485: 		<color>#33EE33</color>
  486: 		<insert_sub>Apache::lonplot::insert_ylabel</insert_sub>
  487: 		<help>
  488: 			<file>Authoring_Dynamic_Plot_Title_X_Y_Label</file>
  489: 		</help>
  490: 	</tag>
  491: 	<tag name="lonplot::axis">
  492: 		<description>Plot axes</description>
  493: 		<color>#33EE33</color>
  494: 		<insert_sub>Apache::lonplot::insert_axis</insert_sub>
  495: 		<help>
  496: 			<file>Authoring_Dynamic_Plot_Axes</file>
  497: 		</help>
  498: 	</tag>
  499: 	<tag name="lonplot::key">
  500: 		<description>Plot Key</description>
  501: 		<color>#33EE33</color>
  502: 		<insert_sub>Apache::lonplot::insert_key</insert_sub>
  503: 		<help>
  504: 			<file>Authoring_Dynamic_Plot_Key</file>
  505: 		</help>
  506: 	</tag>
  507: 	<tag name="lonplot::curve">
  508: 		<description>Plot Curve</description>
  509: 		<color>#33EE33</color>
  510: 		<insert_sub>Apache::lonplot::insert_curve</insert_sub>
  511: 		<help>
  512: 			<file>Authoring_Dynamic_Plot_Curve</file>
  513: 		</help>
  514: 		<allow>lonplot::data,lonplot::function</allow>
  515: 	</tag>
  516: 	<tag name="lonplot::function">
  517: 		<description>Curve function</description>
  518: 		<color>#33EE33</color>
  519: 		<insert_sub>Apache::lonplot::insert_function</insert_sub>
  520: 		<help>
  521: 			<file>Authoring_Dynamic_Plot_Curve_Function</file>
  522: 		</help>
  523: 	</tag>
  524: 	<tag name="lonplot::data">
  525: 		<description>Curve data</description>
  526: 		<color>#33EE33</color>
  527: 		<insert_sub>Apache::lonplot::insert_data</insert_sub>
  528: 		<help>
  529: 			<file>Authoring_Dynamic_Plot_Curve_Data</file>
  530: 		</help>
  531: 	</tag>
  532: 	<tag name="lonplot::tics">
  533: 		<description>Plot tics</description>
  534: 		<color>#33EE33</color>
  535: 		<insert_sub>Apache::lonplot::insert_tics</insert_sub>
  536: 		<help>
  537: 			<file>Authoring_Dynamic_Plot_Tics</file>
  538: 		</help>
  539: 	</tag>
  540: 	<tag name="lonplot::xtics">
  541: 		<description>Plot xtics</description>
  542: 		<color>#33EE33</color>
  543: 		<insert_sub>Apache::lonplot::insert_xtics</insert_sub>
  544: 		<help>
  545: 			<file>Authoring_Dynamic_Plot_Tics</file>
  546: 		</help>
  547: 	</tag>
  548: 	<tag name="lonplot::ytics">
  549: 		<description>Plot ytics</description>
  550: 		<color>#33EE33</color>
  551: 		<insert_sub>Apache::lonplot::insert_ytics</insert_sub>
  552: 		<help>
  553: 			<file>Authoring_Dynamic_Plot_Tics</file>
  554: 		</help>
  555: 	</tag>
  556: </insertlist>

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