Diff for /loncom/homework/Attic/insertlist.tab between versions 1.26 and 1.56

version 1.26, 2002/02/05 15:05:00 version 1.56, 2005/11/15 15:57:45
Line 1 Line 1
 #the order of tags at the top _MUST_ be the same as in the table  #the order of tags at the top _MUST_ be the same as in the table
 #tag, description, color, function to call, show as option  #tag, description, color, function to call, show as option (default
   #  "yes"), help file, help description
   parameter,Parameters for a part,#FF11aa,insert_parameter
 numericalresponse,Response: Numerical,#00cc22,insert_numericalresponse  numericalresponse,Response: Numerical,#00cc22,insert_numericalresponse
 stringresponse,Response: String,#00cc55,insert_stringresponse  stringresponse,Response: String,#00cc55,insert_stringresponse
 formularesponse,Response: Formula,#22cc55,insert_formularesponse  formularesponse,Response: Formula,#22cc55,insert_formularesponse
 hintgroup,Hint,#accacc,default  essayresponse,Response: Essay,#33cc55,insert_essayresponse
   hintgroup,Hint,#accacc,insert_hintgroup
 hintpart,Conditional Hint,#ccaacc,insert_hintpart  hintpart,Conditional Hint,#ccaacc,insert_hintpart
   formulahint,Formula Hint Condition,#ccaacc,insert_formulahint
 numericalhint,Numerical Hint Condition,#ccaacc,insert_numericalhint  numericalhint,Numerical Hint Condition,#ccaacc,insert_numericalhint
 imageresponse::conceptgroup,Collection of similar foils,#FFFFFF,default  optionhint,Option Response Hint Condition,#ccaacc,insert_optionhint
 imageresponse::foil,Image response foil,#cccccc,Apache::imageresponse::insert_foil  radiobuttonhint,Radiobutton Hint Condition,#ccaacc,insert_radiobuttonhint
 imageresponse::foilgroup,Collection of Imageresponse foils,#FFFFFF,default,no  stringhint,String Hint Condition,#ccaacc,insert_stringhint
 imageresponse::image,Imageresponse Image,#FFFFFF,default  imageresponse::conceptgroup,Collection of similar foils,#99FFFF,default
 imageresponse,Response: Click on Image,#FFFFFF,Apache::imageresponse::insert_imageresponse,no  imageresponse::foil,Image response foil,#99ff88,Apache::imageresponse::insert_foil
 imageresponse::rectangle,Rectangular area in image,#FFFFFF,default  imageresponse::foilgroup,Collection of Imageresponse foils,#55cc55,default
 imageresponse::text,Text to describe option,#FFFFFF,default  imageresponse::image,Imageresponse Image,#aaFFcc,default
   imageresponse,Response: Click on Image,#ccFFaa,Apache::edit::insert_imageresponse
   imageresponse::rectangle,Rectangular area in image,#ccFFdd,default
   imageresponse::polygon,Polygonal area in image,#ccFFdd,default
   imageresponse::text,Text to describe option,#ddFFee,default
 datasubmission,Stored Entry Field,#1144dd,default,no  datasubmission,Stored Entry Field,#1144dd,default,no
   customresponse,Response: Custom,#44cc55,insert_customresponse
   customresponse::answer,Answer algorithm,#ccccaa,insert_customresponse_answer
 textfield,Large Text Entry Area,#1144dd,default  textfield,Large Text Entry Area,#1144dd,default
 textline,Single Line Text Entry Area,#1144dd,default  textline,Single Line Text Entry Area,#1144dd,default
 optionresponse::conceptgroup,Collection of similar foils,#EEEE00,Apache::optionresponse::insert_conceptgroup  optionresponse::conceptgroup,Collection of similar foils,#EEEE00,Apache::optionresponse::insert_conceptgroup
 optionresponse::foil,Option response foil,#dd55ff,Apache::optionresponse::insert_foil  optionresponse::foil,Option response foil,#dd55ff,Apache::optionresponse::insert_foil
 optionresponse::foilgroup,Collection of Foils,#FFcc22,default,no  optionresponse::foilgroup,Collection of Foils,#FFcc22,default,no
 optionresponse,Response: Select from Options,#00dd33,insert_optionresponse  optionresponse,Response: Select from Options,#00dd33,insert_optionresponse
 displayduedate,Display Due Date,#3370e4,insert_displayduedate  displayduedate,Display Due Date,#3370e4,insert_displayduedate,no
 displaytitle,Title,#4aa0ea,insert_displaytitle  displaytitle,Title,#4aa0ea,insert_displaytitle,no
 radiobuttonresponse::conceptgroup,Collection of similar foils,#EEEE00,Apache::radiobuttonresponse::insert_conceptgroup  radiobuttonresponse::conceptgroup,Collection of similar foils,#EEEE00,Apache::radiobuttonresponse::insert_conceptgroup
 radiobuttonresponse::foil,Foil,#dd55ff,Apache::radiobuttonresponse::insert_foil  radiobuttonresponse::foil,Foil,#dd55ff,Apache::radiobuttonresponse::insert_foil
 radiobuttonresponse::foilgroup,Collection of Foils,#FFcc22,default,no  radiobuttonresponse::foilgroup,Collection of Foils,#FFcc22,default,no
 radiobuttonresponse,Response: One of N statements,#00ee44,insert_radiobuttonresponse  radiobuttonresponse,Response: One of N statements,#00ee44,insert_radiobuttonresponse
   rankresponse::conceptgroup,Collection of similar foils,#EEEE00,Apache::rankresponse::insert_conceptgroup
   rankresponse::foil,Foil,#dd55ff,Apache::rankresponse::insert_foil
   rankresponse::foilgroup,Collection of Foils,#FFcc22,default,no
   rankresponse,Response: Rank Values,#00ee44,insert_rankresponse
   matchresponse::conceptgroup,Collection of similar foils,#EEEE00,Apache::matchresponse::insert_conceptgroup
   matchresponse::foil,Foil,#dd55ff,Apache::matchresponse::insert_foil
   matchresponse::foilgroup,Collection of Foils,#FFcc22,default,no
   matchresponse::item,Item,#0e0ed7,Apache::matchresponse::insert_item
   matchresponse::itemgroup,Item to Match,#22ddee,default,no
   matchresponse,Response: Match Two Lists,#00ee44,insert_matchresponse
   organicresponse,Response: Organic Chemical Structure,#00ee44,insert_organicresponse
   reactionresponse,Response: Chemical Reaction,#00ee44,insert_reactionresponse
   organicstructure,Organic Structure,#aacccc,insert_organicstructure
 responseparam,Parameters for a response,#FF11aa,insert_responseparam  responseparam,Parameters for a response,#FF11aa,insert_responseparam
 display,Display Script Result Block,#ccaacc,default,no  display,Display Script Result Block,#ccaacc,default,no
 import,Import a File,#ccaacc,default  import,Import a File,#ccaacc,default
 parserlib,Import Tag Definitions,#ccaacc,default,no  parserlib,Import Tag Definitions,#ccaacc,default,no
 script,Perl Script Block,#ccccaa,insert_script  script,Perl Script Block,#ccccaa,insert_script,yes,Problem_LON-CAPA_Functions,Script Functions
 scriptlib,Import Script Library,#ccaacc,default  scriptlib,Import Script Library,#ccaacc,default,no
 window,Text In Seperate Window,#aacccc,default  img,Image,#aacccc,insert_img,yes,Problem_LON-CAPA_Image_Options,Image Options
 block,Conditional Block,#FFFFFF,default  window,Text In Separate Window,#aacccc,default
   block,Conditional Block,#FF3311,default
 library,Start of Library,#FFFFFF,default  library,Start of Library,#FFFFFF,default
 notsolved,Block For When Not Solved,#FFFFFF,default  notsolved,Block For When Not Solved,#FFFFFF,default
 part,New problem part,#FFFFFF,default  part,Problem Part,#F0F0F0,default
 postanswerdate,After Answer Date Block,#FFFFFF,default  postanswerdate,After Answer Date Block,#EE9999,default
 preduedate,Before Due Date Block,#FFFFFF,default  preduedate,Before Due Date Block,#FFaaaa,default
 problem,Start of Homework,#FFFFFF,default  problem,Start of Homework,#FFFFFF,default
   problemtype,Problem Type Block,#EE9955,default
 randomlabel,Randomly labeled image,#cc77aa,default  randomlabel,Randomly labeled image,#cc77aa,default
 labelgroup,Group of Labels,#11FFaa,default  randomlabel::labelgroup,Group of Labels,#11FFaa,default
 location,Label Location,#55F09F,default  randomlabel::location,Label Location,#55F09F,default
 label,Label Text,#3333FF,default  randomlabel::label,Label Text,#3333FF,default
 randomlist,Randomly Parsed Block,#FFFFFF,default  randomlist,Randomly Parsed Block,#FFFFFF,default
 solved,Block For After Solved,#FFFFFF,default  solved,Block For After Solved,#FFFFFF,default
 startouttext,Text Block,#dddd22,insert_startouttext  startouttext,Text/HTML Block,#dddd22,insert_startouttext
 tex,TeX Only Block,#FFFFFF,default,no  tex,TeX Only Block,#FFFFFF,default,no
 web,Web Only Block,#FFFFFF,default,no  web,Web Only Block,#FFFFFF,default,no
 while,While Loop Block,#FFFFFF,default  while,While Loop Block,#FFFFFF,default
 gnuplot,GnuPlot,#88EE88,Apache::lonplot::insert_gnuplot  gnuplot,GnuPlot,#88EE88,Apache::lonplot::insert_gnuplot,yes,Authoring_Dynamic_Plot_Gnuplot
 lonplot::label,Plot Label,#33EE33,Apache::lonplot::insert_label  lonplot::label,Plot Label,#33EE33,Apache::lonplot::insert_label,yes,Authoring_Dynamic_Plot_Label
 lonplot::title,Plot Title,#33EE33,Apache::lonplot::insert_title  lonplot::title,Plot Title,#33EE33,Apache::lonplot::insert_title,yes,Authoring_Dynamic_Plot_Title_X_Y_Label
 lonplot::xlabel,Plot x-label,#33EE33,Apache::lonplot::insert_xlabel  lonplot::xlabel,Plot x-label,#33EE33,Apache::lonplot::insert_xlabel,yes,Authoring_Dynamic_Plot_Title_X_Y_Label
 lonplot::ylabel,Plot y-label,#33EE33,Apache::lonplot::insert_ylabel  lonplot::ylabel,Plot y-label,#33EE33,Apache::lonplot::insert_ylabel,yes,Authoring_Dynamic_Plot_Title_X_Y_Label
 lonplot::axis,Plot axes,#33EE33,Apache::lonplot::insert_axis  lonplot::axis,Plot axes,#33EE33,Apache::lonplot::insert_axis,yes,Authoring_Dynamic_Plot_Axes
 lonplot::key,Plot Key,#33EE33,Apache::lonplot::insert_key  lonplot::key,Plot Key,#33EE33,Apache::lonplot::insert_key,yes,Authoring_Dynamic_Plot_Key
 lonplot::curve,Plot Curve,#33EE33,Apache::lonplot::insert_curve  lonplot::curve,Plot Curve,#33EE33,Apache::lonplot::insert_curve,yes,Authoring_Dynamic_Plot_Curve
 lonplot::function,Curve function,#33EE33,Apache::lonplot::insert_function  lonplot::function,Curve function,#33EE33,Apache::lonplot::insert_function,yes,Authoring_Dynamic_Plot_Curve_Function
 lonplot::data,Curve data,#33EE33,Apache::lonplot::insert_data  lonplot::data,Curve data,#33EE33,Apache::lonplot::insert_data,yes,Authoring_Dynamic_Plot_Curve_Data
 lonplot::tics,Plot tics,#33EE33,Apache::lonplot::insert_tics  lonplot::tics,Plot tics,#33EE33,Apache::lonplot::insert_tics,yes,Authoring_Dynamic_Plot_Tics
 lonplot::xtics,Plot xtics,#33EE33,Apache::lonplot::insert_xtics  lonplot::xtics,Plot xtics,#33EE33,Apache::lonplot::insert_xtics,yes,Authoring_Dynamic_Plot_Tics
 lonplot::ytics,Plot ytics,#33EE33,Apache::lonplot::insert_ytics  lonplot::ytics,Plot ytics,#33EE33,Apache::lonplot::insert_ytics,yes,Authoring_Dynamic_Plot_Tics
   
   
   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
 TABLE                n s f 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  parameter            . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  
 numericalresponse    . . . Y . . . . . . . . . . . Y . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .    numericalresponse    . . . . . Y . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  
 stringresponse       . . . Y . . . . . . . . . . . Y . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  stringresponse       . . . . . Y . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 formularesponse      . . . Y . . . . . . . . . . . Y . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  formularesponse      . . . . . Y . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 hintgroup            . . . . Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . .  essayresponse        . . . . . Y . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 hintpart             . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y Y Y Y Y Y . . . . . . . . . . Y . Y Y Y Y Y . . . . . . . . . . . .  hintgroup            . . . . . . Y Y Y Y Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . .
 numericalhint        . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  hintpart             . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . Y Y Y Y Y Y Y Y . . . . . . Y Y . . . Y . Y Y Y Y Y . . . . . . . . . . . .
 conceptgroup         . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  formulahint          . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 foil                 . . . . . . . . . Y . Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  numericalhint        . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 foilgroup            . . . . . . Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  optionhint           . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 image                . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  radiobuttonhint      . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 imageresponse        . . . Y . . . . Y . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  stringhint           . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 rectangle            . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  conceptgroup         . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 text                 . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y Y Y Y Y Y . . . . . . . . . . Y . Y Y Y Y Y . . . . . . . . . . . .  foil                 . . . . . . . . . . . . . . . Y . Y Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 datasubmission       . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  foilgroup            . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 textfield            . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y Y . . . . . . . . . . . . . .  image                . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 textline             . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  imageresponse        . . . . . Y . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 conceptgroup         . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  rectangle            . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 foil                 . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y Y Y Y Y Y . . . . . . . . . . Y . Y Y Y Y Y . . . . . . . . . . . .  polygon              . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 foilgroup            . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  text                 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . Y Y Y Y Y Y Y Y . . . . . . Y Y . . . Y . Y Y Y Y Y . . . . . . . . . . . .
 optionresponse       . . . Y . . . . . . . . . . . . . . Y . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  datasubmission       . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 displayduedate       . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  algorithresponse     . . . . . Y . . . . . . . . . . . . . . . . Y Y Y . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  
 displaytitle         . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  answer               . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 conceptgroup         . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  textfield            . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y Y . . . . . . . . . . . . . .
 foil                 . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y Y Y Y Y Y . . . . . . . . . . Y . Y Y Y Y Y . . . . . . . . . . . .  textline             . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 foilgroup            . . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  conceptgroup         . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 radiobuttonresponse  . . . Y . . . . . . . . . . . . . . . . . . . . Y . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  foil                 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . Y Y Y Y Y Y Y Y . . . . . . Y Y . . . Y . Y Y Y Y Y . . . . . . . . . . . .
 responseparam        . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  foilgroup            . . . . . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 display              . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  optionresponse       . . . . . Y . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 import               . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  displayduedate       . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 parserlib            . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  displaytitle         . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 script               . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  conceptgroup         . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 scriptlib            . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  foil                 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . Y Y Y Y Y Y Y Y . . . . . . Y Y . . . Y . Y Y Y Y Y . . . . . . . . . . . .
 window               . . . . . . . . . . . . . . . . . . . . Y Y . . . . . Y Y . Y . Y Y . Y . Y Y . Y . . . Y Y Y Y Y Y Y . . . . . . . . . . . .  foilgroup            . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 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 . . . . . . . . . . . .  radiobuttonresponse  . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 library              . . . . . . . . . . . . . . . . . . . . Y Y . . . . . . . Y Y Y Y . . . . . . . Y . . . . . Y . . . Y . . . . . . . . . . . .  conceptgroup         . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 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 . . . . . . . . . . . .  foil                 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . Y Y Y Y Y Y Y Y . . . . . . Y Y . . . Y . Y Y Y Y Y . . . . . . . . . . . .
 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 . . . . . . . . . . . .  foilgroup            . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 postanswerdate       . . . . . . . . . . . . . . . . . . . . Y Y . . . . . Y Y Y Y Y Y Y . Y . . . . Y . . . Y Y Y Y . Y Y . . . . . . . . . . . .  rankresponse         . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 preduedate           Y Y Y . . . . . . . Y . . . . . . . . Y Y Y . . . Y . Y Y Y Y Y Y Y . Y . . . . Y . . . Y Y Y Y . Y Y . . . . . . . . . . . .  conceptgroup         . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 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 . . . . . . . . . . . .  foil                 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . Y Y Y Y Y Y Y Y . . . . . . Y Y . . . Y . Y Y Y Y Y . . . . . . . . . . . .
 randomlabel          . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . .  foilgroup            . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 labelgroup           . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . . . .  item                 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . Y Y Y Y Y Y Y Y . . . . . . Y Y . . . Y . Y Y Y Y Y . . . . . . . . . . . .
 location             . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  itemgroup            . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 label                . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y Y Y Y . Y . Y . Y Y . . . . . Y Y Y Y Y Y . . . . . . . . . . . . .  matchresponse        . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 randomlist           Y Y Y . . . . . . . Y . . . . . . . . Y . . . . . Y . Y Y Y Y Y Y Y . Y . Y Y . . . . . Y Y . Y . Y Y . . . . . . . . . . . .  organicresponse      . . . . . Y . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  
 solved               . . . . . . . . . . . . . . . . . . . . Y Y . . . . . Y Y Y Y Y Y Y . . . Y Y . . . . . Y . Y Y . Y Y . . . . . . . . . . . .  reactionresponse     . . . . . Y . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  
 startouttext         . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  organicstructure     . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 tex                  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  responseparam        . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 web                  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  display              . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 while                . . . . . . . . . . . . . . . . . . . . Y Y . . . . . Y Y Y Y Y Y Y . Y . Y Y . . . . . Y Y Y Y Y Y Y . . . . . . . . . . . .  import               . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 gnuplot              . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y Y Y Y Y Y . . Y . .  parserlib            . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 lonplot::label       . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  script               . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 lonplot::title       . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  scriptlib            . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 lonplot::xlabel      . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  img                  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 lonplot::ylabel      . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  window               . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . Y . Y Y . Y . Y Y Y . Y . Y Y . Y Y . . . Y Y Y Y Y Y Y . . . . . . . . . . . .
 lonplot::axis        . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  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 . . . . . . . . . . . .
 lonplot::key       . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  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 . . . . . . . . . . . .
 lonplot::curve       . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y . . .  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 . . . . . . . . . . . .
 lonplot::function    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  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 . . . . . . . . . . . .
 lonplot::data        . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  postanswerdate       . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . Y . Y Y Y Y Y Y Y Y . Y . . . . Y Y . . . Y Y Y Y . Y Y . . . . . . . . . . . .
 lonplot::tics        . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  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 . . . . . . . . . . . .
 lonplot::xtics       . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  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 . . . . . . . . . . . .
 lonplot::ytics       . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  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 . . . . . . . . . . . .
   randomlabel          . . . . . . . . . . . . . . . . Y . . . . . . . . . . . Y . . . . . Y . . . Y . . . . . Y . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . .
   rl::labelgroup       . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . . . .
   rl::location         . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
   rl::label            . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y Y Y Y . . Y . Y . Y Y . Y . . . . Y Y Y Y Y Y . . . . . . . . . . . . .
   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 . . . . . . . . . . . .
   solved               . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . Y . Y Y Y Y Y Y Y Y . . . Y Y . Y . . . . Y . Y Y . Y Y . . . . . . . . . . . .
   startouttext         . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
   tex                  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
   web                  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
   while                . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . Y . Y Y Y Y Y Y Y Y . Y . Y Y . Y . . . . Y Y Y Y Y Y Y . . . . . . . . . . . .
   gnuplot              . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y Y Y Y Y Y . . Y . .
   lonplot::label       . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
   lonplot::title       . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
   lonplot::xlabel      . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
   lonplot::ylabel      . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
   lonplot::axis        . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
   lonplot::key       . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
   lonplot::curve       . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y . . .
   lonplot::function    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
   lonplot::data        . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
   lonplot::tics        . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
   lonplot::xtics       . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
   lonplot::ytics       . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
   

Removed from v.1.26  
changed lines
  Added in v.1.56


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>