# Lists in Thunkable X

**URL:** https://community.thunkable.com/t/lists-in-thunkable-x/447516
**Category:** Questions about Thunkable X
**Created:** [February 5, 2020, 7:31pm UTC](https://community.thunkable.com/t/lists-in-thunkable-x/447516 "2020-02-05T19:31:17Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![alanbart](https://avatars.discourse-cdn.com/v4/letter/a/e9c0ed/32.png) [@alanbart](https://community.thunkable.com/u/alanbart)
#### Post date: [February 5, 2020, 7:31pm UTC](https://community.thunkable.com/t/lists-in-thunkable-x/447516/1 "2020-02-05T19:31:17Z")

</div>

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](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/2/a/2a1aa959ef71666996b86d882693eaf23df432e8.png)  
 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/7/2/720ac80a56e8dc65876b5457adf61b18b1471f55.png)

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

Any help will be greatly appreciated.

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [February 5, 2020, 8:19pm UTC](https://community.thunkable.com/t/lists-in-thunkable-x/447516/2 "2020-02-05T20:19:07Z")

</div>

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

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [February 5, 2020, 8:24pm UTC](https://community.thunkable.com/t/lists-in-thunkable-x/447516/3 "2020-02-05T20:24:25Z")

</div>

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

---

<div class="post-metadata">

### Author: ![alanbart](https://avatars.discourse-cdn.com/v4/letter/a/e9c0ed/32.png) [@alanbart](https://community.thunkable.com/u/alanbart)
#### Post date: [February 5, 2020, 8:42pm UTC](https://community.thunkable.com/t/lists-in-thunkable-x/447516/4 "2020-02-05T20:42:03Z")

</div>

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

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 11:41am UTC](https://community.thunkable.com/t/lists-in-thunkable-x/447516/5 "2024-11-08T11:41:17Z")

</div>


