Hi guys… sorry i’m using translator
i’m new in Thunkable. I have a task where must to complete this week and it will be collected on tomorrow monday. so please help me…!
in my project i have 2 screens. on the first screen i have 4 buttons. The first button will navigate to second screen, while the other button is a quiz button that I hid. Then on the screen two i have 3 learning materials buttons.
The question is, how to make it so that when a user clicks on the button one learning materials, it will open the quiz button one on screen one, if it click on the second button learning materials, it will open the quiz button 2 on screen 1, and so on. And when a user opens the app next time, that quiz button still opens.
I hope that someone would give me an example of an arrangement block code.
Okay, I think you mean “show” the button. Not “open” the button. You can use the set button’s visible to true (or false) blocks to do that. And create a stored variable for each button’s visible value (true or false).