Question Number Sequence

Hi :slight_smile:

I have created a quiz app. My issue was, I have two screens as screen one for Exam 1 and Screen two for Exam 2. When I navigate my questions from the local DB, the questions sequence number will be replicate to the next Screen.

Example : If I am at question no. 3 at Exam 1 screen, then the Exam 2 screen also will move to question no.3 as well. My expectation is, it should not change and should start from question no.1 from the Exam 2 screen.

Regards;
Rajan.

Hey @rajanrj529 :wave: welcome to the community - sorry for the delay getting back to you.

You can do this by using a variable to keep track of your current question number.

Let us know if you need any more help with this.

Thanks!