Edit Game
Loops
 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   9  Close
This code will cause which type of error?
Logic Error or Syntax Error
This code will cause which type of error?
Logic error or Syntax error
A purple block indicates a line of code that is INSIDE a loop.
True or False?
Loops need commands inside of them to be able to run?
True or False?
The first line of a loop is NOT indented
True or False?
What color block should you expect to see to the left of all the commands indented inside a For Loop?
A)Yellow B)Purple C)Red D)Green
Defines the number of times that the command in a For Loop will repeat
A)Range B)Command C)if-statement D)Variable
A type of loop that runs a set of commands for a certain amount of time
A)Dot Notation B)if-statement C)For Loop D)List Loop
This lets us repeat a set of commands more than once
A) Repeater B)Loop C)Function D)Range