Signing Up
New students can enter a course in one of two ways:
- A school admin adds them via the students list.
- Public sign up is enabled for a course.
Signing Up For A Course
When the public signup option is enabled on a course, the course's public page gains an Apply button.
Students can read about the course before enrolling to it by supplying their name and email address. Their email address will be confirmed before they're added to the course, and they'll begin the course in the first level.
Tagging Public Signups
If you're sharing the link to a course's page, you may want to include a tag
parameter in the URL to track sign-ups
from that URL. To tag a new sign-up, simply include the name of an existing student tag in the URL like so:
https://my.school.domain/courses/ID?tag=existing-tag
- This only works for existing tags - this prevents misuse of the feature.
- If your tag name contains spaces, make sure that it's URL-encoded.
Students who sign up to a course after visiting this link will have the tag assigned to them.