https://x.thunkable.com/copy/2266d7540ce403ea72350a6b7ef0ac9e
im making a quiz app … i want to set a quiz to 10 items only to take …How can i do this?? please someone help me
Include a variable called count and intialise it to 0.
In each button click, include a function to check the count.
In the function, increment the value of count by 1 and then check it to see if it is 10.
If it is not 10, return to the button block, otherwise exit out of the screen.
why my data source not showing if a export the project as a android and install it to my phone the questions are not showing
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.