Skip to content

Commit

Permalink
Update structure.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AmaanPatnaik committed Feb 2, 2025
1 parent d17b432 commit 9c36006
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions scoutingapp/src/config/structure.json
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,40 @@
"text": "Did they run into obstacles while driving autonomously?",
"id": "AutoDrivingSkills"
},
{
"type": "GenericDropdown",
"text": "Can the robot easily tip over?",
"options": [
"Yes",
"No"
],
"required": true,
"id": "tip"
},
{
"type": "GenericDropdown",
"text": "Robot Style",
"options": [
"Defensive",
"Offensive"
],
"required": true,
"id": "typeOfRobot"
},
{
"type": "GenericDropdown",
"text": "How good are they at intaking while being defended(0-5)",
"options": [
"0",
"1",
"2",
"3",
"4",
"5"
],
"required": true,
"id": "intakeWhileDefended"
},
{
"type": "GenericTextArea",
"text": "Auto General Notes",
Expand Down

0 comments on commit 9c36006

Please sign in to comment.