Retrieve variables

Problem: I would like to retrieve variables - that I’m using in the quiz witch i created- maybe using javascript but I have no idea how I can do that!
thanks in advance

ActivePresenter Version:

OS:

Notes:

Hi,

To change and display a variable value, or use a variable in an action, please see this tutorial: https://atomisystems.com/tutorials/ap7/adding-using-variables/

To get/set variable using javascript, you can use these functions:

prez.variable("variable_name"); // get value
prez.variable("variable_name", variable_value); // set value

Regards