Result counter in each question page

HI
I want to know how can i show the question results counter on each question step
i mean for example if ive 8 question so in question 5 the counter will be 3 point of 8 (that mean i answer 3 correct qus and 2 is wrong
thanks

Hi,

Yes, you should use variables apQuizCorrectInteractions and apQuizTotalInteractions to display the results.
Please take a look at this sample project QuizDemo.approj (620 KB) .

You can learn more about how to using variables in ActivePresenter here: https://atomisystems.com/tutorials/ap7/adding-using-variables/

Regards,

If you want to show the score, you can use these variables: apQuizScore and apQuizMaxScore, or apQuizScorePercentage.