This movement block uses heading, duration, and speed to control the BOLT.
What is the "Roll block"?
This type of block triggers an action when the BOLT crashes into an object.
What is the "On Collision block"?
This block can repeat a set of actions a specific number of times or forever.
What is the "Loop block" ?
This app is required to create, connect, and control programs for the Sphero BOLT.
What is the Sphero Edu app?
This robot has a clear plastic shell, internal lights, sensors, and a tiny computer.
What is the Sphero BOLT?
This value represents the maximum speed the BOLT can move in centimeters per second when speed is set to 255.
What is 40 cm/s?
This data helps you see exactly where your BOLT is going in real-time on screen.
What is Location Data?
You should place this block between actions if you want the BOLT to wait before moving on.
What is the "Delay block"?
This is what SB-____ refers to when trying to connect your device to your robot.
What is the name of your Sphero BOLT?
This exact number of coding block categories were introduced
What is 12?
This block allows the BOLT to rotate in place for a set time and direction.
What is the "Spin block"?
This Category of Blocks are used, for when a condition is met
What is the Event Block?
When using a Loop block set to 4, and including a roll, stop, and spin sequence inside it, how many total times will the robot stop?
What is 4 times?
This is the area in the app where you drag coding blocks to send commands to your robot.
What is the workspace?
The color of the Sphero EDU app
What is Blue(Teal counts too)?
This block helps the BOLT stay balanced and steady during sharp turns.
What is The "Stabilization block"?
You must use these two blocks together to make the BOLT react and speak after crashing.
What are the "On Collision block" and the "Speak block"?
This combination of control blocks simplifies the square-making code using fewer roll and spin commands.
What are "Loop blocks" and "Delay blocks"?
This feature lets you manually steer and test your BOLT.
What is the Drive button?
What is Movement, Control, Event, and Sound Blocks?
This heading value makes the BOLT roll directly backward if the front is set to 0°.
What is 180°?
This happens when you program the BOLT to stop, speak, and trigger on impact using sensor data.
What is a collision-triggered event?
To create a timed square movement using Loop and Delay blocks, this is the correct sequence of blocks you must nest.
What is Speed → Delay → Stop → Spin → Delay, all inside a Loop block?
This part of the Sphero Edu app shows real-time data such as movement and direction during a program.
What is the Sensor Data display?
When using a Roll block, this combination of three parameters must be precisely set to control the BOLT’s direction, speed, and timing.
What are Heading, Speed, and Duration?