Annotation of loncom/homework/insertlist.tab, revision 1.29
1.3 albertel 1: #the order of tags at the top _MUST_ be the same as in the table
1.5 albertel 2: #tag, description, color, function to call, show as option
1.9 albertel 3: numericalresponse,Response: Numerical,#00cc22,insert_numericalresponse
1.15 albertel 4: stringresponse,Response: String,#00cc55,insert_stringresponse
1.18 albertel 5: formularesponse,Response: Formula,#22cc55,insert_formularesponse
1.28 albertel 6: essayresponse,Response: Essay,#33cc55,insert_essayresponse
1.8 albertel 7: hintgroup,Hint,#accacc,default
1.16 albertel 8: hintpart,Conditional Hint,#ccaacc,insert_hintpart
9: numericalhint,Numerical Hint Condition,#ccaacc,insert_numericalhint
1.5 albertel 10: imageresponse::conceptgroup,Collection of similar foils,#FFFFFF,default
11: imageresponse::foil,Image response foil,#cccccc,Apache::imageresponse::insert_foil
12: imageresponse::foilgroup,Collection of Imageresponse foils,#FFFFFF,default,no
13: imageresponse::image,Imageresponse Image,#FFFFFF,default
1.19 albertel 14: imageresponse,Response: Click on Image,#FFFFFF,Apache::imageresponse::insert_imageresponse,no
1.5 albertel 15: imageresponse::rectangle,Rectangular area in image,#FFFFFF,default
16: imageresponse::text,Text to describe option,#FFFFFF,default
1.9 albertel 17: datasubmission,Stored Entry Field,#1144dd,default,no
1.21 albertel 18: textfield,Large Text Entry Area,#1144dd,default
1.9 albertel 19: textline,Single Line Text Entry Area,#1144dd,default
1.7 albertel 20: optionresponse::conceptgroup,Collection of similar foils,#EEEE00,Apache::optionresponse::insert_conceptgroup
1.8 albertel 21: optionresponse::foil,Option response foil,#dd55ff,Apache::optionresponse::insert_foil
1.6 albertel 22: optionresponse::foilgroup,Collection of Foils,#FFcc22,default,no
1.9 albertel 23: optionresponse,Response: Select from Options,#00dd33,insert_optionresponse
1.15 albertel 24: displayduedate,Display Due Date,#3370e4,insert_displayduedate
25: displaytitle,Title,#4aa0ea,insert_displaytitle
1.9 albertel 26: radiobuttonresponse::conceptgroup,Collection of similar foils,#EEEE00,Apache::radiobuttonresponse::insert_conceptgroup
27: radiobuttonresponse::foil,Foil,#dd55ff,Apache::radiobuttonresponse::insert_foil
28: radiobuttonresponse::foilgroup,Collection of Foils,#FFcc22,default,no
29: radiobuttonresponse,Response: One of N statements,#00ee44,insert_radiobuttonresponse
1.10 albertel 30: responseparam,Parameters for a response,#FF11aa,insert_responseparam
1.8 albertel 31: display,Display Script Result Block,#ccaacc,default,no
32: import,Import a File,#ccaacc,default
33: parserlib,Import Tag Definitions,#ccaacc,default,no
34: script,Perl Script Block,#ccccaa,insert_script
35: scriptlib,Import Script Library,#ccaacc,default
36: window,Text In Seperate Window,#aacccc,default
1.5 albertel 37: block,Conditional Block,#FFFFFF,default
1.15 albertel 38: library,Start of Library,#FFFFFF,default
1.5 albertel 39: notsolved,Block For When Not Solved,#FFFFFF,default
40: part,New problem part,#FFFFFF,default
41: postanswerdate,After Answer Date Block,#FFFFFF,default
42: preduedate,Before Due Date Block,#FFFFFF,default
43: problem,Start of Homework,#FFFFFF,default
1.17 albertel 44: randomlabel,Randomly labeled image,#cc77aa,default
1.27 albertel 45: randomlabel::labelgroup,Group of Labels,#11FFaa,default
46: randomlabel::location,Label Location,#55F09F,default
47: randomlabel::label,Label Text,#3333FF,default
1.5 albertel 48: randomlist,Randomly Parsed Block,#FFFFFF,default
49: solved,Block For After Solved,#FFFFFF,default
1.8 albertel 50: startouttext,Text Block,#dddd22,insert_startouttext
1.5 albertel 51: tex,TeX Only Block,#FFFFFF,default,no
52: web,Web Only Block,#FFFFFF,default,no
53: while,While Loop Block,#FFFFFF,default
1.26 matthew 54: gnuplot,GnuPlot,#88EE88,Apache::lonplot::insert_gnuplot
1.20 matthew 55: lonplot::label,Plot Label,#33EE33,Apache::lonplot::insert_label
56: lonplot::title,Plot Title,#33EE33,Apache::lonplot::insert_title
57: lonplot::xlabel,Plot x-label,#33EE33,Apache::lonplot::insert_xlabel
58: lonplot::ylabel,Plot y-label,#33EE33,Apache::lonplot::insert_ylabel
59: lonplot::axis,Plot axes,#33EE33,Apache::lonplot::insert_axis
60: lonplot::key,Plot Key,#33EE33,Apache::lonplot::insert_key
61: lonplot::curve,Plot Curve,#33EE33,Apache::lonplot::insert_curve
1.22 matthew 62: lonplot::function,Curve function,#33EE33,Apache::lonplot::insert_function
63: lonplot::data,Curve data,#33EE33,Apache::lonplot::insert_data
1.25 matthew 64: lonplot::tics,Plot tics,#33EE33,Apache::lonplot::insert_tics
1.24 matthew 65: lonplot::xtics,Plot xtics,#33EE33,Apache::lonplot::insert_xtics
66: lonplot::ytics,Plot ytics,#33EE33,Apache::lonplot::insert_ytics
1.1 albertel 67:
68:
1.20 matthew 69:
1.28 albertel 70: TABLE n s f e h h n c f f i i r t d t t c f f o d d c f f r r d i p s s w b l n p p p p r l l l r s s t w w g l t x y a k c f d t x y
71: numericalresponse . . . . Y . . . . . . . . . . . Y . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
72: stringresponse . . . . Y . . . . . . . . . . . Y . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
73: formularesponse . . . . Y . . . . . . . . . . . Y . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
74: essayresponse . . . . Y . . . . . . . . . . Y Y . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
75: hintgroup . . . . . Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . .
76: hintpart . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y Y Y Y Y Y . . . . . . . . . . Y . Y Y Y Y Y . . . . . . . . . . . .
77: numericalhint . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
78: conceptgroup . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
79: foil . . . . . . . . . . Y . Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
80: foilgroup . . . . . . . Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
81: image . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
82: imageresponse . . . . Y . . . . Y . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
83: rectangle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
84: text . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y Y Y Y Y Y . . . . . . . . . . Y . Y Y Y Y Y . . . . . . . . . . . .
85: datasubmission . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
86: textfield . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y Y . . . . . . . . . . . . . .
87: textline . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
88: conceptgroup . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
89: foil . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y Y Y Y Y Y . . . . . . . . . . Y . Y Y Y Y Y . . . . . . . . . . . .
90: foilgroup . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
91: optionresponse . . . . Y . . . . . . . . . . . . . . Y . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
92: displayduedate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
93: displaytitle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
94: conceptgroup . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
95: foil . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y Y Y Y Y Y . . . . . . . . . . Y . Y Y Y Y Y . . . . . . . . . . . .
96: foilgroup . . . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
97: radiobuttonresponse . . . . Y . . . . . . . . . . . . . . . . . . . . Y . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
98: responseparam . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
99: display . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
100: import . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
101: parserlib . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
102: script . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
103: scriptlib . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
104: window . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . Y Y . Y . Y Y . Y . Y Y . Y . . . Y Y Y Y Y Y Y . . . . . . . . . . . .
105: block Y Y Y Y . . . . . . . Y . . . . . . . . Y Y Y . . . Y . Y Y Y Y Y Y Y . Y . Y Y . Y . . . Y Y Y Y Y Y Y . . . . . . . . . . . .
1.29 ! albertel 106: library Y Y Y Y . . . . . . . Y . . . . . . . . Y Y Y . . . Y . Y Y Y Y Y Y . . Y Y Y Y . Y . . . Y Y Y Y Y Y Y . . . . . . . . . . . .
1.28 albertel 107: notsolved Y Y Y Y . . . . . . . Y . . . . . . . . Y Y Y . . . Y . Y Y Y Y Y Y Y . . . Y Y . Y . . . Y . Y Y Y Y Y . . . . . . . . . . . .
108: part Y Y Y Y . . . . . . . Y . . . . . . . . Y Y Y . . . Y . Y Y Y Y Y Y Y . Y . Y Y . Y . . . Y Y Y Y . Y Y . . . . . . . . . . . .
109: postanswerdate . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . Y Y Y Y Y Y Y . Y . . . . Y . . . Y Y Y Y . Y Y . . . . . . . . . . . .
110: preduedate Y Y Y Y . . . . . . . Y . . . . . . . . Y Y Y . . . Y . Y Y Y Y Y Y Y . Y . . . . Y . . . Y Y Y Y . Y Y . . . . . . . . . . . .
111: problem Y Y Y Y . . . . . . . Y . . . . . . . . Y Y Y . . . Y . Y Y Y Y Y Y Y . Y Y Y Y . Y . . . Y Y Y Y . Y Y . . . . . . . . . . . .
112: randomlabel . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . .
113: rl::labelgroup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . . . .
114: rl::location . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
115: rl::label . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y Y Y Y . Y . Y . Y Y . . . . . Y Y Y Y Y Y . . . . . . . . . . . . .
116: randomlist Y Y Y Y . . . . . . . Y . . . . . . . . Y . . . . . Y . Y Y Y Y Y Y Y . Y . Y Y . . . . . Y Y . Y . Y Y . . . . . . . . . . . .
117: solved . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . Y Y Y Y Y Y Y . . . Y Y . . . . . Y . Y Y . Y Y . . . . . . . . . . . .
118: startouttext . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
119: tex . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
120: web . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
121: while . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . Y Y Y Y Y Y Y . Y . Y Y . . . . . Y Y Y Y Y Y Y . . . . . . . . . . . .
122: gnuplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y Y Y Y Y Y . . Y . .
123: lonplot::label . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
124: lonplot::title . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
125: lonplot::xlabel . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
126: lonplot::ylabel . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
127: lonplot::axis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
128: lonplot::key . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
129: lonplot::curve . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y . . .
130: lonplot::function . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
131: lonplot::data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
132: lonplot::tics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
133: lonplot::xtics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
134: lonplot::ytics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1.24 matthew 135:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>