Skip to content

Commit

Permalink
made some minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingMaster121 committed Feb 6, 2025
1 parent 9c36006 commit 51443e7
Showing 1 changed file with 24 additions and 68 deletions.
92 changes: 24 additions & 68 deletions scoutingapp/src/config/structure.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,52 +208,43 @@
"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": "GenericToggle",
"text": "Can the robot easily tip over?",
"id": "Tippiness"
},
{
"type": "GenericDropdown",
"text": "How often did they defend against other robots?",
"text": "Robot Style",
"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."
"Defensive",
"Offensive"
],
"id": "DefenseTime"
"id": "RobotStyleType"
},
{
"type": "GenericDropdown",
"text": "If they did defend, how good were they at defending?",
"text": "How fluid was their driving?",
"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."
"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": "DefenseSkill"
"id": "DriverRating"
},
{
"type": "GenericDropdown",
"text": "If they were being defended by another robot, how good were they at avoiding the defense?",
"text": "How good are they at intaking while being defended (0-5)?",
"options": [
"Very Good: They swerved around any robots trying to defend them and lost little scoring time to defense.",
"Good: They often swerved around robots trying to defend them, however sometimes they would get caught by the defense.",
"Okay: The defending robots had a notable impact on their scoring ability.",
"Poor: The defending robots hampered their scoring ability and they would take a while to get past the defending robots.",
"Very Poor: The defending robots were able to fully stop the robot from scoring and carrying out game tasks."
"5 - The defending bot had very little to no impact on the robot's intaking ability.",
"4 - The defending bot had some impact on the robot's intaking ability, but the robot was still able to intake easily.",
"3 - The defending bot had a notable impact on the robot's intaking ability, making it difficult to intake for a short period of time.",
"2 - The defending bot heavily impacted the robot's intaking ability, making it difficult to intake for a long period of time.",
"1 - The defending bot severely hampered the robot's intaking ability and barely held onto the game pieces.",
"0 - Never defended"
],
"id": "CounterDefenseSkill"
"id": "IntakeDefenseRating"
},
{
"type": "GenericTextArea",
Expand Down Expand Up @@ -290,10 +281,9 @@
"ClimbSpeed",
"EndgameNotes",
"Disabled",
"Tippiness",
"DriverRating",
"DefenseTime",
"DefenseSkill",
"CounterDefenseSkill",
"IntakeDefenseRating",
"RatingNotes"
]
}
Expand Down Expand Up @@ -376,40 +366,6 @@
"text": "Did they run into obstacles while driving autonomously?",
"id": "AutoDrivingSkills"
},
{
"type": "GenericDropdown",
"text": "Can the robot easily tip over?",
"options": [
"Yes",
"No"
],
"required": true,
"id": "tip"
},
{
"type": "GenericDropdown",
"text": "Robot Style",
"options": [
"Defensive",
"Offensive"
],
"required": true,
"id": "typeOfRobot"
},
{
"type": "GenericDropdown",
"text": "How good are they at intaking while being defended(0-5)",
"options": [
"0",
"1",
"2",
"3",
"4",
"5"
],
"required": true,
"id": "intakeWhileDefended"
},
{
"type": "GenericTextArea",
"text": "Auto General Notes",
Expand Down

0 comments on commit 51443e7

Please sign in to comment.