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