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.You are not allowed to attach a file to this page.