Can someone tell what did i do wrong?

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

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

this works. also less blocks.

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

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