This space is archived

For current information please use the current ExamSys documentation

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Purpose: Stores which questions are on a paper.
Joins: properties and questions tables.

FieldTypePurpose
p_idint(4)Primary Key
papermediumint(8) unsignedName of the paper
questionint(4) unsignedID of question used (links with q_id in Questions table)
screentinyint(2) unsignedScreen number question will appear on
display_possmallint(5) unsignedUsed to control the physical order of questions on a paper
  • No labels