Edit Game
Review Help Santa Project
 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
How many points will the player earn each time the sled catch the gift?
1
When does Santa show?
Point > 10
Which block will help the gift have a random size?
set size to (pick random 30 to 80%)
Which block will help the gift have a random costume?
switch costume to (pick random 1 to 4)
Which block will help the gift appear at a random place on the top of the stage?
go to x: (pick random -240 to 240); y:180
When running the following program, how does the gift move?
It falls from the sky to the ground.
Please explain the meaning of each block in the definition of appear block.
The sled will show on the stage. Then it will go to x = 100, y = -120 position. Then the size of sled will be set to 80% of the original size.
Which rotation style will prevent the character from being upside down when going to the left? (all around/left-right/don't rotate)
left-right and don't rotate (but left-right will return better result)
In the following program, what is the purpose of the moving block?
It helps move the sled when player press arrow keys
In the following program, which block is repeated many times?
moving
How many costume does the gift have?
4
How many sprites does this project have?
3