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

Bookmarking clicked objects?

Community Beginner ,
Jan 03, 2020 Jan 03, 2020

Copy link to clipboard

Copied

Hello,

 

I am wondering if it is possible to keep objects that are revealed when returning to a captivate scorm file after it has been closed? For example, I have a button that reveals a shape... if I close the scorm file the document is bookmarked and returns to the appropriate slide. However, the object that was previously revealed by the button is now hidden again. Is there a way to keep revealed objects active if you return to a course after closing it?  

TOPICS
Advanced actions

Views

113

Translate

Translate

Report

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 ,
Jan 03, 2020 Jan 03, 2020

Copy link to clipboard

Copied

It is possible, but it depends on whether or not your particular LMS will persist the values of User Variables in the Captivate content. 

 

Some LMSs will store the current value of User Variables when the learner closes the browser without reaching completion of the module.  So, if your course interaction was set up with a User Variable that recorded the current hidden or visible status of an object, and the ON Slide Enter event of that slide was set up to execute a Conditional Action that either shows or hides the object based on the value of this variable, THEN you might be on a winner.

 

However, not all LMSs will persist User Variables by default. If it turns out that yours is NOT set up to do this, then you would need to start investigating use of JavaScript programming to take advantage of other methods of persisting variables, perhaps using the Local Storage area of the web browser.  

 

For HTML5 e-learning you might also investigate use of data persistence functionality in the CpExtra HTML5 widget: http://www.infosemantics.com.au/adobe-captivate-widgets/cpextra/help/data-persistence  This achieves a similar result without requiring you to learn JavaScript.

Votes

Translate

Translate

Report

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 ,
Jan 04, 2020 Jan 04, 2020

Copy link to clipboard

Copied

LATEST

Rod has explained the situation in his usual elaborate and clarifying way. Hope you understand that the way you did set up the actions is important, if you want to use that approach with retrieving user variables. If you just used the 'Show' command, even in an advanced or shared action, tno user variables are in the workflow. Example: a toggle button to show/hide an object can be done with show/hide commands, or you can use a conditional action like this:

IF v_visib is equal to 0

    Show xxxx

    Toggle v_visib

ELSE

     Hide xxxx

     Toggle v_visib

 

That conditional action  which I use as shared action does implicate a user variable, which can be used for Rod's workflow.

 

Votes

Translate

Translate

Report

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