Forum Discussion
JeffHartl
3 years agoCommunity Member
On Resume, how to use JavaScript to load record stored externally
I'm adding JavaScript triggers to my client's assessment to send data to an external database. We aren't using an LMS. We want users to be able to quit the assessment at any point and then resume la...
WaltHamilton
3 years agoSuper Hero
It can do this, but because there's a delay, the next line of JavaScript in the trigger fires before my API's response is resolved.
Before the next line, can you put a pause, or use Alert to ask the learner a question? It shouldn't take much of a delay.