Annotation of loncom/homework/insertlist.tab, revision 1.55
1.3 albertel 1: #the order of tags at the top _MUST_ be the same as in the table
1.41 bowersj2 2: #tag, description, color, function to call, show as option (default
3: # "yes"), help file, help description
1.51 albertel 4: parameter,Parameters for a part,#FF11aa,insert_parameter
1.9 albertel 5: numericalresponse,Response: Numerical,#00cc22,insert_numericalresponse
1.15 albertel 6: stringresponse,Response: String,#00cc55,insert_stringresponse
1.18 albertel 7: formularesponse,Response: Formula,#22cc55,insert_formularesponse
1.28 albertel 8: essayresponse,Response: Essay,#33cc55,insert_essayresponse
1.42 albertel 9: hintgroup,Hint,#accacc,insert_hintgroup
1.16 albertel 10: hintpart,Conditional Hint,#ccaacc,insert_hintpart
1.30 albertel 11: formulahint,Formula Hint Condition,#ccaacc,insert_formulahint
1.16 albertel 12: numericalhint,Numerical Hint Condition,#ccaacc,insert_numericalhint
1.30 albertel 13: optionhint,Option Response Hint Condition,#ccaacc,insert_optionhint
14: radiobuttonhint,Radiobutton Hint Condition,#ccaacc,insert_radiobuttonhint
15: stringhint,String Hint Condition,#ccaacc,insert_stringhint
1.35 www 16: imageresponse::conceptgroup,Collection of similar foils,#99FFFF,default
17: imageresponse::foil,Image response foil,#99ff88,Apache::imageresponse::insert_foil
1.36 albertel 18: imageresponse::foilgroup,Collection of Imageresponse foils,#55cc55,default
1.35 www 19: imageresponse::image,Imageresponse Image,#aaFFcc,default
1.37 albertel 20: imageresponse,Response: Click on Image,#ccFFaa,Apache::edit::insert_imageresponse
1.35 www 21: imageresponse::rectangle,Rectangular area in image,#ccFFdd,default
1.45 albertel 22: imageresponse::polygon,Polygonal area in image,#ccFFdd,default
1.35 www 23: imageresponse::text,Text to describe option,#ddFFee,default
1.9 albertel 24: datasubmission,Stored Entry Field,#1144dd,default,no
1.55 ! albertel 25: algorithmicresponse,Response: Algorithmic,#44cc55,insert_algorithmicresponse
! 26: algorithmicresponse::answer,Answer algorithm,#ccccaa,insert_algorithmicresponse_answer
1.21 albertel 27: textfield,Large Text Entry Area,#1144dd,default
1.9 albertel 28: textline,Single Line Text Entry Area,#1144dd,default
1.7 albertel 29: optionresponse::conceptgroup,Collection of similar foils,#EEEE00,Apache::optionresponse::insert_conceptgroup
1.8 albertel 30: optionresponse::foil,Option response foil,#dd55ff,Apache::optionresponse::insert_foil
1.6 albertel 31: optionresponse::foilgroup,Collection of Foils,#FFcc22,default,no
1.9 albertel 32: optionresponse,Response: Select from Options,#00dd33,insert_optionresponse
1.40 albertel 33: displayduedate,Display Due Date,#3370e4,insert_displayduedate,no
34: displaytitle,Title,#4aa0ea,insert_displaytitle,no
1.9 albertel 35: radiobuttonresponse::conceptgroup,Collection of similar foils,#EEEE00,Apache::radiobuttonresponse::insert_conceptgroup
36: radiobuttonresponse::foil,Foil,#dd55ff,Apache::radiobuttonresponse::insert_foil
37: radiobuttonresponse::foilgroup,Collection of Foils,#FFcc22,default,no
38: radiobuttonresponse,Response: One of N statements,#00ee44,insert_radiobuttonresponse
1.33 albertel 39: rankresponse::conceptgroup,Collection of similar foils,#EEEE00,Apache::rankresponse::insert_conceptgroup
40: rankresponse::foil,Foil,#dd55ff,Apache::rankresponse::insert_foil
41: rankresponse::foilgroup,Collection of Foils,#FFcc22,default,no
42: rankresponse,Response: Rank Values,#00ee44,insert_rankresponse
1.34 albertel 43: matchresponse::conceptgroup,Collection of similar foils,#EEEE00,Apache::matchresponse::insert_conceptgroup
44: matchresponse::foil,Foil,#dd55ff,Apache::matchresponse::insert_foil
45: matchresponse::foilgroup,Collection of Foils,#FFcc22,default,no
1.54 albertel 46: matchresponse::item,Item,#0e0ed7,Apache::matchresponse::insert_item
1.38 albertel 47: matchresponse::itemgroup,Item to Match,#22ddee,default,no
1.34 albertel 48: matchresponse,Response: Match Two Lists,#00ee44,insert_matchresponse
1.44 albertel 49: organicresponse,Response: Organic Chemical Structure,#00ee44,insert_organicresponse
50: reactionresponse,Response: Chemical Reaction,#00ee44,insert_reactionresponse
51: organicstructure,Organic Structure,#aacccc,insert_organicstructure
1.10 albertel 52: responseparam,Parameters for a response,#FF11aa,insert_responseparam
1.8 albertel 53: display,Display Script Result Block,#ccaacc,default,no
54: import,Import a File,#ccaacc,default
55: parserlib,Import Tag Definitions,#ccaacc,default,no
1.46 www 56: script,Perl Script Block,#ccccaa,insert_script,yes,Problem_LON-CAPA_Functions,Script Functions
1.49 albertel 57: scriptlib,Import Script Library,#ccaacc,default,no
1.52 foxr 58: img,Image,#aacccc,insert_img,yes,Problem_LON-CAPA_Image_Options,Image Options
1.50 albertel 59: window,Text In Separate Window,#aacccc,default
1.31 albertel 60: block,Conditional Block,#FF3311,default
1.15 albertel 61: library,Start of Library,#FFFFFF,default
1.5 albertel 62: notsolved,Block For When Not Solved,#FFFFFF,default
1.32 albertel 63: part,Problem Part,#F0F0F0,default
1.35 www 64: postanswerdate,After Answer Date Block,#EE9999,default
65: preduedate,Before Due Date Block,#FFaaaa,default
1.5 albertel 66: problem,Start of Homework,#FFFFFF,default
1.47 albertel 67: problemtype,Problem Type Block,#EE9955,default
1.17 albertel 68: randomlabel,Randomly labeled image,#cc77aa,default
1.27 albertel 69: randomlabel::labelgroup,Group of Labels,#11FFaa,default
70: randomlabel::location,Label Location,#55F09F,default
71: randomlabel::label,Label Text,#3333FF,default
1.5 albertel 72: randomlist,Randomly Parsed Block,#FFFFFF,default
73: solved,Block For After Solved,#FFFFFF,default
1.39 albertel 74: startouttext,Text/HTML Block,#dddd22,insert_startouttext
1.5 albertel 75: tex,TeX Only Block,#FFFFFF,default,no
76: web,Web Only Block,#FFFFFF,default,no
77: while,While Loop Block,#FFFFFF,default
1.48 matthew 78: gnuplot,GnuPlot,#88EE88,Apache::lonplot::insert_gnuplot,yes,Authoring_Dynamic_Plot_Gnuplot
79: lonplot::label,Plot Label,#33EE33,Apache::lonplot::insert_label,yes,Authoring_Dynamic_Plot_Label
80: lonplot::title,Plot Title,#33EE33,Apache::lonplot::insert_title,yes,Authoring_Dynamic_Plot_Title_X_Y_Label
81: lonplot::xlabel,Plot x-label,#33EE33,Apache::lonplot::insert_xlabel,yes,Authoring_Dynamic_Plot_Title_X_Y_Label
82: lonplot::ylabel,Plot y-label,#33EE33,Apache::lonplot::insert_ylabel,yes,Authoring_Dynamic_Plot_Title_X_Y_Label
83: lonplot::axis,Plot axes,#33EE33,Apache::lonplot::insert_axis,yes,Authoring_Dynamic_Plot_Axes
84: lonplot::key,Plot Key,#33EE33,Apache::lonplot::insert_key,yes,Authoring_Dynamic_Plot_Key
85: lonplot::curve,Plot Curve,#33EE33,Apache::lonplot::insert_curve,yes,Authoring_Dynamic_Plot_Curve
86: lonplot::function,Curve function,#33EE33,Apache::lonplot::insert_function,yes,Authoring_Dynamic_Plot_Curve_Function
87: lonplot::data,Curve data,#33EE33,Apache::lonplot::insert_data,yes,Authoring_Dynamic_Plot_Curve_Data
88: lonplot::tics,Plot tics,#33EE33,Apache::lonplot::insert_tics,yes,Authoring_Dynamic_Plot_Tics
89: lonplot::xtics,Plot xtics,#33EE33,Apache::lonplot::insert_xtics,yes,Authoring_Dynamic_Plot_Tics
90: lonplot::ytics,Plot ytics,#33EE33,Apache::lonplot::insert_ytics,yes,Authoring_Dynamic_Plot_Tics
1.1 albertel 91:
92:
1.55 ! albertel 93: TABLE p n s f e h h f n o r s c f f i i r p t d a a t t c f f o d d c f f r c f f r c f f i i m o r o r d i p s s i w b l n p 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
! 94: parameter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 95: numericalresponse . . . . . Y . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 96: stringresponse . . . . . Y . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 97: formularesponse . . . . . Y . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 98: essayresponse . . . . . Y . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 99: hintgroup . . . . . . Y Y Y Y Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . .
! 100: hintpart . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . Y Y Y Y Y Y Y Y . . . . . . Y Y . . . Y . Y Y Y Y Y . . . . . . . . . . . .
! 101: formulahint . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 102: numericalhint . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 103: optionhint . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 104: radiobuttonhint . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 105: stringhint . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 106: conceptgroup . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 107: foil . . . . . . . . . . . . . . . Y . Y Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 108: foilgroup . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 109: image . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 110: imageresponse . . . . . Y . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 111: rectangle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 112: polygon . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 113: text . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . Y Y Y Y Y Y Y Y . . . . . . Y Y . . . Y . Y Y Y Y Y . . . . . . . . . . . .
! 114: datasubmission . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 115: algorithresponse . . . . . Y . . . . . . . . . . . . . . . . Y Y Y . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 116: answer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 117: textfield . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y Y . . . . . . . . . . . . . .
! 118: textline . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 119: conceptgroup . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 120: foil . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . Y Y Y Y Y Y Y Y . . . . . . Y Y . . . Y . Y Y Y Y Y . . . . . . . . . . . .
! 121: foilgroup . . . . . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 122: optionresponse . . . . . Y . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 123: displayduedate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 124: displaytitle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 125: conceptgroup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 126: foil . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . Y Y Y Y Y Y Y Y . . . . . . Y Y . . . Y . Y Y Y Y Y . . . . . . . . . . . .
! 127: foilgroup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 128: radiobuttonresponse . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 129: conceptgroup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 130: foil . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . Y Y Y Y Y Y Y Y . . . . . . Y Y . . . Y . Y Y Y Y Y . . . . . . . . . . . .
! 131: foilgroup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 132: rankresponse . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 133: conceptgroup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 134: foil . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . Y Y Y Y Y Y Y Y . . . . . . Y Y . . . Y . Y Y Y Y Y . . . . . . . . . . . .
! 135: foilgroup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 136: item . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . Y Y Y Y Y Y Y Y . . . . . . Y Y . . . Y . Y Y Y Y Y . . . . . . . . . . . .
! 137: itemgroup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 138: matchresponse . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 139: organicresponse . . . . . Y . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 140: reactionresponse . . . . . Y . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 141: organicstructure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 142: responseparam . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 143: display . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 144: import . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 145: parserlib . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 146: script . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 147: scriptlib . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 148: img . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 149: window . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . Y . Y Y . Y . Y Y Y . Y . Y Y . Y Y . . . Y Y Y Y Y Y Y . . . . . . . . . . . .
! 150: 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 . Y Y . . . Y Y Y Y Y Y Y . . . . . . . . . . . .
! 151: 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 Y . . . Y Y Y Y Y Y Y . . . . . . . . . . . .
! 152: 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 . Y Y . . . Y . Y Y Y Y Y . . . . . . . . . . . .
! 153: 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 Y . Y Y . . . Y Y Y Y . Y Y . . . . . . . . . . . .
! 154: postanswerdate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . Y . Y Y Y Y Y Y Y Y . Y . . . . Y Y . . . Y Y Y Y . Y Y . . . . . . . . . . . .
! 155: 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 . . . . Y Y . . . Y Y Y Y . Y Y . . . . . . . . . . . .
! 156: 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 Y . Y Y . . . Y Y Y Y . Y Y . . . . . . . . . . . .
! 157: problemtype . 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 Y . . . Y Y Y Y Y Y Y . . . . . . . . . . . .
! 158: randomlabel . . . . . . . . . . . . . . . . Y . . . . . . . . . . . Y . . . . . Y . . . Y . . . . . Y . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . .
! 159: rl::labelgroup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . . . .
! 160: rl::location . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 161: rl::label . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y Y Y Y . . Y . Y . Y Y . Y . . . . Y Y Y Y Y Y . . . . . . . . . . . . .
! 162: randomlist . 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 . Y Y . . . . . . . . . . . .
! 163: solved . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . Y . Y Y Y Y Y Y Y Y . . . Y Y . Y . . . . Y . Y Y . Y Y . . . . . . . . . . . .
! 164: startouttext . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 165: tex . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 166: web . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 167: while . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . Y . Y Y Y Y Y Y Y Y . Y . Y Y . Y . . . . Y Y Y Y Y Y Y . . . . . . . . . . . .
! 168: gnuplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y Y Y Y Y Y . . Y . .
! 169: lonplot::label . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 170: lonplot::title . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 171: lonplot::xlabel . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 172: lonplot::ylabel . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 173: lonplot::axis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 174: lonplot::key . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 175: lonplot::curve . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y . . .
! 176: lonplot::function . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 177: lonplot::data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 178: lonplot::tics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 179: lonplot::xtics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
! 180: lonplot::ytics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1.24 matthew 181:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>