File:  [LON-CAPA] / loncom / homework / Attic / insertlist.tab
Revision 1.3: download - view: text, annotated - select for diffs
Sun May 13 21:37:20 2001 UTC (23 years, 2 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- this inserttablist is a lie, <foils> need to be inside <foilgroups>
  but it is a useful test of being able to have multiple definitions of
  the same tag

    1: #the order of tags at the top _MUST_ be the same as in the table
    2: #tag, description, function to call, show as option
    3: imageresponse,Response click on Image,default
    4: foil,Image response foil,Apache::imageresponse::insert_foil
    5: optionresponse,Response with a List of Options,default
    6: foil,Option response foil,Apache::optionresponse::insert_foil
    7: block,Conditional Block,default
    8: notsolved,Block For When Not Solved,default
    9: part,New problem part,default
   10: postanswerdate,After Answer Date Block,default
   11: preduedate,Before Due Date Block,default
   12: problem,Start of Homework,default
   13: randomlist,Randomly Parsed Block,default
   14: solved,Block For After Solved,default
   15: startouttext,Text Area,insert_startouttext
   16: tex,TeX Only Block,default,no
   17: web,Web Only Block,default,no
   18: while,While Loop Block,default
   19: 
   20: 
   21: TABLE          i f o f b n p p p p r s s t w w
   22: imageresponse  . Y . . . . . . . . . . . . . .
   23: foil           . . . . Y Y . . . . . . Y Y Y Y
   24: optionresponse . . . Y . . . . . . . . . . . .
   25: foil           . . . . Y Y . . . . . . Y Y Y Y
   26: block          Y . Y . Y Y . Y Y . Y Y Y Y Y Y
   27: notsolved      Y . Y . Y . . Y Y . Y . Y Y Y Y
   28: part           Y . Y . Y Y . Y Y . Y Y Y Y . Y
   29: postanswerdate . . . . Y Y . . . . Y Y Y Y . Y
   30: preduedate     Y . Y . Y Y . . . . Y Y Y Y . Y
   31: problem        Y . Y . Y Y Y Y Y . Y Y Y Y . Y
   32: randomlist     Y . Y . Y Y . Y Y . Y Y . Y . Y
   33: solved         Y . Y . Y . . Y Y . Y . Y Y . Y
   34: startouttext   . . . . . . . . . . . . . . . .
   35: tex            . . . . . . . . . . . . . . . .
   36: web            . . . . . . . . . . . . . . . .
   37: while          Y . Y . Y Y . Y Y . Y Y Y Y Y Y

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