Edit Game
MakeCode Programming test
 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   11  Close
For what process the block of "OVERLAPPING" is used on the game?
To define what will happen when the ball touches the hoop
Can you change the color ad background of the text?
Yes
In order to add a text on the screen should you add a new extension?
Yes, a extesion called text Sprite
Should the basketball hoop be defined as a player type? yes no? and why?
No
Should the ball be defined as a projectile?
Yes
IN WHICH SECTION WOULD YOU FIND THE BLOCK TO CONTROL THE SHOOTING OF THE BALL?
Controller section
What block and how would you change the speed of the movement of a character?
Velocity Block and changing the value of the axis
If you want to move your character up and down, which axis should be zero?
x axis
If you want to move your character from left to right, which axis should be zero?
y axis
In which section you can find the block that let you add velocity to yor character?
Sprites
In which section you can find the block that let you change the position of a character?
Sprites