Game Preview

Wrapping up Scratch

  •  English    20     Public
    Reviewing scratch
  •   Study   Slideshow
  • What is a Variable?
    A container for data or information that we can later modify.
  •  15
  • 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.
  •  20
  • Where is the object?
    Right and bottom side of the stage.
  •  15
  • Where is the object?
    Left and top side of the stage.
  •  15
  • Where is the object?
    In the center of the stage.
  •  15
  • Where is the object?
    Left and bottom side of the stage.
  •  15
  • How can I add points to my projects?
    Create a variable called 'points' using the 'Make a Variable' option.
  •  15
  • What type of block is this? What does it do?
    It gives you a random value between the specified range.
  •  15
  • Will the action be carried out if only one of the conditions is met?
    No, it won´t.
  •  20
  • Will the action be carried out if the two conditions are met at the same time?
    Yes, it will.
  •  20
  • What can we do with this code?
    A 10-second timer!
  •  25
  • Name a sensing block.
    Teacher decides if the answer is correct.
  •  15
  • Name an events block.
    Teacher decides if the answer is correct.
  •  15
  • Choose a Scratch extension and name a block from it.
    Teacher decides if the answer is correct.
  •  15
  • Choose a Scratch extension and name a block from it.
    Teacher decides if the answer is correct.
  •  15
  • Why aren´t the points changing in this game?
    The name of the variable is different.
  •  25