Skip to main content
petrk27901450
Inspiring
June 15, 2017
Answered

Change internal Captivate variables via actions

  • June 15, 2017
  • 2 replies
  • 623 views

I would like to be able to increase the variable cpQuizInfoPointsscored by 1 using an Advanced Action. But if I use the Assign or Increment actions, this variable does not come up in the list and even if I type it in I cannot save the action. Is this not possible? It is listed in the IF part of a Conditional Action but does not show for the Else part, and not at all for Standard Actions.

This topic has been closed for replies.
Correct answer sdwarwick

Perhaps this might help :

 

“Building a fully custom quiz in Adobe Captivate using JavaScript” @hdecisions https://medium.com/@hdecisions/building-a-fully-custom-quiz-in-adobe-captivate-using-javascript-4a12a33a57b4

2 replies

sdwarwickCorrect answer
Participating Frequently
June 16, 2017

Perhaps this might help :

 

“Building a fully custom quiz in Adobe Captivate using JavaScript” @hdecisions https://medium.com/@hdecisions/building-a-fully-custom-quiz-in-adobe-captivate-using-javascript-4a12a33a57b4

Lilybiri
Legend
June 16, 2017

Thanks, Steven, I hoped you would pop in, mentioned that it could be done with JS but couldn't find your article right away (on phone)

Lilybiri
Legend
June 15, 2017

Quizzing variables are read only, cannot be changed by advanced actions.

Maybe by JS.

Download (freely) my explanatory table with system variables, and maybe read the article I wrote about the Quizzing system variables:

System variables in Captivate 8/9 and 2017 - Captivate blog

Using Quizzing System Variables - Captivate blog

petrk27901450
Inspiring
June 15, 2017

It's a shame this functionality is not built in, but thank you for those articles they are very helpful.