Need Help for RunTime Error

I created a Quiz consisting of 25 questions.
After answering all the questions this error appears.

“Select list item: Attempt to get item number 26 of a list of length 25 …”

How can I fix it?
Thanks very much

Most probably you have to check the lenght of questions and use an if … then statement. Post a screenshot of your blocks. How do you set next question in quiz ?

Try when button click if get global index < 25 then set global index to get global index + 1 and move all blocks under that statement … else open another screen

It didn’t work even changing the sign to < and >

This error comes when you press Next button? Post a screenshot of the changes you made

I’ll send you the project ??

1 Like

If you wish

1 Like

Simple change when next button click like this

1 Like

Great Congratulations!!!
It works correctly now.
Thank you

1 Like

If problem solved don’t forget to mark solution :white_check_mark: in order to help others.

1 Like

Thanks for watching. I don’t know the rules. Excuse me.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.