# Quiz base on images

**URL:** https://community.thunkable.com/t/quiz-base-on-images/2185610
**Category:** Questions about Thunkable X
**Created:** [December 19, 2022, 11:32pm UTC](https://community.thunkable.com/t/quiz-base-on-images/2185610 "2022-12-19T23:32:23Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![ozel1978](https://avatars.discourse-cdn.com/v4/letter/o/3ec8ea/32.png) [@ozel1978](https://community.thunkable.com/u/ozel1978)
#### Post date: [December 19, 2022, 11:32pm UTC](https://community.thunkable.com/t/quiz-base-on-images/2185610/1 "2022-12-19T23:32:23Z")

</div>

Hi All,

I try to create simple quiz base on images but seem my block not really work.  
need advice from community here. thank you

UI  
 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/2/a/2a500057053adf16bc74978b0a5ad940051cf894.png)

Database: i am using airtable

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/1/c/1cd57ebb849f2355573142271d59f1cb1dafedc1.png)

block

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/7/07dca318368d1372a3c2667c865b7ff263889bd7.png)

---

<div class="post-metadata">

### Author: ![john\_shelby\_hhs](https://avatars.discourse-cdn.com/v4/letter/j/7feea3/32.png) [@john\_shelby\_hhs](https://community.thunkable.com/u/john_shelby_hhs)
#### Post date: [December 19, 2022, 11:52pm UTC](https://community.thunkable.com/t/quiz-base-on-images/2185610/2 "2022-12-19T23:52:15Z")

</div>

It looks like your “checkanswer” function is checking 2 different types of data for equality.

Inside the “clickbuttontext” variable, you have the image that was clicked on.  
On the right of the equality check, you have a list of all of the values that are in the “Answer” column of the airtable.

I would think you’d want to use a “get value” block to get the answer for the specific airtable row that you care about - basically, use the exact “get value” blocks that you’re using in “listofquestions” but access the Answer column.

---

<div class="post-metadata">

### Author: ![ozel1978](https://avatars.discourse-cdn.com/v4/letter/o/3ec8ea/32.png) [@ozel1978](https://community.thunkable.com/u/ozel1978)
#### Post date: [December 20, 2022, 2:34am UTC](https://community.thunkable.com/t/quiz-base-on-images/2185610/4 "2022-12-20T02:34:37Z")

</div>

HI John,

Thank you for your advice.

you mean i suppose to change here? checkanswer function?

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/a/5/a57f1ab5341b01a1eed2c8334d05dda89c79019f.png)

It still not work to me.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/f/0f59f292712368bce16ff80133ae10de8a6f27e8.png) [@system](https://community.thunkable.com/u/system)
#### Post date: [March 20, 2023, 2:35am UTC](https://community.thunkable.com/t/quiz-base-on-images/2185610/5 "2023-03-20T02:35:10Z")

</div>

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