Skip to content

Commit

Permalink
added additional minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingMaster121 committed Feb 6, 2025
1 parent 5324e8f commit 1e0229f
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions scoutingapp/src/config/structure.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,18 +209,13 @@
"text": "Did they disable?",
"id": "Disabled"
},
{
"type": "GenericToggle",
"text": "Can the robot easily tip over?",
"id": "Tippiness"
},
{
"type": "GenericDropdown",
"text": "How tippy was their robot?",
"options": [
"Very tippy",
"moderately tippy",
"stable"
"Very Tippy",
"Moderately Tippy",
"Stable"
],
"id": "StabilityRating"
},
Expand Down Expand Up @@ -292,12 +287,10 @@
"ClimbSpeed",
"EndgameNotes",
"Disabled",
"Tippiness",
"StabilityRating",
"RobotStyleType",
"DriverRating",
"IntakeDefenseRating",
"StabilityRating",
"DefenseTime",
"DefenseSkill",
"CounterDefenseSkill",
"RatingNotes"
]
Expand Down

0 comments on commit 1e0229f

Please sign in to comment.