Edit Game
Scratch Position
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public



 Save

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   12  Close
What will happen with the cat when running the following program?
The cat becomes smaller
What will happen with the cat when running the following program?
The cat becomes bigger
Which block will help to switch to a specific costume?
Switch costume to ....
Which block will help to play a sound?
Start sound....... OR Play sound... until done.
When Tom clicks on the glide block, the cat moves to the (x:100, y:100) position. Tom tries to click on the glide block one more time, but from the second time, nothing happened. Why?
Because the cat is standing at x:100, y:100
Read the following program and determine the position of starting point and the position of the target point?
Starting position: random number from -240 to 240; y:-180. Target position: x: 0, y:180
Read the following program and determine the position of starting point and the position of the target point?
Starting position: x:0, y:-180. Target position: x: random number from -240 to 240, y:180
Read the following program and determine the position of starting point and the position of the target point?
Starting position: x:0, y:-180. Target position: x:120, y:180
How to make a cat move in 2 seconds to (x:100; y:180) position?
glide 2 secs to x:100; y:180
How to set the starting position of a cat at (x:0; y:-180)?
go to x:0; y:-180
What is the current position of the cat?
x: -240; y:0
In scratch, the position of a sprite depends on _____ and ______
x position and y position