Forum Discussion
Does anyone have experience with SAP LMS?
Hello, Everyone!
I am trying to help my client with testing of Storyline assessments on their LMS (SAP LMS).
They developed the SAP LMS Learning Net and did the assessment via their Learning Portal. The results are not writing back to the SAP LMS.
I have double checked the Storyline source file and it is properly published for LMS with the following options:
Include HTML 5 output: yes
Output options: SCORM 1.2
Reporting : results slide 1.5
Tracking: Quiz results slide 1.5
Reporting as: Passed/Incomplete
I have also loaded and run the Storyline SCORM file on our own LMS (Cornerstone OnDemand) and confirmed that the results do write back.
So the issue is not with the Storyline file - they do submit results.
My question is: Is anyone aware of any specific settings that are required (either on Storyline, or SAP) for the results to properly write back to SAP LMS?
Hi David,
I'm glad you were able to test it in another LMS to confirm that everything is functioning as desired, and I hope that someone in the community has some experience with SAP LMS to assist you here. Have you connected with the LMS support team to see if they have any advice to share?
- DavidJanusCommunity Member
Hi Ashley, my client is checking with his SAP team and I hope they can figure it out.
Still - if anyone has any useful tips or advice it will be appreciated .
Thanks David for the update, and I hope that other community members may have suggestions for you here as well.
- jonathanendeanCommunity Member
Hi guys,
Any progress updates on this piece? I too have a client that is basing their decisions on whether or not to purchase Storyline as a result of...
Any feedback would be greatly appreciated...
Hi Jonathan and welcome to Heroes!
I don't see another reply from David here, but it since he was able to test it within another LMS it seemed to be specific to SAP. You may want to send him a private message to determine if he found a work around.
- MarkJuliusCommunity Member
Did anyone find a solution yet for results not writing back to SAP LMS? I would be very thankful if there is a solution for this. The last time I tested, Storyline did not write back the results to SAP LMS.
Would it be worthwhile contacting the SAP LMS Vendor?
Hi Mark,
I don't see any other updates on this, but what you may want to do is reach out to those other users via a private message as I'm not certain they're still subscribed to this thread. Also, you could test your course at SCORM Cloud, which is an industry standard testing method for SCORM content and ensure it works as expected there. You would then want to share those results with your LMS team as they're your primary support for tracking and reporting issues. If you're able to determine a solution within SAP and are able to share that back here that would be really helpful for other users who come across this thread.
- DuaneKnudsenCommunity Member
- DavidJanusCommunity Member
HI Duane - thanks for the feedback. We will test your advice.
- MarkJuliusCommunity Member
To all the Heroes....
I still have issues with SAP LMS and Storyline2. The scores are not written back to SAP. In Moodle we had the same issue. We resolved it by changing the SCORM_PASSED and SCORM_FAILED variables in the SCORMFunctions.js file.
Changes made:
SCORM_PASSED = "completed"
SCORM_FAILED = "incomplete"Orginally it was:
SCORM_PASSED = "passed"
SCORM_FAILED = "failed"Even though the Report status to LMS is selected as Completed/Incomplete during publishing, it does not change it in the SCORMFunctions.js file.
I tried the same with SAP LMS, but without success. I am hoping that someone will be able to help with this query.
Regards
Mark