/
objectives
This space is archived
For current information please use the current ExamSys documentation
objectives
ROGO 6.1.0
Purpose: When not obtaining learning objectives from a VLE through an API Rogo can store objectives internally - this table is for this purpose.
Joins: academic_year, modules and sessions table.
Field | Type | Purpose | Key |
---|---|---|---|
obj_id | int(11) | PRIMARY KEY | |
objective | text | Text of the objective itself | |
idMod | int(11) unsigned | ID of the module the objectives are stored against | PRIMARY KEY |
identifier | bigint(20) unsigned | Joins with sessions table | |
calendar_year | int(4) | Academic year the metadata applies to. | PRIMARY KEY, FOREIGN KEY academic_year.calendar_year |
sequence | int(11) | What order the objectives are displayed on screen |
, multiple selections available,
Related content
objectives
objectives
More like this
Objective Mapping
Objective Mapping
More like this
Objective Mapping
Objective Mapping
More like this
sessions
sessions
More like this
relationships
relationships
More like this