diff --git a/scoutingapp/src/config/structure.json b/scoutingapp/src/config/structure.json index 81a17d8..4def4ea 100644 --- a/scoutingapp/src/config/structure.json +++ b/scoutingapp/src/config/structure.json @@ -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" }, @@ -292,12 +287,10 @@ "ClimbSpeed", "EndgameNotes", "Disabled", - "Tippiness", + "StabilityRating", + "RobotStyleType", "DriverRating", "IntakeDefenseRating", - "StabilityRating", - "DefenseTime", - "DefenseSkill", "CounterDefenseSkill", "RatingNotes" ]