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

version 1.11, 2001/07/13 16:15:01 version 1.26, 2002/02/05 15:05:00
Line 2 Line 2
 #tag, description, color, function to call, show as option  #tag, description, color, function to call, show as option
 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
 hintgroup,Hint,#accacc,default  hintgroup,Hint,#accacc,default
 hintpart,Conditional Hint,#ccaacc,default,no  hintpart,Conditional Hint,#ccaacc,insert_hintpart
 numericalhint,Numerical Hint Condition,#ccaacc,default,no  numericalhint,Numerical Hint Condition,#ccaacc,insert_numericalhint
 imageresponse::conceptgroup,Collection of similar foils,#FFFFFF,default  imageresponse::conceptgroup,Collection of similar foils,#FFFFFF,default
 imageresponse::foil,Image response foil,#cccccc,Apache::imageresponse::insert_foil  imageresponse::foil,Image response foil,#cccccc,Apache::imageresponse::insert_foil
 imageresponse::foilgroup,Collection of Imageresponse foils,#FFFFFF,default,no  imageresponse::foilgroup,Collection of Imageresponse foils,#FFFFFF,default,no
 imageresponse::image,Imageresponse Image,#FFFFFF,default  imageresponse::image,Imageresponse Image,#FFFFFF,default
 imageresponse,Response: Click on Image,#FFFFFF,Apache::imageresponse::insert_imageresponse  imageresponse,Response: Click on Image,#FFFFFF,Apache::imageresponse::insert_imageresponse,no
 imageresponse::rectangle,Rectangular area in image,#FFFFFF,default  imageresponse::rectangle,Rectangular area in image,#FFFFFF,default
 imageresponse::text,Text to describe option,#FFFFFF,default  imageresponse::text,Text to describe option,#FFFFFF,default
 datasubmission,Stored Entry Field,#1144dd,default,no  datasubmission,Stored Entry Field,#1144dd,default,no
 textarea,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
   displaytitle,Title,#4aa0ea,insert_displaytitle
 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
