Annotation of loncom/homework/insertlist.xml, revision 1.34
1.1 albertel 1: <insertlist>
1.2 albertel 2: <tag name="parameter">
1.1 albertel 3: <description>Parameters for a part</description>
1.15 bisitz 4: <color>#FCA3D9</color>
1.1 albertel 5: <insert_sub>insert_parameter</insert_sub>
6: </tag>
1.2 albertel 7: <tag name="numericalresponse">
1.1 albertel 8: <description>Response: Numerical</description>
1.16 bisitz 9: <color>#77DD55</color>
1.1 albertel 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>
1.16 bisitz 15: <color>#77DD55</color>
1.3 albertel 16: <insert_sub>insert_formularesponse</insert_sub>
17: <allow>hintgroup,responseparam,textline,caparesponse::answergroup</allow>
18: </tag>
1.18 www 19: <tag name="functionplotresponse">
20: <description>Response: Function Plot</description>
21: <color>#77DD55</color>
22: <insert_sub>insert_functionplotresponse</insert_sub>
1.22 www 23: <allow>functionplotelements,functionplotruleset,hintgroup</allow>
1.19 www 24: </tag>
25: <tag name="spline">
26: <description>Spline</description>
27: <color>#aaff99</color>
1.20 www 28: <insert_sub>insert_spline</insert_sub>
1.19 www 29: <allow></allow>
1.24 www 30: <help>
31: <file>Function_Plot_Response_Spline</file>
32: <description>Splines</description>
33: </help>
34:
1.19 www 35: </tag>
36: <tag name="backgroundplot">
37: <description>Background Function Plot</description>
38: <color>#DDDD55</color>
1.20 www 39: <insert_sub>insert_backgroundplot</insert_sub>
1.19 www 40: <allow></allow>
1.24 www 41: <help>
42: <file>Function_Plot_Response_Background_Plot</file>
43: <description>Background Plot</description>
44: </help>
45:
1.19 www 46: </tag>
1.25 www 47: <tag name="plotobject">
48: <description>Plot Object</description>
49: <color>#DDDD55</color>
50: <insert_sub>insert_plotobject</insert_sub>
51: <allow></allow>
1.30 www 52: <help>
53: <file>Function_Plot_Response_Object</file>
54: <description>Object</description>
55: </help>
1.25 www 56: </tag>
57: <tag name="plotvector">
58: <description>Plot Vector</description>
1.26 www 59: <color>#aaff99</color>
1.25 www 60: <insert_sub>insert_plotvector</insert_sub>
61: <allow></allow>
1.30 www 62: <help>
63: <file>Function_Plot_Response_Vector</file>
64: <description>Vector</description>
65: </help>
66:
1.25 www 67: </tag>
1.31 www 68: <tag name="drawvectorsum">
69: <description>Draw Vector Sum</description>
70: <color>#88aa99</color>
71: <insert_sub>insert_drawvectorsum</insert_sub>
72: <allow></allow>
73: </tag>
1.22 www 74: <tag name="functionplotruleset">
75: <description>Function Plot Rule Set</description>
76: <color>#99ff88</color>
77: <insert_sub>insert_functionplotruleset</insert_sub>
1.28 www 78: <allow>functionplotrule,functionplotvectorrule,functionplotvectorsumrule,functionplotcustomrule</allow>
1.29 raeburn 79: </tag>
1.22 www 80: <tag name="functionplotelements">
81: <description>Function Plot Elements</description>
82: <color>#99ff88</color>
83: <insert_sub>insert_functionplotelements</insert_sub>
1.31 www 84: <allow>spline,backgroundplot,plotobject,plotvector,drawvectorsum</allow>
1.29 raeburn 85: </tag>
1.22 www 86:
1.21 www 87: <tag name="functionplotrule">
1.27 www 88: <description>Function Plot Graph Rule</description>
1.19 www 89: <color>#99ff88</color>
1.21 www 90: <insert_sub>insert_functionplotrule</insert_sub>
1.18 www 91: <allow></allow>
1.24 www 92: <help>
93: <file>Function_Plot_Response_Evaluation_Rule</file>
1.30 www 94: <description>Graph Rule</description>
1.24 www 95: </help>
96:
1.18 www 97: </tag>
1.27 www 98:
99: <tag name="functionplotvectorrule">
100: <description>Function Plot Vector Rule</description>
101: <color>#99ff88</color>
102: <insert_sub>insert_functionplotvectorrule</insert_sub>
103: <allow></allow>
1.30 www 104: <help>
105: <file>Function_Plot_Response_Vector_Rule</file>
106: <description>Vector Rule</description>
107: </help>
108:
1.27 www 109: </tag>
110:
111: <tag name="functionplotvectorsumrule">
112: <description>Function Plot Vector Sum Rule</description>
113: <color>#99ff88</color>
114: <insert_sub>insert_functionplotvectorsumrule</insert_sub>
115: <allow></allow>
1.30 www 116: <help>
117: <file>Function_Plot_Response_Vector_Sum_Rule</file>
118: <description>Vector Sum Rule</description>
119: </help>
120:
1.27 www 121: </tag>
122:
1.28 www 123: <tag name="functionplotcustomrule">
124: <description>Function Plot Custom Rule</description>
125: <color>#99ff88</color>
126: <insert_sub>insert_functionplotcustomrule</insert_sub>
127: <allow></allow>
1.30 www 128: <help>
129: <file>Function_Plot_Response_Custom_Rule</file>
130: <description>Custom Rule</description>
131: </help>
1.28 www 132: </tag>
1.27 www 133:
1.3 albertel 134: <tag name="caparesponse::answergroup">
135: <description>Collection of Answers</description>
136: <color>#55cc55</color>
137: <insert_sub>Apache::caparesponse::insert_answergroup</insert_sub>
138: <allow>caparesponse::answer</allow>
139: </tag>
140: <tag name="caparesponse::answer">
141: <description>Answer</description>
142: <color>#99ff88</color>
143: <insert_sub>Apache::caparesponse::insert_answer</insert_sub>
144: <allow>caparesponse::vector,caparesponse::value</allow>
145: </tag>
146: <tag name="caparesponse::value">
147: <description>Value</description>
148: <color>#aaff99</color>
149: <insert_sub>Apache::caparesponse::insert_value</insert_sub>
150: </tag>
151: <tag name="caparesponse::vector">
152: <description>Vector</description>
153: <color>#aaff99</color>
154: <insert_sub>Apache::caparesponse::insert_vector</insert_sub>
1.1 albertel 155: </tag>
1.2 albertel 156: <tag name="stringresponse">
1.1 albertel 157: <description>Response: String</description>
1.16 bisitz 158: <color>#77DD55</color>
1.1 albertel 159: <insert_sub>insert_stringresponse</insert_sub>
160: <allow>hintgroup,responseparam,textline</allow>
161: </tag>
1.2 albertel 162: <tag name="essayresponse">
1.1 albertel 163: <description>Response: Essay</description>
1.16 bisitz 164: <color>#77DD55</color>
1.1 albertel 165: <insert_sub>insert_essayresponse</insert_sub>
166: <allow>hintgroup,responseparam,textfield,textline</allow>
167: </tag>
1.9 albertel 168: <tag name="externalresponse">
169: <description>Response: External</description>
1.16 bisitz 170: <color>#77DD55</color>
1.9 albertel 171: <insert_sub>insert_externalresponse</insert_sub>
172: <allow>hintgroup,textline,textfield</allow>
1.33 kruse 173: <show>yes</show>
1.10 albertel 174: <help>
175: <file>Authoring_ExternalResponse</file>
176: <description>How to write external responses</description>
177: </help>
1.9 albertel 178: </tag>
1.2 albertel 179: <tag name="hintgroup">
1.1 albertel 180: <description>Hint</description>
181: <color>#accacc</color>
182: <insert_sub>insert_hintgroup</insert_sub>
1.13 www 183: <allow>customhint,formulahint,hintpart,mathhint,numericalhint,optionhint,radiobuttonhint,reactionhint,organichint,startouttext,stringhint</allow>
1.23 www 184: <help>
185: <file>Authoring_Hint_Tags</file>
186: <description>How to write hints</description>
187: </help>
1.1 albertel 188: </tag>
1.2 albertel 189: <tag name="hintpart">
1.1 albertel 190: <description>Conditional Hint</description>
191: <color>#ccaacc</color>
192: <insert_sub>insert_hintpart</insert_sub>
193: <allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
1.23 www 194: <help>
195: <file>adaptive_hints</file>
196: <description>How to write adaptive hints</description>
197: </help>
1.1 albertel 198: </tag>
1.2 albertel 199: <tag name="formulahint">
1.1 albertel 200: <description>Formula Hint Condition</description>
201: <color>#ccaacc</color>
202: <insert_sub>insert_formulahint</insert_sub>
203: <allow>responseparam</allow>
204: </tag>
1.2 albertel 205: <tag name="numericalhint">
1.1 albertel 206: <description>Numerical Hint Condition</description>
207: <color>#ccaacc</color>
208: <insert_sub>insert_numericalhint</insert_sub>
209: <allow>responseparam</allow>
210: </tag>
1.13 www 211: <tag name="reactionhint">
212: <description>Reaction Hint Condition</description>
213: <color>#ccaacc</color>
214: <insert_sub>insert_reactionhint</insert_sub>
215: <allow>responseparam</allow>
216: </tag>
217: <tag name="organichint">
218: <description>Organic Hint Condition</description>
219: <color>#ccaacc</color>
220: <insert_sub>insert_organichint</insert_sub>
221: <allow>responseparam</allow>
222: </tag>
223:
224:
1.2 albertel 225: <tag name="optionhint">
1.1 albertel 226: <description>Option Response Hint Condition</description>
227: <color>#ccaacc</color>
228: <insert_sub>insert_optionhint</insert_sub>
229: <allow>responseparam</allow>
230: </tag>
1.2 albertel 231: <tag name="radiobuttonhint">
1.1 albertel 232: <description>Radiobutton Hint Condition</description>
233: <color>#ccaacc</color>
234: <insert_sub>insert_radiobuttonhint</insert_sub>
235: <allow>responseparam</allow>
236: </tag>
1.2 albertel 237: <tag name="stringhint">
1.1 albertel 238: <description>String Hint Condition</description>
239: <color>#ccaacc</color>
240: <insert_sub>insert_stringhint</insert_sub>
241: <allow>responseparam</allow>
242: </tag>
1.6 albertel 243: <tag name="customhint">
244: <description>Custom Hint Condition</description>
245: <color>#ccaacc</color>
246: <insert_sub>insert_customhint</insert_sub>
247: <allow>responseparam,customhint::answer</allow>
248: </tag>
249: <tag name="customhint::answer">
250: <description>Hint algorithm</description>
251: <color>#ccccaa</color>
252: <insert_sub>insert_customhint_answer</insert_sub>
253: </tag>
254: <tag name="mathhint">
255: <description>Math Hint Condition</description>
256: <color>#ccaacc</color>
257: <insert_sub>insert_mathhint</insert_sub>
258: <allow>responseparam,mathhint::answer</allow>
259: </tag>
260: <tag name="mathhint::answer">
261: <description>Hint algorithm</description>
262: <color>#ccccaa</color>
263: <insert_sub>insert_mathhint_answer</insert_sub>
264: </tag>
1.2 albertel 265: <tag name="imageresponse::conceptgroup">
1.1 albertel 266: <description>Collection of similar foils</description>
1.16 bisitz 267: <color>#F8EE00</color>
1.1 albertel 268: <insert_sub>default</insert_sub>
269: <allow>imageresponse::foil</allow>
270: </tag>
1.2 albertel 271: <tag name="imageresponse::foil">
1.1 albertel 272: <description>Image response foil</description>
1.16 bisitz 273: <color>#E8D8EE</color>
1.1 albertel 274: <insert_sub>Apache::imageresponse::insert_foil</insert_sub>
275: <allow>imageresponse::image,imageresponse::polygon,imageresponse::rectangle,imageresponse::text</allow>
276: </tag>
1.2 albertel 277: <tag name="imageresponse::foilgroup">
1.1 albertel 278: <description>Collection of Imageresponse foils</description>
1.16 bisitz 279: <color>#FFCC22</color>
1.1 albertel 280: <insert_sub>default</insert_sub>
281: <allow>imageresponse::conceptgroup,imageresponse::foil</allow>
282: </tag>
1.2 albertel 283: <tag name="imageresponse::image">
1.1 albertel 284: <description>Imageresponse Image</description>
285: <color>#aaFFcc</color>
286: <insert_sub>default</insert_sub>
287: </tag>
1.2 albertel 288: <tag name="imageresponse">
1.1 albertel 289: <description>Response: Click on Image</description>
1.16 bisitz 290: <color>#77DD55</color>
1.1 albertel 291: <insert_sub>Apache::edit::insert_imageresponse</insert_sub>
292: <allow>hintgroup,imageresponse::foilgroup,responseparam</allow>
293: </tag>
1.2 albertel 294: <tag name="imageresponse::rectangle">
1.1 albertel 295: <description>Rectangular area in image</description>
296: <color>#ccFFdd</color>
297: <insert_sub>default</insert_sub>
298: </tag>
1.2 albertel 299: <tag name="imageresponse::polygon">
1.1 albertel 300: <description>Polygonal area in image</description>
301: <color>#ccFFdd</color>
302: <insert_sub>default</insert_sub>
303: </tag>
1.2 albertel 304: <tag name="imageresponse::text">
1.1 albertel 305: <description>Text to describe option</description>
306: <color>#ddFFee</color>
307: <insert_sub>default</insert_sub>
308: <allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
309: </tag>
1.2 albertel 310: <tag name="datasubmission">
1.1 albertel 311: <description>Stored Entry Field</description>
312: <color>#1144dd</color>
313: <insert_sub>default</insert_sub>
314: <show>no</show>
315: </tag>
1.2 albertel 316: <tag name="customresponse">
1.1 albertel 317: <description>Response: Custom</description>
1.16 bisitz 318: <color>#77DD55</color>
1.1 albertel 319: <insert_sub>insert_customresponse</insert_sub>
320: <help>
1.34 ! raeburn 321: <file>Custom_Response_Problem_Creation</file>
1.1 albertel 322: <description>How to write custom responses</description>
323: </help>
324: <allow>customresponse::answer,hintgroup,responseparam,textfield,textline</allow>
325: </tag>
1.2 albertel 326: <tag name="customresponse::answer">
1.1 albertel 327: <description>Answer algorithm</description>
328: <color>#ccccaa</color>
329: <insert_sub>insert_customresponse_answer</insert_sub>
330: </tag>
1.6 albertel 331: <tag name="mathresponse">
332: <description>Response: Math</description>
1.16 bisitz 333: <color>#77DD55</color>
1.6 albertel 334: <insert_sub>insert_mathresponse</insert_sub>
335: <help>
1.34 ! raeburn 336: <file>Creating_Math_Response_Problems</file>
1.6 albertel 337: <description>How to write math responses</description>
338: </help>
339: <allow>mathresponse::answer,hintgroup,responseparam,textfield,textline</allow>
340: </tag>
341: <tag name="mathresponse::answer">
342: <description>Answer algorithm</description>
343: <color>#ccccaa</color>
344: <insert_sub>insert_mathresponse_answer</insert_sub>
345: </tag>
1.2 albertel 346: <tag name="textfield">
1.1 albertel 347: <description>Large Text Entry Area</description>
1.32 kruse 348: <color>#7698ED</color>
1.1 albertel 349: <insert_sub>default</insert_sub>
350: <allow>startouttext,tex,web</allow>
351: </tag>
1.2 albertel 352: <tag name="textline">
1.1 albertel 353: <description>Single Line Text Entry Area</description>
1.15 bisitz 354: <color>#93B0FC</color>
1.1 albertel 355: <insert_sub>default</insert_sub>
356: </tag>
1.7 albertel 357:
1.2 albertel 358: <tag name="optionresponse::conceptgroup">
1.1 albertel 359: <description>Collection of similar foils</description>
1.16 bisitz 360: <color>#F8EE00</color>
1.1 albertel 361: <insert_sub>Apache::optionresponse::insert_conceptgroup</insert_sub>
362: <allow>optionresponse::foil</allow>
363: </tag>
1.7 albertel 364: <tag name="optionresponse::drawoptionlist">
365: <description>Draw Option List</description>
366: <color>#88ee00</color>
367: <insert_sub>Apache::optionresponse::insert_drawoptionlist</insert_sub>
368: </tag>
1.2 albertel 369: <tag name="optionresponse::foil">
1.1 albertel 370: <description>Option response foil</description>
1.14 bisitz 371: <color>#E8D8EE</color>
1.1 albertel 372: <insert_sub>Apache::optionresponse::insert_foil</insert_sub>
1.7 albertel 373: <allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window,optionresponse::drawoptionlist</allow>
1.1 albertel 374: </tag>
1.2 albertel 375: <tag name="optionresponse::foilgroup">
1.1 albertel 376: <description>Collection of Foils</description>
1.16 bisitz 377: <color>#FFCC22</color>
1.1 albertel 378: <insert_sub>default</insert_sub>
379: <show>no</show>
380: <allow>optionresponse::conceptgroup,optionresponse::foil</allow>
381: </tag>
1.2 albertel 382: <tag name="optionresponse">
1.1 albertel 383: <description>Response: Select from Options</description>
1.16 bisitz 384: <color>#77DD55</color>
1.1 albertel 385: <insert_sub>insert_optionresponse</insert_sub>
386: <allow>hintgroup,optionresponse::foilgroup,responseparam</allow>
387: </tag>
1.2 albertel 388: <tag name="displayduedate">
1.1 albertel 389: <description>Display Due Date</description>
390: <color>#3370e4</color>
391: <insert_sub>insert_displayduedate</insert_sub>
392: <show>no</show>
393: </tag>
1.2 albertel 394: <tag name="displaytitle">
1.1 albertel 395: <description>Title</description>
396: <color>#4aa0ea</color>
397: <insert_sub>insert_displaytitle</insert_sub>
398: <show>no</show>
399: </tag>
1.2 albertel 400: <tag name="radiobuttonresponse::conceptgroup">
1.1 albertel 401: <description>Collection of similar foils</description>
1.16 bisitz 402: <color>#F8EE00</color>
1.1 albertel 403: <insert_sub>Apache::radiobuttonresponse::insert_conceptgroup</insert_sub>
404: <allow>radiobuttonresponse::foil</allow>
405: </tag>
1.2 albertel 406: <tag name="radiobuttonresponse::foil">
1.1 albertel 407: <description>Foil</description>
1.14 bisitz 408: <color>#E8D8EE</color>
1.1 albertel 409: <insert_sub>Apache::radiobuttonresponse::insert_foil</insert_sub>
410: <allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
411: </tag>
1.2 albertel 412: <tag name="radiobuttonresponse::foilgroup">
1.1 albertel 413: <description>Collection of Foils</description>
1.16 bisitz 414: <color>#FFCC22</color>
1.1 albertel 415: <insert_sub>default</insert_sub>
416: <show>no</show>
417: <allow>radiobuttonresponse::conceptgroup,radiobuttonresponse::foil</allow>
418: </tag>
1.2 albertel 419: <tag name="radiobuttonresponse">
1.1 albertel 420: <description>Response: One of N statements</description>
1.16 bisitz 421: <color>#77DD55</color>
1.1 albertel 422: <insert_sub>insert_radiobuttonresponse</insert_sub>
423: <allow>hintgroup,radiobuttonresponse::foilgroup,responseparam</allow>
424: </tag>
1.2 albertel 425: <tag name="rankresponse::conceptgroup">
1.1 albertel 426: <description>Collection of similar foils</description>
1.16 bisitz 427: <color>#F8EE00</color>
1.1 albertel 428: <insert_sub>Apache::rankresponse::insert_conceptgroup</insert_sub>
429: <allow>rankresponse::foil</allow>
430: </tag>
1.2 albertel 431: <tag name="rankresponse::foil">
1.1 albertel 432: <description>Foil</description>
1.14 bisitz 433: <color>#E8D8EE</color>
1.1 albertel 434: <insert_sub>Apache::rankresponse::insert_foil</insert_sub>
435: <allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
436: </tag>
1.2 albertel 437: <tag name="rankresponse::foilgroup">
1.1 albertel 438: <description>Collection of Foils</description>
1.16 bisitz 439: <color>#FFCC22</color>
1.1 albertel 440: <insert_sub>default</insert_sub>
441: <show>no</show>
442: <allow>rankresponse::conceptgroup,rankresponse::foil</allow>
443: </tag>
1.2 albertel 444: <tag name="rankresponse">
1.1 albertel 445: <description>Response: Rank Values</description>
1.16 bisitz 446: <color>#77DD55</color>
1.1 albertel 447: <insert_sub>insert_rankresponse</insert_sub>
448: <allow>hintgroup,rankresponse::foilgroup,responseparam</allow>
449: </tag>
1.2 albertel 450: <tag name="matchresponse::conceptgroup">
1.1 albertel 451: <description>Collection of similar foils</description>
1.16 bisitz 452: <color>#F8EE00</color>
1.1 albertel 453: <insert_sub>Apache::matchresponse::insert_conceptgroup</insert_sub>
454: <allow>matchresponse::foil</allow>
455: </tag>
1.2 albertel 456: <tag name="matchresponse::foil">
1.1 albertel 457: <description>Foil</description>
1.14 bisitz 458: <color>#E8D8EE</color>
1.1 albertel 459: <insert_sub>Apache::matchresponse::insert_foil</insert_sub>
460: <allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
461: </tag>
1.2 albertel 462: <tag name="matchresponse::foilgroup">
1.1 albertel 463: <description>Collection of Foils</description>
1.16 bisitz 464: <color>#FFCC22</color>
1.1 albertel 465: <insert_sub>default</insert_sub>
466: <show>no</show>
467: <allow>matchresponse::conceptgroup,matchresponse::foil</allow>
468: </tag>
1.2 albertel 469: <tag name="matchresponse::item">
1.1 albertel 470: <description>Item</description>
1.11 albertel 471: <color>#e0e0d7</color>
1.1 albertel 472: <insert_sub>Apache::matchresponse::insert_item</insert_sub>
473: <allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
474: </tag>
1.2 albertel 475: <tag name="matchresponse::itemgroup">
1.1 albertel 476: <description>Item to Match</description>
477: <color>#22ddee</color>
478: <insert_sub>default</insert_sub>
479: <show>no</show>
480: <allow>matchresponse::item</allow>
481: </tag>
1.2 albertel 482: <tag name="matchresponse">
1.1 albertel 483: <description>Response: Match Two Lists</description>
1.16 bisitz 484: <color>#77DD55</color>
1.1 albertel 485: <insert_sub>insert_matchresponse</insert_sub>
486: <allow>hintgroup,matchresponse,responseparam</allow>
487: </tag>
1.2 albertel 488: <tag name="organicresponse">
1.1 albertel 489: <description>Response: Organic Chemical Structure</description>
1.16 bisitz 490: <color>#77DD55</color>
1.1 albertel 491: <insert_sub>insert_organicresponse</insert_sub>
492: <allow>hintgroup,responseparam,textline</allow>
493: </tag>
1.2 albertel 494: <tag name="reactionresponse">
1.1 albertel 495: <description>Response: Chemical Reaction</description>
1.16 bisitz 496: <color>#77DD55</color>
1.1 albertel 497: <insert_sub>insert_reactionresponse</insert_sub>
498: <allow>hintgroup,responseparam,textline</allow>
499: </tag>
1.2 albertel 500: <tag name="organicstructure">
1.1 albertel 501: <description>Organic Structure</description>
502: <color>#aacccc</color>
503: <insert_sub>insert_organicstructure</insert_sub>
504: </tag>
1.2 albertel 505: <tag name="responseparam">
1.1 albertel 506: <description>Parameters for a response</description>
1.15 bisitz 507: <color>#FCA3D9</color>
1.1 albertel 508: <insert_sub>insert_responseparam</insert_sub>
509: </tag>
1.2 albertel 510: <tag name="display">
1.1 albertel 511: <description>Display Script Result Block</description>
512: <color>#ccaacc</color>
513: <insert_sub>default</insert_sub>
514: <show>no</show>
515: </tag>
1.2 albertel 516: <tag name="import">
1.1 albertel 517: <description>Import a File</description>
518: <color>#ccaacc</color>
519: <insert_sub>default</insert_sub>
520: </tag>
1.2 albertel 521: <tag name="parserlib">
1.1 albertel 522: <description>Import Tag Definitions</description>
523: <color>#ccaacc</color>
524: <insert_sub>default</insert_sub>
525: <show>no</show>
526: </tag>
1.2 albertel 527: <tag name="script">
1.1 albertel 528: <description>Perl Script Block</description>
529: <color>#ccccaa</color>
530: <insert_sub>insert_script</insert_sub>
531: <help>
532: <file>Problem_LON-CAPA_Functions</file>
533: <description>Script Functions</description>
534: </help>
535: </tag>
1.2 albertel 536: <tag name="scriptlib">
1.1 albertel 537: <description>Import Script Library</description>
538: <color>#ccaacc</color>
539: <insert_sub>default</insert_sub>
540: <show>no</show>
541: </tag>
1.2 albertel 542: <tag name="img">
1.1 albertel 543: <description>Image</description>
544: <color>#aacccc</color>
545: <insert_sub>insert_img</insert_sub>
546: <help>
547: <file>Problem_LON-CAPA_Image_Options</file>
548: <description>Image Options</description>
549: </help>
550: </tag>
1.8 albertel 551: <tag name="meta">
552: <description>Custom Metadata</description>
553: <color>#aacccc</color>
554: <insert_sub>Apache::londefdef::insert_meta</insert_sub>
555: <allow></allow>
556: </tag>
1.2 albertel 557: <tag name="window">
1.1 albertel 558: <description>Text In Separate Window</description>
559: <color>#aacccc</color>
560: <insert_sub>default</insert_sub>
561: <allow>block,display,displayduedate,displaytitle,gnuplot,img,import,notsolved,organicstructure,postanswerdate,preduedate,problemtype,randomlabel,randomlist,script,solved,startouttext,tex,web,while,window</allow>
562: </tag>
1.2 albertel 563: <tag name="block">
1.1 albertel 564: <description>Conditional Block</description>
565: <color>#FF3311</color>
566: <insert_sub>default</insert_sub>
1.18 www 567: <allow>block,customresponse,display,displayduedate,displaytitle,essayresponse,externalresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,mathresponse,functionplotresponse,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 568: </tag>
1.2 albertel 569: <tag name="library">
1.1 albertel 570: <description>Start of Library</description>
571: <color>#FFFFFF</color>
572: <insert_sub>default</insert_sub>
1.18 www 573: <allow>customresponse,display,displayduedate,displaytitle,essayresponse,externalresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,mathresponse,functionplotresponse,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 574: </tag>
1.2 albertel 575: <tag name="notsolved">
1.1 albertel 576: <description>Block For When Not Solved</description>
577: <color>#FFFFFF</color>
578: <insert_sub>default</insert_sub>
1.18 www 579: <allow>block,customresponse,display,displayduedate,displaytitle,essayresponse,externalresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,mathresponse,functionplotresponse,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 580: </tag>
1.2 albertel 581: <tag name="part">
1.1 albertel 582: <description>Problem Part</description>
583: <color>#F0F0F0</color>
584: <insert_sub>default</insert_sub>
1.18 www 585: <allow>block,customresponse,display,displayduedate,displaytitle,essayresponse,externalresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,mathresponse,functionplotresponse,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 586: </tag>
1.17 www 587: <tag name="startpartmarker">
588: <description>Problem Part: Marker for Start of New Part</description>
589: <color>#F0F0F0</color>
590: <insert_sub>insert_startpartmarker</insert_sub>
591: </tag>
592: <tag name="endpartmarker">
593: <description>Problem Part: Marker for End of New Part</description>
594: <color>#F0F0F0</color>
595: <insert_sub>insert_endpartmarker</insert_sub>
596: </tag>
1.2 albertel 597: <tag name="postanswerdate">
1.1 albertel 598: <description>After Answer Date Block</description>
599: <color>#EE9999</color>
600: <insert_sub>default</insert_sub>
601: <allow>block,display,displayduedate,displaytitle,gnuplot,img,import,notsolved,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,solved,startouttext,tex,while,window</allow>
602: </tag>
1.2 albertel 603: <tag name="preduedate">
1.1 albertel 604: <description>Before Due Date Block</description>
605: <color>#FFaaaa</color>
606: <insert_sub>default</insert_sub>
1.18 www 607: <allow>block,customresponse,display,displayduedate,displaytitle,essayresponse,externalresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,mathresponse,functionplotresponse,notsolved,numericalresponse,optionresponse,organicresponse,organicstructure,parserlib,problemtype,radiobuttonresponse,randomlabel,randomlist,rankresponse,reactionresponse,script,scriptlib,solved,startouttext,stringresponse,tex,while,window</allow>
1.1 albertel 608: </tag>
1.2 albertel 609: <tag name="problem">
1.1 albertel 610: <description>Start of Homework</description>
611: <color>#FFFFFF</color>
612: <insert_sub>default</insert_sub>
1.18 www 613: <allow>allow,block,customresponse,display,displayduedate,displaytitle,endpartmarker,essayresponse,externalresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,mathresponse,functionplotresponse,meta,notsolved,numericalresponse,optionresponse,organicresponse,organicstructure,parameter,parserlib,part,postanswerdate,preduedate,problemtype,radiobuttonresponse,randomlabel,randomlist,rankresponse,reactionresponse,script,scriptlib,solved,startouttext,startpartmarker,stringresponse,tex,while,window</allow>
1.1 albertel 614: </tag>
1.5 albertel 615: <tag name="allow">
1.29 raeburn 616: <description>File Dependencies</description>
1.5 albertel 617: <color>#EEEEAA</color>
618: <insert_sub>default</insert_sub>
619: </tag>
1.2 albertel 620: <tag name="problemtype">
1.1 albertel 621: <description>Problem Type Block</description>
622: <color>#EE9955</color>
623: <insert_sub>default</insert_sub>
1.18 www 624: <allow>block,customresponse,display,displayduedate,displaytitle,essayresponse,externalresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,mathresponse,functionplotresponse,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 625: </tag>
1.2 albertel 626: <tag name="randomlabel">
1.1 albertel 627: <description>Randomly labeled image</description>
628: <color>#cc77aa</color>
629: <insert_sub>default</insert_sub>
630: <allow>imageresponse,randomlabel::labelgroup</allow>
631: </tag>
1.2 albertel 632: <tag name="randomlabel::labelgroup">
1.1 albertel 633: <description>Group of Labels</description>
634: <color>#11FFaa</color>
635: <insert_sub>default</insert_sub>
636: <allow>randomlabel::label,randomlabel::location</allow>
637: </tag>
1.2 albertel 638: <tag name="randomlabel::location">
1.1 albertel 639: <description>Label Location</description>
640: <color>#55F09F</color>
641: <insert_sub>default</insert_sub>
642: </tag>
1.2 albertel 643: <tag name="randomlabel::label">
1.1 albertel 644: <description>Label Text</description>
645: <color>#3333FF</color>
1.12 albertel 646: <insert_sub>Apache::randomlabel::insert_label</insert_sub>
1.1 albertel 647: <allow>block,display,import,notsolved,parserlib,postanswerdate,preduedate,problemtype,randomlist,script,scriptlib,solved,startouttext,tex,web,while</allow>
648: </tag>
1.2 albertel 649: <tag name="randomlist">
1.1 albertel 650: <description>Randomly Parsed Block</description>
651: <color>#FFFFFF</color>
652: <insert_sub>default</insert_sub>
1.18 www 653: <allow>block,customresponse,display,essayresponse,externalresponse,formularesponse,gnuplot,imageresponse,img,import,matchresponse,mathresponse,functionplotresponse,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 654: </tag>
1.2 albertel 655: <tag name="solved">
1.1 albertel 656: <description>Block For After Solved</description>
657: <color>#FFFFFF</color>
658: <insert_sub>default</insert_sub>
659: <allow>block,display,displayduedate,displaytitle,gnuplot,img,import,organicstructure,parserlib,postanswerdate,preduedate,problemtype,randomlist,script,scriptlib,startouttext,tex,while,window</allow>
660: </tag>
1.2 albertel 661: <tag name="startouttext">
1.1 albertel 662: <description>Text/HTML Block</description>
663: <color>#dddd22</color>
664: <insert_sub>insert_startouttext</insert_sub>
665: </tag>
1.2 albertel 666: <tag name="tex">
1.1 albertel 667: <description>TeX Only Block</description>
668: <color>#FFFFFF</color>
669: <insert_sub>default</insert_sub>
670: <show>no</show>
671: </tag>
1.2 albertel 672: <tag name="web">
1.1 albertel 673: <description>Web Only Block</description>
674: <color>#FFFFFF</color>
675: <insert_sub>default</insert_sub>
676: <show>no</show>
677: </tag>
1.2 albertel 678: <tag name="while">
1.1 albertel 679: <description>While Loop Block</description>
680: <color>#FFFFFF</color>
681: <insert_sub>default</insert_sub>
682: <allow>block,display,displayduedate,displaytitle,gnuplot,img,import,notsolved,organicstructure,parserlib,postanswerdate,preduedate,problemtype,randomlist,script,scriptlib,solved,startouttext,tex,web,while,window</allow>
683: </tag>
1.2 albertel 684: <tag name="gnuplot">
1.1 albertel 685: <description>GnuPlot</description>
686: <color>#88EE88</color>
687: <insert_sub>Apache::lonplot::insert_gnuplot</insert_sub>
688: <help>
689: <file>Authoring_Dynamic_Plot_Gnuplot</file>
690: </help>
691: <allow>lonplot::axis,lonplot::curve,lonplot::key,lonplot::label,lonplot::tics,lonplot::title,lonplot::xlabel,lonplot::ylabel</allow>
692: </tag>
1.2 albertel 693: <tag name="lonplot::label">
1.1 albertel 694: <description>Plot Label</description>
695: <color>#33EE33</color>
696: <insert_sub>Apache::lonplot::insert_label</insert_sub>
697: <help>
698: <file>Authoring_Dynamic_Plot_Label</file>
699: </help>
700: </tag>
1.2 albertel 701: <tag name="lonplot::title">
1.1 albertel 702: <description>Plot Title</description>
703: <color>#33EE33</color>
704: <insert_sub>Apache::lonplot::insert_title</insert_sub>
705: <help>
706: <file>Authoring_Dynamic_Plot_Title_X_Y_Label</file>
707: </help>
708: </tag>
1.2 albertel 709: <tag name="lonplot::xlabel">
1.1 albertel 710: <description>Plot x-label</description>
711: <color>#33EE33</color>
712: <insert_sub>Apache::lonplot::insert_xlabel</insert_sub>
713: <help>
714: <file>Authoring_Dynamic_Plot_Title_X_Y_Label</file>
715: </help>
716: </tag>
1.2 albertel 717: <tag name="lonplot::ylabel">
1.1 albertel 718: <description>Plot y-label</description>
719: <color>#33EE33</color>
720: <insert_sub>Apache::lonplot::insert_ylabel</insert_sub>
721: <help>
722: <file>Authoring_Dynamic_Plot_Title_X_Y_Label</file>
723: </help>
724: </tag>
1.2 albertel 725: <tag name="lonplot::axis">
1.1 albertel 726: <description>Plot axes</description>
727: <color>#33EE33</color>
728: <insert_sub>Apache::lonplot::insert_axis</insert_sub>
729: <help>
730: <file>Authoring_Dynamic_Plot_Axes</file>
731: </help>
732: </tag>
1.2 albertel 733: <tag name="lonplot::key">
1.1 albertel 734: <description>Plot Key</description>
735: <color>#33EE33</color>
736: <insert_sub>Apache::lonplot::insert_key</insert_sub>
737: <help>
738: <file>Authoring_Dynamic_Plot_Key</file>
739: </help>
740: </tag>
1.2 albertel 741: <tag name="lonplot::curve">
1.1 albertel 742: <description>Plot Curve</description>
743: <color>#33EE33</color>
744: <insert_sub>Apache::lonplot::insert_curve</insert_sub>
745: <help>
746: <file>Authoring_Dynamic_Plot_Curve</file>
747: </help>
748: <allow>lonplot::data,lonplot::function</allow>
749: </tag>
1.2 albertel 750: <tag name="lonplot::function">
1.1 albertel 751: <description>Curve function</description>
752: <color>#33EE33</color>
753: <insert_sub>Apache::lonplot::insert_function</insert_sub>
754: <help>
755: <file>Authoring_Dynamic_Plot_Curve_Function</file>
756: </help>
757: </tag>
1.2 albertel 758: <tag name="lonplot::data">
1.1 albertel 759: <description>Curve data</description>
760: <color>#33EE33</color>
761: <insert_sub>Apache::lonplot::insert_data</insert_sub>
762: <help>
763: <file>Authoring_Dynamic_Plot_Curve_Data</file>
764: </help>
765: </tag>
1.2 albertel 766: <tag name="lonplot::tics">
1.1 albertel 767: <description>Plot tics</description>
768: <color>#33EE33</color>
769: <insert_sub>Apache::lonplot::insert_tics</insert_sub>
770: <help>
771: <file>Authoring_Dynamic_Plot_Tics</file>
772: </help>
773: </tag>
1.2 albertel 774: <tag name="lonplot::xtics">
1.1 albertel 775: <description>Plot xtics</description>
776: <color>#33EE33</color>
777: <insert_sub>Apache::lonplot::insert_xtics</insert_sub>
778: <help>
779: <file>Authoring_Dynamic_Plot_Tics</file>
780: </help>
781: </tag>
1.2 albertel 782: <tag name="lonplot::ytics">
1.1 albertel 783: <description>Plot ytics</description>
784: <color>#33EE33</color>
785: <insert_sub>Apache::lonplot::insert_ytics</insert_sub>
786: <help>
787: <file>Authoring_Dynamic_Plot_Tics</file>
788: </help>
789: </tag>
1.3 albertel 790: <!--
791: FIXME
792: Needs Parms
793: 'Task',OptionalRequired
794:
795: Nedds converison to use standard insertions...
796: 'IntroParagraph','ClosingParagraph','InstanceText','GraderNote','QuestionText','CriteriaText'
797:
798: -->
799: <tag name="Task">
800: <description>Start of Task</description>
801: <color>#FFFFFF</color>
802: <insert_sub>default</insert_sub>
803: <allow>IntroParagraph,Setup,Question,Criteria,ClosingParagraph</allow>
804: </tag>
805: <tag name="IntroParagraph">
1.4 albertel 806: <description>Introductory Information</description>
1.3 albertel 807: <color>#FFFFFF</color>
1.4 albertel 808: <insert_sub>Apache::bridgetask::insert_IntroParagraph</insert_sub>
809: <allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
1.3 albertel 810: </tag>
811: <tag name="ClosingParagraph">
1.4 albertel 812: <description>Closing Information</description>
1.3 albertel 813: <color>#FFFFFF</color>
1.4 albertel 814: <insert_sub>Apache::bridgetask::insert_ClosingParagraph</insert_sub>
815: <allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
1.3 albertel 816: </tag>
817:
818: <tag name="Question">
819: <description>Question</description>
820: <color>#FFFFFF</color>
821: <insert_sub>default</insert_sub>
822: <allow>Instance,QuestionText,Question,Criteria</allow>
823: </tag>
824: <tag name="QuestionText">
1.4 albertel 825: <description>Question Information</description>
1.3 albertel 826: <color>#FFFFFF</color>
1.4 albertel 827: <insert_sub>Apache::bridgetask::insert_QuestionText</insert_sub>
828: <allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
829: <!-- allowed but edit not supportted yet
1.3 albertel 830: <allow>Question,Criteria</allow>-->
831: </tag>
832: <tag name="Setup">
833: <description>Setup....</description>
834: <color>#FFFFFF</color>
835: <insert_sub>default</insert_sub>
836: <allow>Instance</allow>
837: </tag>
838: <tag name="Instance">
839: <description>Specific Question Instance</description>
840: <color>#FFFFFF</color>
841: <insert_sub>default</insert_sub>
842: <allow>InstanceText,Criteria</allow>
843: </tag>
844: <tag name="InstanceText">
1.4 albertel 845: <description>Information for the Instance</description>
1.3 albertel 846: <color>#FFFFFF</color>
1.4 albertel 847: <insert_sub>Apache::bridgetask::insert_InstanceText</insert_sub>
848: <allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
1.3 albertel 849: </tag>
850: <tag name="Criteria">
851: <description>Question Criteria</description>
852: <color>#FFFFFF</color>
1.4 albertel 853: <insert_sub>Apache::bridgetask::insert_Criteria</insert_sub>
1.3 albertel 854: <allow>GraderNote,CriteriaText</allow>
855: </tag>
856: <tag name="CriteriaText">
1.4 albertel 857: <description>Criteria Information</description>
1.3 albertel 858: <color>#FFFFFF</color>
1.4 albertel 859: <insert_sub>Apache::bridgetask::insert_CriteriaText</insert_sub>
860: <allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
1.3 albertel 861: </tag>
862: <tag name="GraderNote">
863: <description>Text to display to Grader</description>
864: <color>#FFFFFF</color>
1.4 albertel 865: <insert_sub>Apache::bridgetask::insert_GraderNote</insert_sub>
866: <allow>block,display,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
1.3 albertel 867: </tag>
1.1 albertel 868: </insertlist>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>