Skip to main content
Participant
April 16, 2018
Question

How can I add items to a list through a textbox on the same slide eg like adding items to a grocery list.

  • April 16, 2018
  • 1 reply
  • 108 views

Every time I click submit it must add the item to the list on the same slide. And how can I save the user progress, every time the user open the app the app must remember his list, score etc.

    This topic has been closed for replies.

    1 reply

    Lilybiri
    Legend
    April 16, 2018

    Can you please explain more in details, maybe adding screenshots?  Are those items to be added typed in by the learner or how are they created? Is there a limit?

    Which version are you using, please?

    Last question depends a lot on the way you are deploying the course: are you using a LMS?

    Participant
    April 16, 2018

    Hi Lilybiri,

    Captivate 9. Yes it is type in by the user, it is a task manager, they can add or remove tasks. Not a LMS, maybe more like an exe or maybe a browser.

    Lilybiri
    Legend
    April 16, 2018

    9 had 3 versions, hope you are on the most recent one: 9.0.2.437.

    Are you new to Captivate advanced/shared actions and variables? Do you know JS?

    Don't publish to EXE, it is Flash-based and EOL of Flash player is announced. A browser is always needed to watch a course, whether it is uploaded to a webserver or to a LMS. I suggest you first decide about that. It is possible to bookmark, using local storage, to store and retrieve information in/from local storage with JS. However this will only be functional if the user uses the same system all the time and doesn't clear its browser cache.