# \[Solved\] Could someone help me figure out why my lists keep showing all items?

**URL:** https://community.thunkable.com/t/solved-could-someone-help-me-figure-out-why-my-lists-keep-showing-all-items/2462657
**Category:** Questions about Thunkable X
**Tags:** beginner, help
**Created:** [June 12, 2023, 4:10pm UTC](https://community.thunkable.com/t/solved-could-someone-help-me-figure-out-why-my-lists-keep-showing-all-items/2462657 "2023-06-12T16:10:33Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![mrodr319ijpd](https://avatars.discourse-cdn.com/v4/letter/m/e19b73/32.png) [@mrodr319ijpd](https://community.thunkable.com/u/mrodr319ijpd)
#### Post date: [June 12, 2023, 4:10pm UTC](https://community.thunkable.com/t/solved-could-someone-help-me-figure-out-why-my-lists-keep-showing-all-items/2462657/1 "2023-06-12T16:10:33Z")

</div>

Hello. I am working on a project for my beginner programing class and I am assigned to make a multiple choice quiz app. So far I think I’ve got what I need done, but my issue is that I when I test the app, the first question and list of answers show every item in their lists, however when I click the next button the quiz seems to be working appropriately (minus the score and correct answer working, but I assume that is because the very first question is messed up). I’ve searched on youtube, I’ve followed my professor’s steps but for some reason I can’t seem to figure out whats wrong. My blocks look exactly like my professor’s so I have no clue what is going wrong.

Here is the link to my project, if someone is willing to take a look at it. [Thunkable](https://x.thunkable.com/copy/a3f41ceb640b421ba27243036c24501f)

---

<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: [June 12, 2023, 4:33pm UTC](https://community.thunkable.com/t/solved-could-someone-help-me-figure-out-why-my-lists-keep-showing-all-items/2462657/2 "2023-06-12T16:33:21Z")

</div>

You made a common mistake. Your variables are already defined as lists. So when you add the [gear] list block, you create a _list of lists_. That’s generally a bad idea unless you’re meaning to do that. Remove those extra blocks and you should be fine.

 ![Screen Shot 2023-06-12 at 9.31.38 AM](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/8/8/88c3dae52288dac7d5a4154ef82ded8be42034e0.png)

---

<div class="post-metadata">

### Author: ![mrodr319ijpd](https://avatars.discourse-cdn.com/v4/letter/m/e19b73/32.png) [@mrodr319ijpd](https://community.thunkable.com/u/mrodr319ijpd)
#### Post date: [June 12, 2023, 4:45pm UTC](https://community.thunkable.com/t/solved-could-someone-help-me-figure-out-why-my-lists-keep-showing-all-items/2462657/3 "2023-06-12T16:45:27Z")

</div>

Thank you very much! I see what was wrong now. I guess I’m not as good at following directions as I thought. Thank you again!

---

<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: [June 12, 2023, 4:46pm UTC](https://community.thunkable.com/t/solved-could-someone-help-me-figure-out-why-my-lists-keep-showing-all-items/2462657/4 "2023-06-12T16:46:37Z")

</div>

You’re welcome. It was really helpful that you described the problem in detail and included a link to your project.

---

<div class="post-metadata">

### Author: ![matt\_conroy](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/matt_conroy/32/150843_2.png) [@matt\_conroy](https://community.thunkable.com/u/matt_conroy)
#### Post date: [June 12, 2023, 7:54pm UTC](https://community.thunkable.com/t/solved-could-someone-help-me-figure-out-why-my-lists-keep-showing-all-items/2462657/5 "2023-06-12T19:54:07Z")

</div>


