Contents
Sessions represent the classroom sessions a student attends when enrolled in a class. Sessions are a timetabled event. Not all classes have sessions. Self paced classes will no related sessions attached to them.
public Session {
}
attendance records for all SUCCESS enrolments
attendance records for all students/tutors enrolled/teaching this session
This is just a convenience to save having to write {@code session.courseClass.course}
the course related to this session
the class related to this session
the date and time this record was created
the duration of this session in hours
JSR-310 compatible end date time of the session
the end time for this session
the date and time this record was modified
difference between actual session duration and payable duration in minutes
The payable duration may differ from the actual session duration. If no adjustment has been made to the regular session duration, then the regular session duration is returned here.
duration in hours
private notes for this session
public notes (rich text)
the room in which the session is held
JSR-310 compatible start date time of the session
the start time for this session
Every session has a natural timezone which is derived from the site in which that session is delivered. For sessions not linked to a room or site, the default timezone for the college is returned. Note that on the onCourse website, virtual sessions (eg. online delivery) will be shown in the browser's local timezone.
timezone