Skip to content

Commit

Permalink
add accuracy and defense/counter notes
Browse files Browse the repository at this point in the history
  • Loading branch information
00magikarp committed Feb 24, 2024
1 parent da0c607 commit 4615fa7
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion scoutingapp/src/config/structure.json
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,35 @@
],
"id": "SubstationSpeed"
},
{
"type": "GenericDropdown",
"text": "How accurate were they with shooting at the speaker?",
"options": [
"",
"Very Accurate: Never/almost never missed their shots.",
"Accurate: Occasionally missed their shots.",
"Inaccurate: Often missed their shots.",
"Very Inaccurate: Always/almost always missed their shots."
],
"id": "SpeakerAccuracy"
},
{
"type": "GenericDropdown",
"text": "How accurate were they with shooting into the amp?",
"options": [
"",
"Very Accurate: Never/almost never missed their shots.",
"Accurate: Occasionally missed their shots.",
"Inaccurate: Often missed their shots.",
"Very Inaccurate: Always/almost always missed their shots."
],
"id": "AmpAccuracy"
},
{
"type": "GenericTextArea",
"text": "Defense/Counterdefense Notes",
"id": "DefenseCounterdefenseNotes"
},
{
"type": "DarkButton",
"text": "Submit",
Expand Down Expand Up @@ -574,7 +603,10 @@
"DriverRating",
"ConeIntakingSkill",
"CubeIntakingSkill",
"SubstationSpeed"
"SubstationSpeed",
"SpeakerAccuracy",
"AmpAccuracy",
"DefenseCounterdefenseNotes"
]
}
}
Expand Down

0 comments on commit 4615fa7

Please sign in to comment.