Line 31  script,Perl Script Block,#ccccaa,insert_ Line 34  script,Perl Script Block,#ccccaa,insert_
 scriptlib,Import Script Library,#ccaacc,default  scriptlib,Import Script Library,#ccaacc,default
 window,Text In Seperate Window,#aacccc,default  window,Text In Seperate Window,#aacccc,default
 block,Conditional Block,#FFFFFF,default  block,Conditional Block,#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,New problem part,#FFFFFF,default
 postanswerdate,After Answer Date Block,#FFFFFF,default  postanswerdate,After Answer Date Block,#FFFFFF,default
 preduedate,Before Due Date Block,#FFFFFF,default  preduedate,Before Due Date Block,#FFFFFF,default
 problem,Start of Homework,#FFFFFF,default  problem,Start of Homework,#FFFFFF,default
   randomlabel,Randomly labeled image,#cc77aa,default
   labelgroup,Group of Labels,#11FFaa,default
   location,Label Location,#55F09F,default
   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 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
   lonplot::label,Plot Label,#33EE33,Apache::lonplot::insert_label
   lonplot::title,Plot Title,#33EE33,Apache::lonplot::insert_title
   lonplot::xlabel,Plot x-label,#33EE33,Apache::lonplot::insert_xlabel
   lonplot::ylabel,Plot y-label,#33EE33,Apache::lonplot::insert_ylabel
   lonplot::axis,Plot axes,#33EE33,Apache::lonplot::insert_axis
   lonplot::key,Plot Key,#33EE33,Apache::lonplot::insert_key
   lonplot::curve,Plot Curve,#33EE33,Apache::lonplot::insert_curve
   lonplot::function,Curve function,#33EE33,Apache::lonplot::insert_function
   lonplot::data,Curve data,#33EE33,Apache::lonplot::insert_data
   lonplot::tics,Plot tics,#33EE33,Apache::lonplot::insert_tics
   lonplot::xtics,Plot xtics,#33EE33,Apache::lonplot::insert_xtics
   lonplot::ytics,Plot ytics,#33EE33,Apache::lonplot::insert_ytics
   
   
 TABLE                n s h h n c f f i i r t d t t c f f o c f f r r d i p s s w b n p p p p r s s t w w  
 numericalresponse    . . Y . . . . . . . . . . . Y . . . . . . . . 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
 stringresponse       . . Y . . . . . . . . . . . Y . . . . . . . . Y . . . . . . . . . . . . . . . . . .  numericalresponse    . . . Y . . . . . . . . . . . Y . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  
 hintgroup            . . . Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . .  stringresponse       . . . Y . . . . . . . . . . . Y . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 hintpart             . . . . . . . . . . . . . . . . . . . . . . . . Y Y Y Y Y Y Y . . . . . Y . Y Y Y Y  formularesponse      . . . Y . . . . . . . . . . . Y . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 numericalhint        . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . .  hintgroup            . . . . Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . .
 conceptgroup         . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  hintpart             . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y Y Y Y Y Y . . . . . . . . . . Y . Y Y Y Y Y . . . . . . . . . . . .
 foil                 . . . . . . . . Y . Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  numericalhint        . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 foilgroup            . . . . . Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  conceptgroup         . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 image                . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  foil                 . . . . . . . . . Y . Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 imageresponse        . . Y . . . . Y . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . .  foilgroup            . . . . . . Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 rectangle            . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  image                . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 text                 . . . . . . . . . . . . . . . . . . . . . . . . Y Y Y Y Y Y Y . . . . . Y . Y Y Y Y  imageresponse        . . . Y . . . . Y . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 datasubmission       . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  rectangle            . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 textarea             . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y Y .  text                 . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y Y Y Y Y Y . . . . . . . . . . Y . Y Y Y Y Y . . . . . . . . . . . .
 textline             . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  datasubmission       . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 conceptgroup         . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . .  textfield            . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y Y . . . . . . . . . . . . . .
 foil                 . . . . . . . . . . . . . . . . . . . . . . . . Y Y Y Y Y Y Y . . . . . Y . Y Y Y Y  textline             . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 foilgroup            . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . . . . . . . . . .  conceptgroup         . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 optionresponse       . . Y . . . . . . . . . . . . . . Y . . . . . Y . . . . . . . . . . . . . . . . . .  foil                 . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y Y Y Y Y Y . . . . . . . . . . Y . Y Y Y Y Y . . . . . . . . . . . .
 conceptgroup         . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . .  foilgroup            . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 foil                 . . . . . . . . . . . . . . . . . . . . . . . . Y Y Y Y Y Y Y . . . . . Y . Y Y Y Y  optionresponse       . . . Y . . . . . . . . . . . . . . Y . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 foilgroup            . . . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . . . . . .  displayduedate       . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 radiobuttonresponse  . . Y . . . . . . . . . . . . . . . . . . Y . Y . . . . . . . . . . . . . . . . . .  displaytitle         . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 responseparam        . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  conceptgroup         . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 display              . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  foil                 . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y Y Y Y Y Y . . . . . . . . . . Y . Y Y Y Y Y . . . . . . . . . . . .
 import               . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  foilgroup            . . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 parserlib            . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  radiobuttonresponse  . . . Y . . . . . . . . . . . . . . . . . . . . Y . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 script               . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  responseparam        . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 scriptlib            . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  display              . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 window               . . . . . . . . . . . . . . . . . . . . . . . . Y Y . Y . Y Y Y . Y Y . Y Y Y Y Y Y  import               . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 block                Y Y . . . . . . . Y . . . . . . . . Y . . . Y . Y Y Y Y Y Y Y Y . Y Y . Y Y Y Y Y Y  parserlib            . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 notsolved            Y Y . . . . . . . Y . . . . . . . . Y . . . Y . Y Y Y Y Y Y Y . . Y Y . Y . Y Y Y Y  script               . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 part                 Y Y . . . . . . . Y . . . . . . . . Y . . . Y . Y Y Y Y Y Y Y Y . Y Y . Y Y Y Y . Y  scriptlib            . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 postanswerdate       . . . . . . . . . . . . . . . . . . . . . . . . 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 . . . . . . . . . . . .
 preduedate           Y Y . . . . . . . Y . . . . . . . . Y . . . Y . Y Y Y Y Y Y Y Y . . . . Y Y Y 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 . . . . . . . . . . . .
 problem              Y Y . . . . . . . Y . . . . . . . . Y . . . Y . Y Y Y Y Y Y Y Y Y Y Y . Y Y Y Y . Y  library              . . . . . . . . . . . . . . . . . . . . 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  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 . . . . . . . . . . . .
 solved               . . . . . . . . . . . . . . . . . . . . . . . . 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 . . . . . . . . . . . .
 startouttext         . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  postanswerdate       . . . . . . . . . . . . . . . . . . . . Y Y . . . . . Y Y Y Y Y Y Y . Y . . . . Y . . . Y Y Y Y . Y Y . . . . . . . . . . . .
 tex                  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  preduedate           Y Y Y . . . . . . . Y . . . . . . . . Y Y Y . . . Y . Y Y Y Y Y Y Y . Y . . . . Y . . . Y Y Y Y . Y Y . . . . . . . . . . . .
 web                  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  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 . . . . . . . . . . . .
 while                . . . . . . . . . . . . . . . . . . . . . . . . Y Y Y Y Y Y Y Y . Y Y . Y Y Y Y Y Y  randomlabel          . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . .
   labelgroup           . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . . . .
   location             . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
   label                . . . . . . . . . . . . . . . . . . . . . . . . . . . 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 . . . . . . . . . . . .
   solved               . . . . . . . . . . . . . . . . . . . . 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 . . . . . . . . . . . .
   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.11  
changed lines
  Added in v.1.26


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