Skip to content

Commit

Permalink
finished qualitative section
Browse files Browse the repository at this point in the history
  • Loading branch information
Shom770 committed Jan 28, 2024
1 parent f23a6f7 commit 7a9a855
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scoutingapp/src/components/pages/Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ export function Page(props: PageSetup) {
<QRCodeModal getValue={pageComponents} setValue={propsSetPageComponent} required={requiredComponents} />
</div>
)
}
}
57 changes: 56 additions & 1 deletion scoutingapp/src/config/structure.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,56 @@
"text": "Auto Notes",
"id": "AutoNotes"
},
{
"type": "GenericHeaderTwo",
"text": "Ratings"
},
{
"type": "GenericToggle",
"text": "Did they disable?",
"id": "Disabled"
},
{
"type": "GenericDropdown",
"text": "How fluid was their driving?",
"options": [
"Very Fluid: Swerved past obstacles and had no delays when reaching their destination.",
"Fluid: Ran into obstacles at times but generally very fluid & consistent.",
"Average: Vulnerable to defense & would hit obstacles.",
"Poor: Easily impacted by other robots & obstacles and inconsistent when driving.",
"Very Poor: Pinballed into other robots / racked up fouls / hampered their alliance."
],
"id": "DriverRating"
},
{
"type": "GenericDropdown",
"text": "How often did they defend against other robots?",
"options": [
"Very Often: Spent all or almost all of their match defending against other robots.",
"Often: Spent most of their match defending against other robots but also spent time scoring.",
"Sometimes: Spent roughly half their match defending against other robots or defended opportunistically.",
"Rarely: They focused on scoring mostly and barely defended against robots, but they did spend time defending.",
"Never: They never defended against other robots throughout the entire match."
],
"id": "DefenseTime"
},
{
"type": "GenericDropdown",
"text": "If they did defend, how good were they at defending?",
"options": [
"Very Good: Greatly hampered the robots they were defending from scoring and often pinned them.",
"Good: They hampered the robots they were defending from scoring, but they were still able to perform well.",
"Okay: Their defense did have an impact on the score of the other alliance, but it wasn't notable.",
"Poor: Their defense had little impact on the other alliance and hampered their own alliance at times.",
"Very Poor: Their defense hampered their own alliance where they either racked up fouls or blocked their own teammates."
],
"id": "DefenseSkill"
},
{
"type": "GenericTextArea",
"text": "Rating Notes",
"id": "RatingNotes"
},
{
"type": "DarkButton",
"text": "Submit",
Expand All @@ -115,7 +165,12 @@
"AutoSpeaker",
"AutoAmp",
"AutoLeave",
"AutoNotes"
"AutoNotes",
"Disabled",
"DriverRating",
"DefenseTime",
"DefenseSkill",
"RatingNotes"
]
}
},
Expand Down

0 comments on commit 7a9a855

Please sign in to comment.