Top => quizscore   Records Takers' scores on problems. One row per Taker/problem/quiz/session combination. (Allows for a single problem to be shared across multiple quizzes, and also for taking a quiz more than once.) .

Categories: Quizzes 

Notes: 

Name Type Index Null? Default
userid varchar(240) I NULL Taker
qkey int(11) I No
pkey int(11) I No
akey int(11) I No
session int(11) '0' ignored for now
answer mediumtext Taker's answer set
points int(11) NULL Points scored for this answer
status int(11) NULL Status of scoring: unscored=1, waiting for human scoring=2, scored=3.
submitted datetime NULL When the answers were submitted/scored