# An answer list bug

**URL:** https://community.thunkable.com/t/an-answer-list-bug/3808037
**Category:** Issues / Bugs
**Tags:** beginner, lists
**Created:** [May 7, 2025, 12:50pm UTC](https://community.thunkable.com/t/an-answer-list-bug/3808037 "2025-05-07T12:50:24Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![patrick.20242823gaab](https://avatars.discourse-cdn.com/v4/letter/p/65b543/32.png) [@patrick.20242823gaab](https://community.thunkable.com/u/patrick.20242823gaab)
#### Post date: [May 7, 2025, 12:50pm UTC](https://community.thunkable.com/t/an-answer-list-bug/3808037/1 "2025-05-07T12:50:24Z")

</div>

hey everyone i’m a student that have a team school project about making an app. and our app is a quiz about country with the bug is when i click the answer on the answer simple list, you can change the answer. so my question is how to make when 1 item on answer simple list is click, the other answer simple list item can’t be click?

---

<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: [May 7, 2025, 10:08pm UTC](https://community.thunkable.com/t/an-answer-list-bug/3808037/2 "2025-05-07T22:08:10Z")

</div>

You can do this by setting the Disabled button property to true or false, for each button.

---

<div class="post-metadata">

### Author: ![patrick.20242823gaab](https://avatars.discourse-cdn.com/v4/letter/p/65b543/32.png) [@patrick.20242823gaab](https://community.thunkable.com/u/patrick.20242823gaab)
#### Post date: [May 8, 2025, 7:22am UTC](https://community.thunkable.com/t/an-answer-list-bug/3808037/3 "2025-05-08T07:22:07Z")

</div>

Can you show me how

---

<div class="post-metadata">

### Author: ![patrick.20242823gaab](https://avatars.discourse-cdn.com/v4/letter/p/65b543/32.png) [@patrick.20242823gaab](https://community.thunkable.com/u/patrick.20242823gaab)
#### Post date: [May 8, 2025, 7:22am UTC](https://community.thunkable.com/t/an-answer-list-bug/3808037/4 "2025-05-08T07:22:53Z")

</div>

I can send you a code pic to check and tell me what code i do later

---

<div class="post-metadata">

### Author: ![patrick.20242823gaab](https://avatars.discourse-cdn.com/v4/letter/p/65b543/32.png) [@patrick.20242823gaab](https://community.thunkable.com/u/patrick.20242823gaab)
#### Post date: [May 8, 2025, 9:27am UTC](https://community.thunkable.com/t/an-answer-list-bug/3808037/5 "2025-05-08T09:27:28Z")

</div>

![Screenshot 2025-05-07 194913](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/c/2/c26dfc0b49b377efadfe694bf1377129487ddfc9.png)  
here u go

---

<div class="post-metadata">

### Author: ![patrick.20242823gaab](https://avatars.discourse-cdn.com/v4/letter/p/65b543/32.png) [@patrick.20242823gaab](https://community.thunkable.com/u/patrick.20242823gaab)
#### Post date: [May 8, 2025, 9:37am UTC](https://community.thunkable.com/t/an-answer-list-bug/3808037/6 "2025-05-08T09:37:11Z")

</div>

What should i do  
And can give the code of it  
Thank you

---

<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: [May 8, 2025, 5:38pm UTC](https://community.thunkable.com/t/an-answer-list-bug/3808037/7 "2025-05-08T17:38:00Z")

</div>

To change the button’s properties, click on the button’s name in the left sidebar of the Block’s tab and use this block along with the `true` or `false` blocks from the Logic section of the sidebar:

![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/optimized/3X/e/5/e57c8a535d8ed36fdbd227689f15a279a47c6113_2_517x46.png)
