The Question table (top) and the Answer table (bottom) comprise the test database design.
ATTRIBUTE | TYPE | FIELD SIZE | REQUIRED? | INDEXED? | COMMENTS |
Index | Text | 6 | Yes | Yes (no duplicates) | Primary Key |
MatchIndex | Text | 6 | Yes | Yes | |
Topic | Text | 10 | Yes | Yes | |
Qtype | Number | Integer | Yes | No | |
QuestionText | Text | 250 | No | No | |
CorrectResponse | Text | 10 | Yes | No | |
Explanation | Text | 250 | No | No | |
ATTRIBUTE | TYPE | FIELD | REQUIRED? | INDEXED? | COMMENT |
Index | Text | 6 | Yes | Yes | Primary Key |
Response | Text | 1 | Yes | Yes | Primary Key |
ResponseText | Text | 160 | No | No | |
Note:
|