Correction id -> name
darcs-hash:20070122082633-9e428-76bceb9a0618c0fe0a3e39d820c937aafa2f5de0.gz
This commit is contained in:
parent
2911614fa8
commit
ba3cb20ee7
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ def question(f,QR):
|
|||
""" % { "id" : id , "Q" : QR[0][1]})
|
||||
QR=QR[1:]
|
||||
for (point,rep) in QR:
|
||||
r+=f.rawHTML("""<input type="radio" id="radio%(id)s" onclick="ajoute_Q%(id)s(%(point)s)" > %(rep)s\n"""% { "point" : point , "id" : id, "rep" : rep})
|
||||
r+=f.rawHTML("""<input type="radio" name="radio%(id)s" onclick="ajoute_Q%(id)s(%(point)s)" > %(rep)s<br>\n"""% { "point" : point , "id" : id, "rep" : rep})
|
||||
return r
|
||||
|
||||
def result(f):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue