Top => quizanswers   Each problem may have multiple "rows" of answers, e.g. a three-choice multiple-choice problem has 3 rows which define the possible answers.

Categories: Quizzes 

Notes: 

Name Type Index Null? Default
akey int(11) ++ PK No
pkey int(11) I No which problem 'owns' these answers
text1 varchar(240) NULL text before form element before this answer row
type varchar(20) NULL type of text in text1
text2 varchar(240) NULL text after form element
answer varchar(240) NULL correct answer (if needed)
sortorder int(11) NULL sorting order for listing problems
points int(11) NULL
newrow tinyint(4) '1' Start a new row when display this answer element?