JanKouwenhoven-
9 months agoCommunity Member
xAPI - GetBookmark returning 'undefined'
Hi all,
A client of mine has a custom built LMS in which they try to embed xAPI packages created in Rise. However, opening the package in their LMS returns a 404 error.
This is their feedback (plus the attachment):
The GetBookmark(); function here returns 'undefined'. The rule on line 59 checks if the string is empty (which is not, its undefined). It things it has a bookmark, so it appends 'undefined' at the end of the url on load. Which results in a 404 error. Rule 59 should be adjusted to also check if its undefined.
Is this something you could help me with?