Courses
Last updated
Was this helpful?
Last updated
Was this helpful?
Instructors can create courses. When an instructor creates a course, the course is associated to the instructor's institution.
Courses always have exactly one .
Course are a roster of instructors and students in a course. When an instructor adds them through the course's s participants page, they will be a course participant. If they're not already an Institution participant, they'll also be linked to the institution the course belongs to.
Participants can be one type in a course: Owner
, Instructor
, Student
, or Assistant
The invite link for learners can be . In the example below they are queryable via joinUrl
.
You can invite Instructors and Students (learners) via addCourseParticipants
Invitation links and embed (a.k.a magic links) can be accessed through the Participant
response object:
invitationLink
: Will prompt user to create a password
embedLoginLink
: "Magic link", takes user directly to to course
You can remove participants from course by email via removeCourseParticipants