diff --git a/scoutingapp/src/config/structure.json b/scoutingapp/src/config/structure.json index 81a17d8..f6291f5 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", + "Moderatly Tippy", + "Stable" ], "id": "StabilityRating" },