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