Edit Game
Lego Mindstorms EV3
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public




Delimiter between question and answer:

Tips:

  • No column headers.
  • Each line maps to a question.
  • If the delimiter is used in a question, the question should be surrounded by double quotes: "My, question","My, answer"
  • The first answer in the multiple choice question must be the correct answer.






 Save   22  Close
What is this program going to do?
It is going to make the medium motor move forward and backward at speed 20, during 2'2 rotations infinitely.
What is this?
Intelligent Brick / CPU.
What's the name of this block? What's used for?
Switch. It's used to give two or more options to make the robot choose one depending on the situation previously described on the program.
What's the name of this block? What's used for?
Sound. It's used to make the display emit a sound.
What's the name of this block? What's used for?
Move tank. It's used to give different information to the large motors when they are being used together.
What's the name of this block? What's used for?
Move steering. It's used to give the same information to the large motors when they are being used together.
What's the name of this block? What's used for?
Medium motor. It's used to give information about the speed and the distance to the medium motor.
What's the name of this block? What's used for?
Loop interrumpt.. It's used to stop a loop.
What's the name of this block? What's used for?
Large motor. It's used to give information to an only large motor, to establish the speed and the distance that is going to walk.
What's the name of this block? What's used for?
Display. It's used for changing the images or information on the intelligent brick.
What's the name of this block? What's used for?
Brick Status Light. It's used for changing the colours on the intelligent brick.
What's the name of this block? What's used for?
Wait. It waits until you want or something happens.
What's the name of this block?
Start.
What is this?
An ultrasonic sensor.
What is this?
A touch sensor.
What is this?
A gyro sensor.
What is this?
A color sensor.
Describe the behaviour of this program.
It isn't going to move.
Name this element. How many of these do we have?
It's a medium motor. There is only one.
Name this element. How many of these do we have?
It's a large motor. There are two of them.
Do we have these pieces in our Lego Mindstorms pack?
No
What is this and what is its function?
It is a loop block, and it's used for making repetitions.