TalentLMS
TalentLMS is a cloud-based learning management system that provides an online tool to deliver your course materials.
Enter your TalentLMS URL into 'Base url' and your TalentLMS API key into 'API key'. Once you save the integration a new script block will be available for use. The standard script looks just like this:
talentLMS {
action 'enrol'
course record.courseClass.course.code
student record.student
}
By default, the course in TalentLMS should be named with the onCourse course code for this integration to work. Of course, you can modify this script to use any value, for example the course-class code or even the unit of competency code.
When creating new students in TalentLMS, they will be created with their email address as the login, type "Learner-Type" and a random password. Students can reset their password in TalentLMS. By default TalentLMS will typically send a welcome email.
Updated 6 months ago