Get a better understanding of what an event handler does
Create 4 simple apps from Thunkable X Beginner Tutorials that will help you get more familiar with Thunkable and how it works.
term: definition
User Interface:
Challenge: Add in buttons that will let the user choose what language to translate to.
Hint: When the “French Button” is pressed, changed the target language to “French”
Challenge: Use the Accelerometer so that when you shake the phone, a new answer appears.
Hint: Add an accelerometer component to your app and then change the Accelerometer’s Sensitivity property to “sensitive”
Accelerometer can be finnicky in the Thunkable App. Won't work in responsive web app
Challenge: Have app tell you how confident it is in the description.
Hint: Use the join block (text drawer) so that the label text will be set to both the description and the confidence level.