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

« Previous Version 3 Current »

Purpose: Saves custom settings for students identified as having special needs. The special_needs field in users should be set to 1 to indicate special needs.
Joins: users table.

FieldTypePurpose
special_idint(11)Primary Key – auto increment.
userIDint(10) unsignedUser ID of the student who the special needs pertain to
backgroundvarchar(20)Background colour of the assessment. Can be named colour such as white or HTML code #FFFFFF
foregroundvarchar(20)Foreground colour of the assessment.
textsizeint(11)Base font size for assessment. Use percentage values without the percent symbol
extra_timetinyint(4)Amount of extra time permitted expressed as a percentage (without the percent symbol)
marks_colorvarchar(20)Colour used to show how many marks each question is worth to the student
themecolorvarchar(20)Theme (heading) colour
labelcolorvarchar(20)Colour of additional headings (i.e. True/False)
fontvarchar(50)Base Font Family to use
unansweredvarchar(20)Colour of unanswered questions.
dismissvarchar(20)Colour of the strikeout/dismiss state.
medicaltext6.0: Holds medical information about a student - accessible to invigilators.
breakstext6.0: Holds rest break information about a student - accessible to invigilators.
break_timesmallintadded in 7.2 amount of break time a student can have in an exam (percent or mins per hour)

See also: Accessibility Options

  • No labels