Learner

A Learner represents a person who can be assigned to a Course Registration. Learner records are created automatically for a Contact or User when they are linked to the Course Access table along with Courses. Contacts and Users in the system should each only be related to a single Learner record.

The following columns are available on Learner:

ColumnDescription
NameThe name of the Learner
TypeInternal or External, whether or not the Learner uses ecLearn as a Contact (External) or User (Internal).
ContactA reference to the Contact that identifies the Learner, when the Learner is External.
UserA reference to the User that identifies the Learner, when the Learner is Internal.
Back to top