WorksheetsThunkable-Bootcamp JC
Total questions: 14
Worksheet time: 9mins
Enter your name:
Enter your contact number:
Enter your email:
Enter your grade:
What component should we use if we want the app to talk for us
speech-to-text
sound-play
speak-now
text-to-speech
Which of the following codes will navigate you to screen 2 when button 1 is clicked?
Which of the following code will you use to to navigate to screen 2 when button 1 is clicked after 2 seconds?
If the score is 8, what will the animalPic get set to when the user clicks on the animalPic?
dog.png
cat.png
Which block of code allows you to play a sound file?
Which one is NOT an option for a button press?
click
long click
hold
touch down
touch up
It is important to rename the components of your app. Choose the reasons why this is relevant.
It is easier to identify the components in the code
The app will never work if the components are not renamed
It is required to run the app on a phone
It better organizes the project
Mark the INCORRECT sentence about variables.
It can store different types of information: number, text, list
The information in a variable can never be changed
It is possible to create multiple variables in an app
Each variable should have a different name
In an IF-ELSE block, only one option runs each time.
true
false
When you add a Canvas on the screen , what all extra components with canvas gets added to the screen ?
Stage
Image
Lable
Sprite
