Skip to main content
marinai5
Participant
September 23, 2020
Answered

Display objects in WBTs on LMS

  • September 23, 2020
  • 1 reply
  • 354 views

Hi everyone

 

We display various objects with buttons in a WBT. This works perfectly. When I close and reopen a WBT on LMS (Moodle, Learning Suite), all previously displayed objects are hidden again. How can I avoid that a user has to display all objects again?

 

Best regards

Marina

    This topic has been closed for replies.
    Correct answer Lilybiri

    What you describe is the normal behavior.  I don't know what you used for the Show/Hide features, but everything is refreshed when you start a new session. Using Local Storage you could try to save and re-import values of variables to reset everything, but that will be limited. The learner needs to use the same device when restarting the course and cannot reset the browser (like deleting history etc).

    An alternative could be to 'ask' the learner if this is not the first visit. You could then create a conditional reset action. Even in that case, there will be issues when the learner has left the first session somewhere in the middle.

    1 reply

    Lilybiri
    LilybiriCorrect answer
    Legend
    September 23, 2020

    What you describe is the normal behavior.  I don't know what you used for the Show/Hide features, but everything is refreshed when you start a new session. Using Local Storage you could try to save and re-import values of variables to reset everything, but that will be limited. The learner needs to use the same device when restarting the course and cannot reset the browser (like deleting history etc).

    An alternative could be to 'ask' the learner if this is not the first visit. You could then create a conditional reset action. Even in that case, there will be issues when the learner has left the first session somewhere in the middle.