Annotation of loncom/homework/insertlist.xml, revision 1.36
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>
1.36 ! raeburn 193: <allow>block,display,drawimage,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>
1.36 ! raeburn 308: <allow>block,display,drawimage,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
1.1 albertel 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.36 ! raeburn 373: <allow>block,display,drawimage,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>
1.36 ! raeburn 410: <allow>block,display,drawimage,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
1.1 albertel 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>
1.36 ! raeburn 435: <allow>block,display,drawimage,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
1.1 albertel 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>
1.36 ! raeburn 460: <allow>block,display,drawimage,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
1.1 albertel 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>
1.36 ! raeburn 473: <allow>block,display,drawimage,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
1.1 albertel 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.36 ! raeburn 551: <tag name="drawimage">
! 552: <description>Draw Image</description>
! 553: <color>#77DD55</color>
! 554: <insert_sub>default</insert_sub>
! 555: <allow>drawimage::rectangle,drawimage::polygon,drawimage::line,drawimage::image,drawimage::arc,drawimage::fill,drawimage::text</allow>
! 556: </tag>
! 557: <tag name="drawimage::rectangle">
! 558: <description>Rectangular area in drawimage</description>
! 559: <color>#ccFFdd</color>
! 560: <insert_sub>default</insert_sub>
! 561: </tag>
! 562: <tag name="drawimage::polygon">
! 563: <description>Polygonal area in drawimage</description>
! 564: <color>#ccFFdd</color>
! 565: <insert_sub>default</insert_sub>
! 566: <allow>polygon::point</allow>
! 567: </tag>
! 568: <tag name="drawimage::text">
! 569: <description>Text in drawimage</description>
! 570: <color>#ddFFee</color>
! 571: <insert_sub>default</insert_sub>
! 572: <allow>tex,web,while</allow>
! 573: </tag>
! 574: <tag name="drawimage::line">
! 575: <description>Line in drawimage</description>
! 576: <color>#ccFFdd</color>
! 577: <insert_sub>default</insert_sub>
! 578: </tag>
! 579: <tag name="drawimage::arc">
! 580: <description>Arc in drawimage</description>
! 581: <color>#ccFFdd</color>
! 582: <insert_sub>default</insert_sub>
! 583: </tag>
! 584: <tag name="drawimage::fill">
! 585: <description>Fill in drawimage</description>
! 586: <color>#ccFFdd</color>
! 587: <insert_sub>default</insert_sub>
! 588: </tag>
! 589: <tag name="drawimage::image">
! 590: <description>Background image in drawimage</description>
! 591: <color>#ddFFee</color>
! 592: <insert_sub>default</insert_sub>
! 593: </tag>
! 594: <tag name="polygon::point">
! 595: <description>Point in polygon in drawimage</description>
! 596: <color>#ddFFee</color>
! 597: <insert_sub>default</insert_sub>
! 598: </tag>
1.8 albertel 599: <tag name="meta">
600: <description>Custom Metadata</description>
601: <color>#aacccc</color>
602: <insert_sub>Apache::londefdef::insert_meta</insert_sub>
603: <allow></allow>
604: </tag>
1.2 albertel 605: <tag name="window">
1.1 albertel 606: <description>Text In Separate Window</description>
607: <color>#aacccc</color>
608: <insert_sub>default</insert_sub>
1.36 ! raeburn 609: <allow>block,display,displayduedate,displaytitle,drawimage,gnuplot,img,import,notsolved,organicstructure,postanswerdate,preduedate,problemtype,randomlabel,randomlist,script,solved,startouttext,tex,web,while,window</allow>
1.1 albertel 610: </tag>
1.2 albertel 611: <tag name="block">
1.1 albertel 612: <description>Conditional Block</description>
613: <color>#FF3311</color>
614: <insert_sub>default</insert_sub>
1.36 ! raeburn 615: <allow>block,customresponse,display,displayduedate,displaytitle,drawimage,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 616: </tag>
1.2 albertel 617: <tag name="library">
1.1 albertel 618: <description>Start of Library</description>
619: <color>#FFFFFF</color>
620: <insert_sub>default</insert_sub>
1.36 ! raeburn 621: <allow>customresponse,display,displayduedate,displaytitle,drawimage,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 622: </tag>
1.2 albertel 623: <tag name="notsolved">
1.1 albertel 624: <description>Block For When Not Solved</description>
625: <color>#FFFFFF</color>
626: <insert_sub>default</insert_sub>
1.36 ! raeburn 627: <allow>block,customresponse,display,displayduedate,displaytitle,drawimage,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 628: </tag>
1.2 albertel 629: <tag name="part">
1.1 albertel 630: <description>Problem Part</description>
631: <color>#F0F0F0</color>
632: <insert_sub>default</insert_sub>
1.36 ! raeburn 633: <allow>block,customresponse,display,displayduedate,displaytitle,drawimage,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 634: </tag>
1.17 www 635: <tag name="startpartmarker">
636: <description>Problem Part: Marker for Start of New Part</description>
637: <color>#F0F0F0</color>
638: <insert_sub>insert_startpartmarker</insert_sub>
639: </tag>
640: <tag name="endpartmarker">
641: <description>Problem Part: Marker for End of New Part</description>
642: <color>#F0F0F0</color>
643: <insert_sub>insert_endpartmarker</insert_sub>
644: </tag>
1.2 albertel 645: <tag name="postanswerdate">
1.1 albertel 646: <description>After Answer Date Block</description>
647: <color>#EE9999</color>
648: <insert_sub>default</insert_sub>
1.36 ! raeburn 649: <allow>block,display,displayduedate,displaytitle,drawimage,gnuplot,img,import,notsolved,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,solved,startouttext,tex,while,window</allow>
1.1 albertel 650: </tag>
1.2 albertel 651: <tag name="preduedate">
1.1 albertel 652: <description>Before Due Date Block</description>
653: <color>#FFaaaa</color>
654: <insert_sub>default</insert_sub>
1.36 ! raeburn 655: <allow>block,customresponse,display,displayduedate,displaytitle,drawimage,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 656: </tag>
1.2 albertel 657: <tag name="problem">
1.1 albertel 658: <description>Start of Homework</description>
659: <color>#FFFFFF</color>
660: <insert_sub>default</insert_sub>
1.36 ! raeburn 661: <allow>allow,block,customresponse,display,displayduedate,displaytitle,drawimage,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 662: </tag>
1.5 albertel 663: <tag name="allow">
1.29 raeburn 664: <description>File Dependencies</description>
1.5 albertel 665: <color>#EEEEAA</color>
666: <insert_sub>default</insert_sub>
667: </tag>
1.2 albertel 668: <tag name="problemtype">
1.1 albertel 669: <description>Problem Type Block</description>
670: <color>#EE9955</color>
671: <insert_sub>default</insert_sub>
1.36 ! raeburn 672: <allow>block,customresponse,display,displayduedate,displaytitle,drawimage,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 673: </tag>
1.2 albertel 674: <tag name="randomlabel">
1.1 albertel 675: <description>Randomly labeled image</description>
676: <color>#cc77aa</color>
677: <insert_sub>default</insert_sub>
678: <allow>imageresponse,randomlabel::labelgroup</allow>
679: </tag>
1.2 albertel 680: <tag name="randomlabel::labelgroup">
1.1 albertel 681: <description>Group of Labels</description>
682: <color>#11FFaa</color>
683: <insert_sub>default</insert_sub>
684: <allow>randomlabel::label,randomlabel::location</allow>
685: </tag>
1.2 albertel 686: <tag name="randomlabel::location">
1.1 albertel 687: <description>Label Location</description>
688: <color>#55F09F</color>
689: <insert_sub>default</insert_sub>
690: </tag>
1.2 albertel 691: <tag name="randomlabel::label">
1.1 albertel 692: <description>Label Text</description>
693: <color>#3333FF</color>
1.12 albertel 694: <insert_sub>Apache::randomlabel::insert_label</insert_sub>
1.1 albertel 695: <allow>block,display,import,notsolved,parserlib,postanswerdate,preduedate,problemtype,randomlist,script,scriptlib,solved,startouttext,tex,web,while</allow>
696: </tag>
1.2 albertel 697: <tag name="randomlist">
1.1 albertel 698: <description>Randomly Parsed Block</description>
699: <color>#FFFFFF</color>
700: <insert_sub>default</insert_sub>
1.36 ! raeburn 701: <allow>block,customresponse,display,drawimage,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 702: </tag>
1.2 albertel 703: <tag name="solved">
1.1 albertel 704: <description>Block For After Solved</description>
705: <color>#FFFFFF</color>
706: <insert_sub>default</insert_sub>
1.36 ! raeburn 707: <allow>block,display,displayduedate,displaytitle,drawimage,gnuplot,img,import,organicstructure,parserlib,postanswerdate,preduedate,problemtype,randomlist,script,scriptlib,startouttext,tex,while,window</allow>
1.1 albertel 708: </tag>
1.2 albertel 709: <tag name="startouttext">
1.1 albertel 710: <description>Text/HTML Block</description>
711: <color>#dddd22</color>
712: <insert_sub>insert_startouttext</insert_sub>
713: </tag>
1.2 albertel 714: <tag name="tex">
1.1 albertel 715: <description>TeX Only Block</description>
716: <color>#FFFFFF</color>
717: <insert_sub>default</insert_sub>
718: <show>no</show>
719: </tag>
1.35 damieng 720: <tag name="print">
721: <description>Print Only Block</description>
722: <color>#FFFFFF</color>
723: <insert_sub>default</insert_sub>
724: <show>no</show>
725: </tag>
1.2 albertel 726: <tag name="web">
1.1 albertel 727: <description>Web Only Block</description>
728: <color>#FFFFFF</color>
729: <insert_sub>default</insert_sub>
730: <show>no</show>
731: </tag>
1.2 albertel 732: <tag name="while">
1.1 albertel 733: <description>While Loop Block</description>
734: <color>#FFFFFF</color>
735: <insert_sub>default</insert_sub>
1.36 ! raeburn 736: <allow>block,display,displayduedate,displaytitle,drawimage,gnuplot,img,import,notsolved,organicstructure,parserlib,postanswerdate,preduedate,problemtype,randomlist,script,scriptlib,solved,startouttext,tex,web,while,window</allow>
1.1 albertel 737: </tag>
1.2 albertel 738: <tag name="gnuplot">
1.1 albertel 739: <description>GnuPlot</description>
740: <color>#88EE88</color>
741: <insert_sub>Apache::lonplot::insert_gnuplot</insert_sub>
742: <help>
743: <file>Authoring_Dynamic_Plot_Gnuplot</file>
744: </help>
745: <allow>lonplot::axis,lonplot::curve,lonplot::key,lonplot::label,lonplot::tics,lonplot::title,lonplot::xlabel,lonplot::ylabel</allow>
746: </tag>
1.2 albertel 747: <tag name="lonplot::label">
1.1 albertel 748: <description>Plot Label</description>
749: <color>#33EE33</color>
750: <insert_sub>Apache::lonplot::insert_label</insert_sub>
751: <help>
752: <file>Authoring_Dynamic_Plot_Label</file>
753: </help>
754: </tag>
1.2 albertel 755: <tag name="lonplot::title">
1.1 albertel 756: <description>Plot Title</description>
757: <color>#33EE33</color>
758: <insert_sub>Apache::lonplot::insert_title</insert_sub>
759: <help>
760: <file>Authoring_Dynamic_Plot_Title_X_Y_Label</file>
761: </help>
762: </tag>
1.2 albertel 763: <tag name="lonplot::xlabel">
1.1 albertel 764: <description>Plot x-label</description>
765: <color>#33EE33</color>
766: <insert_sub>Apache::lonplot::insert_xlabel</insert_sub>
767: <help>
768: <file>Authoring_Dynamic_Plot_Title_X_Y_Label</file>
769: </help>
770: </tag>
1.2 albertel 771: <tag name="lonplot::ylabel">
1.1 albertel 772: <description>Plot y-label</description>
773: <color>#33EE33</color>
774: <insert_sub>Apache::lonplot::insert_ylabel</insert_sub>
775: <help>
776: <file>Authoring_Dynamic_Plot_Title_X_Y_Label</file>
777: </help>
778: </tag>
1.2 albertel 779: <tag name="lonplot::axis">
1.1 albertel 780: <description>Plot axes</description>
781: <color>#33EE33</color>
782: <insert_sub>Apache::lonplot::insert_axis</insert_sub>
783: <help>
784: <file>Authoring_Dynamic_Plot_Axes</file>
785: </help>
786: </tag>
1.2 albertel 787: <tag name="lonplot::key">
1.1 albertel 788: <description>Plot Key</description>
789: <color>#33EE33</color>
790: <insert_sub>Apache::lonplot::insert_key</insert_sub>
791: <help>
792: <file>Authoring_Dynamic_Plot_Key</file>
793: </help>
794: </tag>
1.2 albertel 795: <tag name="lonplot::curve">
1.1 albertel 796: <description>Plot Curve</description>
797: <color>#33EE33</color>
798: <insert_sub>Apache::lonplot::insert_curve</insert_sub>
799: <help>
800: <file>Authoring_Dynamic_Plot_Curve</file>
801: </help>
802: <allow>lonplot::data,lonplot::function</allow>
803: </tag>
1.2 albertel 804: <tag name="lonplot::function">
1.1 albertel 805: <description>Curve function</description>
806: <color>#33EE33</color>
807: <insert_sub>Apache::lonplot::insert_function</insert_sub>
808: <help>
809: <file>Authoring_Dynamic_Plot_Curve_Function</file>
810: </help>
811: </tag>
1.2 albertel 812: <tag name="lonplot::data">
1.1 albertel 813: <description>Curve data</description>
814: <color>#33EE33</color>
815: <insert_sub>Apache::lonplot::insert_data</insert_sub>
816: <help>
817: <file>Authoring_Dynamic_Plot_Curve_Data</file>
818: </help>
819: </tag>
1.2 albertel 820: <tag name="lonplot::tics">
1.1 albertel 821: <description>Plot tics</description>
822: <color>#33EE33</color>
823: <insert_sub>Apache::lonplot::insert_tics</insert_sub>
824: <help>
825: <file>Authoring_Dynamic_Plot_Tics</file>
826: </help>
827: </tag>
1.2 albertel 828: <tag name="lonplot::xtics">
1.1 albertel 829: <description>Plot xtics</description>
830: <color>#33EE33</color>
831: <insert_sub>Apache::lonplot::insert_xtics</insert_sub>
832: <help>
833: <file>Authoring_Dynamic_Plot_Tics</file>
834: </help>
835: </tag>
1.2 albertel 836: <tag name="lonplot::ytics">
1.1 albertel 837: <description>Plot ytics</description>
838: <color>#33EE33</color>
839: <insert_sub>Apache::lonplot::insert_ytics</insert_sub>
840: <help>
841: <file>Authoring_Dynamic_Plot_Tics</file>
842: </help>
843: </tag>
1.3 albertel 844: <!--
845: FIXME
846: Needs Parms
847: 'Task',OptionalRequired
848:
849: Nedds converison to use standard insertions...
850: 'IntroParagraph','ClosingParagraph','InstanceText','GraderNote','QuestionText','CriteriaText'
851:
852: -->
853: <tag name="Task">
854: <description>Start of Task</description>
855: <color>#FFFFFF</color>
856: <insert_sub>default</insert_sub>
857: <allow>IntroParagraph,Setup,Question,Criteria,ClosingParagraph</allow>
858: </tag>
859: <tag name="IntroParagraph">
1.4 albertel 860: <description>Introductory Information</description>
1.3 albertel 861: <color>#FFFFFF</color>
1.4 albertel 862: <insert_sub>Apache::bridgetask::insert_IntroParagraph</insert_sub>
1.36 ! raeburn 863: <allow>block,display,drawimage,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
1.3 albertel 864: </tag>
865: <tag name="ClosingParagraph">
1.4 albertel 866: <description>Closing Information</description>
1.3 albertel 867: <color>#FFFFFF</color>
1.4 albertel 868: <insert_sub>Apache::bridgetask::insert_ClosingParagraph</insert_sub>
1.36 ! raeburn 869: <allow>block,display,drawimage,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
1.3 albertel 870: </tag>
871:
872: <tag name="Question">
873: <description>Question</description>
874: <color>#FFFFFF</color>
875: <insert_sub>default</insert_sub>
876: <allow>Instance,QuestionText,Question,Criteria</allow>
877: </tag>
878: <tag name="QuestionText">
1.4 albertel 879: <description>Question Information</description>
1.3 albertel 880: <color>#FFFFFF</color>
1.4 albertel 881: <insert_sub>Apache::bridgetask::insert_QuestionText</insert_sub>
1.36 ! raeburn 882: <allow>block,display,drawimage,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
1.4 albertel 883: <!-- allowed but edit not supportted yet
1.3 albertel 884: <allow>Question,Criteria</allow>-->
885: </tag>
886: <tag name="Setup">
887: <description>Setup....</description>
888: <color>#FFFFFF</color>
889: <insert_sub>default</insert_sub>
890: <allow>Instance</allow>
891: </tag>
892: <tag name="Instance">
893: <description>Specific Question Instance</description>
894: <color>#FFFFFF</color>
895: <insert_sub>default</insert_sub>
896: <allow>InstanceText,Criteria</allow>
897: </tag>
898: <tag name="InstanceText">
1.4 albertel 899: <description>Information for the Instance</description>
1.3 albertel 900: <color>#FFFFFF</color>
1.4 albertel 901: <insert_sub>Apache::bridgetask::insert_InstanceText</insert_sub>
1.36 ! raeburn 902: <allow>block,display,drawimage,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
1.3 albertel 903: </tag>
904: <tag name="Criteria">
905: <description>Question Criteria</description>
906: <color>#FFFFFF</color>
1.4 albertel 907: <insert_sub>Apache::bridgetask::insert_Criteria</insert_sub>
1.3 albertel 908: <allow>GraderNote,CriteriaText</allow>
909: </tag>
910: <tag name="CriteriaText">
1.4 albertel 911: <description>Criteria Information</description>
1.3 albertel 912: <color>#FFFFFF</color>
1.4 albertel 913: <insert_sub>Apache::bridgetask::insert_CriteriaText</insert_sub>
1.36 ! raeburn 914: <allow>block,display,drawimage,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
1.3 albertel 915: </tag>
916: <tag name="GraderNote">
917: <description>Text to display to Grader</description>
918: <color>#FFFFFF</color>
1.4 albertel 919: <insert_sub>Apache::bridgetask::insert_GraderNote</insert_sub>
1.36 ! raeburn 920: <allow>block,display,drawimage,gnuplot,img,import,organicstructure,parserlib,problemtype,randomlabel,randomlist,script,scriptlib,startouttext,tex,web,while,window</allow>
1.3 albertel 921: </tag>
1.1 albertel 922: </insertlist>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>