- 06 May 2021
- 1 Minute To Read
-
Print
-
DarkLight
-
PDF
Can I configure my LRS with Whatfix?
- Updated On 06 May 2021
- 1 Minute To Read
-
Print
-
DarkLight
-
PDF
Whatfix pre-configures Learning Recording System (LRS) for xAPI compliant packages. If you are looking to track your user's behavior like, (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 ) then it is mandatory to link your LRS details onto 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 xAPIpackage is exported, a .zip file is downloaded. The downloaded file can then be integrated with the LMS of your choice.
Use the following instructions to integrate your xAPI package details with Whatfix,
-
Extract the .zip file in 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: "[email protected]", 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.
To get the endpoint,
-
Log into SCORM cloud account and navigate 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 2-way content sync.