Python
Challenges
Logic
Battle!
Gamble!
1000

To import a part of your lego motor, in Python you must type out...

What is "import"?

Example:
To import a motor you must do
 
import motor

1000

How much challenges are there?

What is "14"?

1000

When we risk precision we gain?

Hint: Think back to the cup game.

What is "Time?"

1000

What is the the points you can still get by explaining what you did during the match?

What is "Gracious Professionalism"

1000

What are both of your Sensei's Names?

What is "Scott" and What is "Brandon".

(1.5x Pts) - Correct
(-1.5x Pts) - Incorrect

2000

I want to import the light_matrix to do so I must declare it from what?

What is "hub"?

Remember some things are built into the hub.

Example:

from hub import light_matrix

2000
How much points for each precision token?

What is 10?

2000
What does the computer read first in your code?



What is the "First line, or Top Down"

2000

If you interrupt your robot by accident during the match what must you do later?

What is Relaunch.
2000

What are the three different teams in FLL?

What is "Discover,Explore and Challenge"?

(2.0x)-Correct
(-2.0x)-Incorrect

3000

This line of code does what?

motor.run(Port.A, 1000)

What is "Using motor from port A to run at 1000 speed"?

3000

How much points per sample for the Research Vessel?

What is 5?

3000

Your goal of learning here is...

What is "Programming & Logical thinking"?

3000

What is the Engineering Design Process?

What is, "Identify, Design, Create, Iterate, Communicate"

3000

What is the name of the coding website we use?

What is "Lego Spike Education"?

(3.0x)-correct
(-3.0x)-Incorrect

4000

(FILL IN THE BLANK)

if color_sensor.color(Port.A) is
color.RED:
    print("Red detected")
color.BLUE:
    print("Blue detected")
color._____:
     print("Green detected")

What is "Green"?

4000

How long is the match?

2.5 Min max?

4000

Lets say you are about to run out of time would you risk getting more point or save your current points. Note that you are ahead of your opponents.

What is "Save".

4000

What does the "Core Value Fun" include?

(Various Response)

4000

What is this year's season about? What is it called?

What is "Under the Ocean, and Submerged"?

(3.5x)-Correct
(-2x)-Incorrect

5000

if (distance_sensor.distance(port.A) >= 1000)
motor.stop(port.A)

Why is this code not running?
Hint: There are 2 answers to this question.

What is "Missing :"? and What is "Same port"?
5000

How much total points can you get for sending over the submersible?

What is 40?

5000

Rock, Paper, Scissor?

Hint: Do you want to play a game of RoShamBo

What is None?

5000

What did we learn so far?

(Various Answers.)

5000
What are the 6 Core values of FLL and SBR?

What is "Discovery, Innovation, Impact, Inclusion, Teamwork, Fun"?

(4x)- Correct
(-5x)-Incorrect

M
e
n
u