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