Purpose: Stores which questions are on a paper.
Joins: properties and questions tables.
| Field | Type | Purpose |
|---|---|---|
| p_id | int(4) | Primary Key |
| paper | mediumint(8) unsigned | Name of the paper |
| question | int(4) unsigned | ID of question used (links with q_id in Questions table) |
| screen | tinyint(2) unsigned | Screen number question will appear on |
| display_pos | smallint(5) unsigned | Used to control the physical order of questions on a paper |