| Name | Type | Index | Null? | Default | 
| qkey | int(11) ++ | PK | No |  |  | 
| userid | varchar(240) | I |  | NULL | Quiz owner (writer) 
 | 
| title | varchar(240) |  |  | NULL | Description/name of quiz 
 | 
| visible0 | date |  |  | NULL | Starting date when quiz is visible 
 | 
| visible1 | date |  |  | NULL | Ending date when quiz is visible 
 | 
| onepage | int(11) |  |  | '0' |  | 
| deleted | tinyint(4) |  |  | '0' | Is quiz deleted? 
 | 
| seeAnswers | int(11) |  |  | '0' | May takers see the correct answers after scoring? 
 | 
| seesummary | varchar(20) |  |  | NULL | Who can see the summary? (editors/takers/anyone) 
 | 
| includeScore | tinyint(4) |  |  | '1' | Should this quiz's score be included when computing total across all quizzes? 
 |