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