Forum Discussion
StuartSamuels
4 years agoCommunity Member
Stop 'Show hint' button deducting from score, after initial click.
Hi.
I have created a quiz in which participants start with 100 points. The points are displayed in a text box using the 'Score' reference. As they attempt each question they have the option to cli...
MariaCS
4 years agoStaff
Stuart.
That makes complete sense! So let's go with suggestion #2:
- Create a variable called hint, with a value of 5.
- When the user clicks "Show hint", subtract the variable hint from score (100 - 5).
- The same button will also adjust the value of hint to 0.
The results:
Let me know if this works!