May 2018
Beginner
432 pages
13h 12m
English
Before you can enroll a person into a course, that person needs to be a member of your site, that is, the person needs to be authenticated. In this case, your first step is to authenticate the users using one of the methods discussed in the Authenticating against an external source section.
If you use a flat file to enroll students in a course, the file will identify each student by their ID number. Whatever method you use to authenticate your users, it should include a unique ID number for each user. This number should consist of only digits and should be up to 10 characters in length. In the user profile page as seen in the following screenshot, you can see that ID number is an optional field:
This ID number ...
Read now
Unlock full access