Time limit: 0
Quiz Summary
0 of 6 Questions completed
Questions:
Information
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
Results
Quiz complete. Results are being recorded.
Results
0 of 6 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- Current
- Review
- Answered
- Correct
- Incorrect
-
Question 1 of 6
1. Question
In competitia FTC se pot folosi doua gamepad-uri conectate la Driver Station
CorrectIncorrect -
Question 2 of 6
2. Question
Clasa
Gamepad
contine variabile care corespund faptului ca un buton al joystick-ului este apasat sau nu?CorrectIncorrect -
Question 3 of 6
3. Question
Variabile din clasa
Gamepad sunt:
CorrectIncorrect -
Question 4 of 6
4. Question
@TeleOp public class MyFirstOpMode extends OpMode { DcMotor left; DcMotor right; public void init() { left = hardwareMap.dcMotor.get("left"); right = hardwareMap.dcMotor.get("right"); } public void loop() { right.setPower(gamepad1.right_stick_y); left.setPower(-gamepad1.left_stick_y); } }
CorrectIncorrect -
Question 5 of 6
5. Question
motorname.setPower(1)
CorrectIncorrect -
Question 6 of 6
6. Question
Perioada de teleoperare dureaza:
CorrectIncorrect