Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Never Send Resume Data Doesn't Work in Captivate 9

Contributor ,
Dec 28, 2016 Dec 28, 2016

Has anyone had a problem and found a solution to remove bookmarking functionality using Captivate 9 after using the below setting?

12-28-2016 1-08-06 PM.png

1.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Dec 28, 2016 Dec 28, 2016

To check that, you could upload for testing on SCORM Cloud.

Translate
Community Expert ,
Dec 28, 2016 Dec 28, 2016

That setting would remove bookmark functionality if you are working with a LMS.

If you are not working with a LMS, you have to check in the TOC settings : Self-Paced Learning should NOT be checked.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Dec 28, 2016 Dec 28, 2016

It's not removing bookmarking on our LMS when Never Send Resume Data is checked.

Could be an issue with our LMS.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 28, 2016 Dec 28, 2016

To check that, you could upload for testing on SCORM Cloud.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
People's Champ ,
Dec 28, 2016 Dec 28, 2016

Bookmarking is not actually handled in the suspend_data, it's in the cmi.location (SCORM 2004). Captivate uses the suspend_data to compare to the location and goes to the earliest slide. If there is no suspend_data, I imagine it goes to what is stored in the cmi.location or cmi.core.lesson_location (SCORM 1.2).

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Dec 28, 2016 Dec 28, 2016

We publish to SCORM 1.2.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
People's Champ ,
Dec 28, 2016 Dec 28, 2016

If you execute this script it will clear the bookmark, I would actually put it in an onunload script, but you can execute it when you see fit.

SCORM_SetBookmark("")

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Dec 28, 2016 Dec 28, 2016

There is no way to execute that script with our LMS.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
People's Champ ,
Dec 28, 2016 Dec 28, 2016

That is a function supplied by Captivate. If your LMS is SCORM conformant then that script will work.

If your LMS is handling suspend data, then I'm sure it can handle the cmi.core.lesson_location which is what that function populates.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Dec 28, 2016 Dec 28, 2016

How do you suggest I get that script in Captivate?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
People's Champ ,
Dec 30, 2016 Dec 30, 2016

Just put it in the JavaScript window. Choose Execute JavaScript, choose current from the dropdown.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Dec 30, 2016 Dec 30, 2016
LATEST

Thanks, I just realized that Never Send Resume Data functionality works on our LMS if I publish using SCORM 2004.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources