Forum Discussion
Anton_Shumeyko
18 days agoCommunity Member
Level Up English Quiz
Hi everyone! I’d like to share my project “Level Up English Quiz”, which I created for the English Speaking Club at the company where I work. This quiz was created to attract new members and speaker...
Anton_Shumeyko
14 days agoCommunity Member
Hi! AlyssaGomez Thanks a lot! 😊
Yes, the hint buttons use variables to track their state.
How it’s built:
I created three variables: FiftyUsed, HintUsed, and SkipUsed.
Each hint icon has two states: Normal (active) and Disabled (used).
When a hint is clicked, the corresponding action is performed:
- 50/50 — changes the state of two incorrect answers to Hidden;
- Hint — opens a layer with a text clue;
- Skip — automatically skips the current question and moves to the next one.
After a hint is used, its variable changes to True, and the icon becomes inactive.
When each question loads, triggers check the variable values and disable any hints that have already been used.
Related Content
- 2 years ago
- 8 months ago