Y8 - Lesson 1 - Chase the Apple - ASL
Quiz by Teran Subasinghe
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
6 questions
Show answers
- Q1In MakeCode Arcade, what is a sprite?A type of game levelA background imageAn object in the game that can be controlled or interacted withA variable that stores points30s
- Q2What is the purpose of a variable in MakeCode Arcade?To store and manage data such as scores or player healthTo design the game's musicTo define the game rulesTo create the graphics of the game30s
- Q3When creating a game where a player sprite collects food sprites, what block would you use to detect when the player sprite touches a food sprite?The 'on start' blockThe 'forever' blockThe 'when key pressed' blockThe 'on overlap' block30s
- Q4In a game built with MakeCode Arcade, what block would you use to increase the player's score when they collect a food sprite?The 'change score by' blockThe 'reset score' blockThe 'display score' blockThe 'set score' block30s
- Q5In MakeCode Arcade, what is the purpose of using the 'on start' block?To end the gameTo control sprite animationsTo create new levelsTo initialize settings and define initial states for sprites and variables30s
- Q6What happens when a food sprite is collected by the player sprite in your MakeCode Arcade game?The player sprite turns into the food spriteThe player loses a lifeThe game restarts immediatelyThe food sprite usually relocates(disappears from current location & appear in another location) and the score increases30s