Forum Discussion
Suspend Continue Close Buttons at Top of Module in LMS
- 3 months ago
Hi everyone,
I'm happy to let you know we released a new update for Rise 360. This update delivers the needed modifications discussed in this post:
- Learners encountered duplicate interface buttons in some external LMS providers when taking training exported as SCORM 2004
There's nothing to install for web apps. New features and fixes are immediately available, though you might need to publish your Rise 360 course again.
Let me know if you have any questions about this update!
I added the extra line xmlns:adlnav="http://www.adlnet.org/xsd/adlnav_v1p3" in addition to the coding that SAP mentions in their KBA but I still get a failed error when I upload it to Success Factor LMS.
- RyanWiegel-99702 years agoCommunity Member
Hi Carla,
I had to also add a line to in the schema locations list in addition to the XMLNS above for http://www.adlnet.org/xsd/adlnav_v1p3 adlnav_v1p3.xsd
Example:
xsi:schemaLocation="http://www.imsglobal.org/xsd/imscp_v1p1 imscp_v1p1.xsd
http://www.adlnet.org/xsd/adlcp_v1p3 adlcp_v1p3.xsd
http://www.adlnet.org/xsd/adlseq_v1p3 adlseq_v1p3.xsd
http://www.adlnet.org/xsd/adlnav_v1p3 adlnav_v1p3.xsd
http://www.imsglobal.org/xsd/imsss imsss_v1p0.xsd">
Related Content
- 3 months ago
- 5 months ago
- 8 months ago