- 11 Jun 2024
- 1 Minute To Read
-
Print
-
DarkLight
-
PDF
Can I Configure my LRS with Whatfix?
- Updated On 11 Jun 2024
- 1 Minute To Read
-
Print
-
DarkLight
-
PDF
Whatfix pre-configures the Learning Recording System (LRS) for xAPI compliant packages. Here are some examples of user behavior that you can track.
- John clicked the Task List.
- John attempted the Salesforce module-1 course.
- John played the Salesforce welcome video.
- John passed the Whatfix course for Salesforce, etc.
To track such information, it is mandatory to link your LRS details to our xAPI package. This is due to the wide range of LMSs to choose from, like Talent LMS or SAP Litmos etc. For more information, see xAPI package export
Sharing your xAPI details with Whatfix
Once the xAPI Package is exported, a ZIP file is downloaded. The downloaded file can then be integrated with the LMS of your choice.
Use the following steps to integrate your xAPI package details with Whatfix,
-
Extract the .zip file into a folder of your choice.
-
Open the config.js file using a code editor.
-
In the code editor, you'll have to enter the endpoint, SCORM cloud username, and password within ““ adjacent to the respective fields.
endpoint: "https://cloud.scorm.com/lrs/AD4SCMW2DU/",username: "john.doe@whatfix.com", password: "LifeMathMoney123"
Fields | Description |
---|---|
endpoint | link to the LRS |
username | Admin username |
password | Admin's password for the LRS |
Getting the End-point
The following procedure to get the end points might differ based on the LMS you are using. The example provided here uses SCORM Cloud as the LMS.
Use the following steps to get the endpoint,
-
Log into your SCORM cloud account and Go to xAPI LRS.
-
Click LRS Endpoints and copy the SCORM Cloud endpoint.
-
Paste the LRS endpoint in the code editor adjacent to the endpoint.
SCORM does not support two-way content sync.