Copy link to clipboard
Copied
Captivate 9: I have a TEB (Text Entry Box) where the learner must enter his/her name. What he/she entered to the TEB will be shown on the last page of the course ($$TEB-entry$$).
If the learner does not finish the course in one step but leaves the course (exit) and resumes it later, the content of the TEB is lost. And since the learner continues where he/she left the course, he/she will not re-enter the box. How to keep the entry after resuming?
This last page is shown only after successfully completing the quiz.
Copy link to clipboard
Copied
You'll need to capture the value of that variable, use local storage and then recover it when restarting the course.
This can be done by Javascript or by using the CpExtra widget from InfoSemantics (you can try it out for free with a trial version).