Edit Game
Wrapping up Scratch
 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   20  Close
How do you restart the points in a game?
With the 'set my variable' block.
Which of the two codes will make the character jump?
The one on the right.
Name a LOOKS block.
Teacher decides if the answer is correct or not.
Name a MOTION block.
Teacher decides if the answer is correct.
Why aren´t the points changing in this game?
The name of the variable is different.
Choose a Scratch extension and name a block from it.
Teacher decides if the answer is correct.
Choose a Scratch extension and name a block from it.
Teacher decides if the answer is correct.
Name an events block.
Teacher decides if the answer is correct.
Name a sensing block.
Teacher decides if the answer is correct.
What can we do with this code?
A 10-second timer!
Will the action be carried out if the two conditions are met at the same time?
Yes, it will.
Will the action be carried out if only one of the conditions is met?
No, it won´t.
What type of block is this? What does it do?
It gives you a random value between the specified range.
How can I add points to my projects?
Create a variable called 'points' using the 'Make a Variable' option.
Where is the object?
Left and bottom side of the stage.
Where is the object?
In the center of the stage.
Where is the object?
Left and top side of the stage.
Where is the object?
Right and bottom side of the stage.
What is the difference between 'set my variable' and 'change my variable'?
'Set my variable' gives the variable a specific value and 'change my variable' modifies the current number.
What is a Variable?
A container for data or information that we can later modify.