# Can someone tell what did i do wrong?

**URL:** https://community.thunkable.com/t/can-someone-tell-what-did-i-do-wrong/642473
**Category:** Questions about Thunkable X
**Created:** [June 28, 2020, 6:18pm UTC](https://community.thunkable.com/t/can-someone-tell-what-did-i-do-wrong/642473 "2020-06-28T18:18:06Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![hoch.academydhj7](https://avatars.discourse-cdn.com/v4/letter/h/6bbea6/32.png) [@hoch.academydhj7](https://community.thunkable.com/u/hoch.academydhj7)
#### Post date: [June 28, 2020, 6:18pm UTC](https://community.thunkable.com/t/can-someone-tell-what-did-i-do-wrong/642473/1 "2020-06-28T18:18:06Z")

</div>

Why is my project doing that? I’m making a math quiz app and I finished making it. starts  
by asking difficulty once that is selected it then sends data via a local storage module depending on what did the user choose either “easy” medium" “hard” going to screen 2 then programmed to check if the user answers the correct question. showing text saying correct or bad. When the OK button is pressed everything disappears? Don’t know what is causing it. Here is the link of my project: [https://x.thunkable.com/projectPage/5ef8d490d0815c580214e683](https://x.thunkable.com/projectPage/5ef8d490d0815c580214e683)

---

<div class="post-metadata">

### Author: ![Deluxe](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/deluxe/32/30016_2.png) [@Deluxe](https://community.thunkable.com/u/Deluxe)
#### Post date: [June 28, 2020, 8:12pm UTC](https://community.thunkable.com/t/can-someone-tell-what-did-i-do-wrong/642473/2 "2020-06-28T20:12:51Z")

</div>

You first need to get the difficulty value you stored to your local storage:

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

---

<div class="post-metadata">

### Author: ![bymaho](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/bymaho/32/56102_2.png) [@bymaho](https://community.thunkable.com/u/bymaho)
#### Post date: [June 28, 2020, 8:13pm UTC](https://community.thunkable.com/t/can-someone-tell-what-did-i-do-wrong/642473/3 "2020-06-28T20:13:42Z")

</div>

![Ekran Alıntısı](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/2/6/260aa11f6decf03d4fdc12a2902ed4eed1b531c4.png)

this works. also less blocks.

---

<div class="post-metadata">

### Author: ![hoch.academydhj7](https://avatars.discourse-cdn.com/v4/letter/h/6bbea6/32.png) [@hoch.academydhj7](https://community.thunkable.com/u/hoch.academydhj7)
#### Post date: [June 28, 2020, 10:28pm UTC](https://community.thunkable.com/t/can-someone-tell-what-did-i-do-wrong/642473/4 "2020-06-28T22:28:43Z")

</div>

Thanks it’s working! Just need to make it when the button is pressed to make a new awnser.

---

<div class="post-metadata">

### Author: ![bymaho](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/bymaho/32/56102_2.png) [@bymaho](https://community.thunkable.com/u/bymaho)
#### Post date: [June 29, 2020, 5:58am UTC](https://community.thunkable.com/t/can-someone-tell-what-did-i-do-wrong/642473/5 "2020-06-29T05:58:41Z")

</div>

Call the purple local storage get block again, under correct block.

---

<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:25am UTC](https://community.thunkable.com/t/can-someone-tell-what-did-i-do-wrong/642473/6 "2024-11-08T11:25:25Z")

</div>


