Attachment 'quiz_X.py'

Download

   1 Dependencies = []
   2 
   3 def execute(macro, args):
   4     comma = args.find(',')
   5     name = args[:comma]
   6     label = args[comma+1:]
   7     return macro.formatter.rawHTML('<label><input type="checkbox" name="%s" value="%s"><input type="hidden" name="counter" value="%s">%s</label>' % (name, label.replace('"', "'"), name, label))

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2008-09-08 12:05:39, 0.1 KB) [[attachment:quiz_I.py]]
  • [get | view] (2008-09-08 12:05:20, 0.3 KB) [[attachment:quiz_O.py]]
  • [get | view] (2008-09-08 12:04:20, 0.3 KB) [[attachment:quiz_X.py]]
  • [get | view] (2008-09-08 12:03:39, 1.7 KB) [[attachment:quiz_action.py]]
  • [get | view] (2008-09-08 12:04:00, 7.2 KB) [[attachment:quiz_parser.py]]
  • [get | view] (2008-09-08 12:06:01, 5.8 KB) [[attachment:quiz_score.py]]
  • [get | view] (2008-09-08 12:06:19, 6.2 KB) [[attachment:test_score.py]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.