Answer Key
Module 4: Castle Maze

Module 6: Quiz
1.
{"func":"blockMotionPointDirection","hiddenInSandbox":false,"values":[{"type":"string","value":"90"}],"next":{"func":"blockMotionMove","values":[{"type":"number","value":"10"}]}}
-
The Actor will move left instead of right -
The Actor will move up instead of right -
The Actor will move down instead of right -
The Actor will still move right
2.
{"func":"blockMotionPointDirection","values":[{"type":"string","value":""}]}
-
0 -
90 -
-90 -
180
3.
{"func":"blockMotionMove","values":[{"type":"number","value":"10"}]}
-
True -
False
4.
{"func":"registerKeyTrigger","values":[{"type":"choice","value":""}]}
-
up arrow -
a -
enter -
All of these keys can be used as values inside the When Key Pressed block
5.
{"func":"registerKeyTrigger","values":[{"type":"choice","value":"space"}],"next":{"func":"blockLooksNextCostume"}}
-
When the spacebar is pressed, the Actor will change to the next Costume -
When the Play button is pressed, the Actor will change to the next Costume -
When the up arrow is pressed, the Actor will change to the next Costume -
When the spacebar is pressed, the Actor will change to a specific Costume
6.
with {"func":"registerKeyTrigger","values":[{"type":"choice","value":"space"}]}
in this code block? {"func":"registerFlagTrigger"}
{"func":"registerKeyTrigger","values":[{"type":"choice","value":"space"}],"next":{"func":"blockLooksNextCostume"}}
-
The Actor will change Costumes when the Play button is pressed, rather than when the spacebar is pressed. -
The Actor will change Costumes when the spacebar is pressed, rather than when the Play button is pressed. -
The Actor will change Costumes when the up arrow is pressed. -
The Actor will disappear when the spacebar is pressed.
7.
{"func":"registerKeyTrigger","values":[{"type":"choice","value":"right arrow"}],"next":{"func":"blockMotionPointDirection","hiddenInSandbox":false,"values":[{"type":"string","value":"90"}],"next":{"func":"blockMotionMove","values":[{"type":"number","value":"10"}]}}}
-
The Actor would move right when you held the left arrow -
The Actor would move left when you held the left arrow -
The Actor would move right when you held the right arrow -
The Actor would move left when you held the right arrow
8.
{"func":"registerKeyTrigger","values":[{"type":"choice","value":"space"}],"next":{"func":"blockSoundPlayUntilDone","values":[{"type":"string","value":"Easy Rider - bass"}]}}
-
When the spacebar is pressed, the music will play once -
When the Play button is pressed, the music will play once -
When the up arrow is pressed, the music will play forever -
When the spacebar is pressed, the music will play forever
9.
-
{"func":"registerFlagTrigger","next":{"func":"blockControlForever","containers":[{"func":"blockControlIfElse","values":[{"type":"wrapper","func":"valueSensingTouchingSprite","values":[{"type":"string","value":"mouse-pointer"}]}],"containers":[{"func":"blockLooksShow"},{"func":"blockLooksHide"}]}]}}
-
{"func":"registerFlagTrigger","next":{"func":"blockControlForeverIf","values":[{"type":"wrapper","func":"valueSensingTouchingSprite","values":[{"type":"string","value":"edge"}]}],"containers":[{"func":"blockLooksShow"}]}}
-
{"func":"registerFlagTrigger","next":{"func":"blockControlForever","containers":[{"func":"blockControlIfElse","values":[{"type":"wrapper","func":"valueSensingTouchingSprite","values":[{"type":"string","value":"mouse-pointer"}]}],"containers":[{"func":"blockLooksHide"},{"func":"blockLooksShow"}]}]}}
-
{"func":"registerFlagTrigger","next":{"func":"blockControlForever","containers":[{"func":"blockLooksHide"}]}}
10.
-
{"type":"wrapper","func":"valueSensingTouchingSprite","values":[{"type":"string","value":"ghost"}]}
-
{"type":"wrapper","func":"valueSensingTouchingSprite","values":[{"type":"string","value":"left edge"}]}
-
{"type":"wrapper","func":"valueSensingTouchingSprite","values":[{"type":"string","value":"mouse-pointer"}]}
-
{"type":"wrapper","func":"valueSensingTouchingColor","values":[{"type":"color","value":"#ff0000"}]}
11.
{"type":"wrapper","func":"valueSensingTouchingSprite","values":[{"type":"string","value":""}]}
-
If an Actor is touching a corner of the Stage -
If an Actor is touching the edge of the Stage -
If an Actor is touching the mouse pointer -
If an Actor is touching another Actor
12.
and {"func":"blockMotionMove","values":[{"type":"number","value":"10"}]}
blocks?
{"func":"blockMotionMove","values":[{"type":"number","value":"-10"}]}
-
Both of the blocks change the position of the Actor based on its direction, but the
block moves the actor forwards while the{"func":"blockMotionMove","values":[{"type":"number","value":"10"}]}
moves the actor backwards.{"func":"blockMotionMove","values":[{"type":"number","value":"-10"}]}
-
The
block changes the position of the Actor based on its direction, while the{"func":"blockMotionMove","values":[{"type":"number","value":"10"}]}
block changes position based on its coordinate position{"func":"blockMotionMove","values":[{"type":"number","value":"-10"}]}
-
The
block changes the position of the Actor based on its coordinate position, while the{"func":"blockMotionMove","values":[{"type":"number","value":"10"}]}
block changes position based on its direction{"func":"blockMotionMove","values":[{"type":"number","value":"-10"}]}
-
There is no difference between the two blocks
13.
{"type":"wrapper","func":"valueSensingTouchingSprite","values":[{"type":"string","value":""}]}
-
True -
False
14.
{"func":"blockMotionPointDirection","values":[{"type":"string","value":"180"}]}
-
True -
False
15.
{"func":"blockMotionPointDirection","values":[{"type":"string","value":"90"}]}
-
True -
False
16.
{"func":"registerScreenTrigger","values":[{"type":"choice","value":"clicked"}],"next":{"func":"blockLooksNextCostume"}}
-
When the screen is tapped, the Actor will change to the next Costume -
When the Play button is pressed, the Actor will change to the next Costume -
When the device is tilted forward, the Actor will change to the next Costume -
When the screen is tapped, the Actor will change to a specific Costume
17.
with {"func":"registerScreenTrigger","values":[{"type":"choice","value":"clicked"}]}
in this code block? {"func":"registerFlagTrigger"}
{"func":"registerScreenTrigger","values":[{"type":"choice","value":"clicked"}],"next":{"func":"blockLooksNextCostume"}}
-
The Actor will change Costumes when the Play button is pressed, rather than when the screen is tapped. -
The Actor will change Costumes when the screen is tapped, rather than when the Play button is pressed. -
The Actor will change Costumes when the device is tilted forward. -
The Actor will disappear when the screen is tapped.
18.
{"func":"registerTiltTrigger","values":[{"type":"choice","value":"right"}],"next":{"func":"blockMotionPointDirection","hiddenInSandbox":false,"values":[{"type":"string","value":"90"}],"next":{"func":"blockMotionMove","values":[{"type":"number","value":"10"}]}}}
-
The Actor would move right when you tilted left -
The Actor would move left when you tilted left -
The Actor would move right when you tilted right -
The Actor would move left when you tilted right
19.
{"func":"registerScreenTrigger","values":[{"type":"choice","value":"clicked"}],"next":{"func":"blockSoundPlayUntilDone","values":[{"type":"string","value":"Easy Rider - bass"}]}}
-
When the screen is tapped, the music will play once -
When the Play button is pressed, the music will play once -
When the device is tilted forward, the music will play forever -
When the screen is tapped, the music will play forever
20.
-
{"func":"registerFlagTrigger","next":{"func":"blockControlForever","containers":[{"func":"blockControlIfElse","values":[{"type":"wrapper","func":"valueSensingTouchingSprite","values":[{"type":"string","value":"mouse-pointer"}]}],"containers":[{"func":"blockLooksShow"},{"func":"blockLooksHide"}]}]}}
-
{"func":"registerFlagTrigger","next":{"func":"blockControlForeverIf","values":[{"type":"wrapper","func":"valueSensingTouchingSprite","values":[{"type":"string","value":"edge"}]}],"containers":[{"func":"blockLooksShow"}]}}
-
{"func":"registerFlagTrigger","next":{"func":"blockControlForever","containers":[{"func":"blockControlIfElse","values":[{"type":"wrapper","func":"valueSensingTouchingSprite","values":[{"type":"string","value":"mouse-pointer"}]}],"containers":[{"func":"blockLooksHide"},{"func":"blockLooksShow"}]}]}}
-
{"func":"registerFlagTrigger","next":{"func":"blockControlForever","containers":[{"func":"blockLooksHide"}]}}
21.
{"type":"wrapper","func":"valueSensingTouchingSprite","values":[{"type":"string","value":""}]}
-
If an Actor is touching a corner of the Stage -
If an Actor is touching the edge of the Stage -
If an Actor is touching the touch location -
If an Actor is touching another Actor
22.
{"type":"wrapper","func":"valueSensingTouchingSprite","values":[{"type":"string","value":""}]}
-
True -
False
U.S. Standards
- CCSS-Math: MP.1
- CCSS-ELA: RI.7.4, RI.8.4, 6-8.RST.3, 6-8.RST.4, 6-8.RST.7
- CSTA: 2-AP-10, 2-AP-12, 2-AP-13, 2-AP-15, 2-AP-16, 2-AP-17
- CS CA: 6-8.AP.12, 6-8.AP.13, 6-8.AP.15, 6-8.AP.16, 6-8.AP.17
- ISTE: 1.c, 1.d, 4.d, 5.c, 5.d, 6.b
U.K. Standards
Key stage 3
Pupils should be taught to:- design, use and evaluate computational abstractions that model the state and behaviour of real-world problems and physical systems
- understand several key algorithms that reflect computational thinking [for example, ones for sorting and searching]; use logical reasoning to compare the utility of alternative algorithms for the same problem
- undertake creative projects that involve selecting, using, and combining multiple applications, preferably across a range of devices, to achieve challenging goals, including collecting and analysing data and meeting the needs of known users
- create, reuse, revise and repurpose digital artefacts for a given audience, with attention to trustworthiness, design and usability
- understand a range of ways to use technology safely, respectfully, responsibly and securely, including protecting their online identity and privacy; recognise inappropriate content, contact and conduct, and know how to report concerns
Key stage 4
Pupils should be taught to:- develop their capability, creativity and knowledge in computer science, digital media and information technology
- develop and apply their analytic, problem-solving, design, and computational thinking skills
- understand how changes in technology affect safety, including new ways to protect their online privacy and identity, and how to report a range of concerns
Description
An advanced introduction to programming for middle school. Introduce programming fundamentals to your class as they build two arcade-inspired games from start to finish. The Adventure Game features a knight who has to defeat enemies to reach treasure. Students program arrow keys, fluid motion, hero and enemy behavior, and winning conditions. In Dragon Attack, they define multiple levels and lives, and program a boss enemy, while learning about variables and cloning.
Topics
- Events
- Keyboard and mouse interaction
- Conditional loops
- Nested loops
- Sending and receiving messages
- Fluid motion
- Parallax scrolling
- Local and global variables
- Functions
- Object cloning
What Students Learn
- Build complex multi-level games
- Use variables to keep score
- Use cloning to create actors programmatically
- Build algorithms using complex conditional logic
- Understand parallelism with multiple scripts
- Program different behaviors for different actors
- Publish projects to the Web
- Troubleshoot and debug programs
Technical Requirements
* Online courses require a modern desktop computer, laptop computer, Chromebook, or Netbook with Internet access and a Chrome (29+), Firefox (30+), Safari (7+), or Edge (20+) browser. No downloads required.