Lists in Thunkable X

Hello,
I am trying to create a quizz app, where I have the Questions and Answers stored as variables. I created this App in App Inventor, but I am having difficulty finding similar functions in Thunkable.
For example as in the image List Item List and index. This allows the App to update the variable as an index.

Basically I am looking for the blue block for select list item list, and the call procedure block, for next question as the purple block.

image
image

I have a link to the project here:
https://x.thunkable.com/projects/5e39c391b9f39978ed20f7ef/cabaa2da-766d-4a34-94f8-a29a4d293ad3/blocks

Any help will be greatly appreciated.

Here’s how you return an item from a list:

2 Likes

The purple blocks are functions. After you create a new function, you can find its block in the Functions drawer:

1 Like

Thank you so much for the reply, really helped a lot.