This space is archived

For current information please use the current ExamSys documentation

reference_material

Purpose: Store title, content and width of sidebar reference material.
Joins: reference_modules and reference_papers tables.

FieldTypePurpose
idint(11)Primary Key – auto increment.
titlevarchar(255)The name of the reference material. This will be displayed to students at the top of the sidebar panel.
contenttextText field to hold the HTML of the reference material.
widthsmallint(5) unsignedWidth in pixels of the sidebar panel.
createddatetimeDate the reference material was created.
deleteddatetimeDate deleted. NULL represents 'live' or undeleted reference material.