[ { "type": "header", "label": "Drive Base" }, { "type": "spacer" }, { "type": "multiselect", "label": "Drive base type", "options": [ "Swerve L1", "Swerve L2", "Swerve L3", "Tank", "Mecanum" ], "id": "driveBaseType" }, { "type": "slider", "label": "Robot Length (in):", "id": "Length", "options": { "min": 2, "max": 48, "step": 1 }, "variant": "standard" }, { "type": "slider", "label": "Robot Width (in):", "id": "Width", "options": { "min": 2, "max": 48, "step": 1 }, "variant": "standard" }, { "type": "slider", "label": "Robot Weight (lbs):", "id": "Weight", "options": { "min": 60, "max": 115, "step": 5 }, "variant": "standard" }, { "type": "spacer" }, { "type": "header", "label": "Autonomous period" }, { "type": "checkbox", "label": "Can they move during the autonomous period?", "id": "doAuto" }, { "type": "subheader", "label": "Where Can They Start In Auto?" }, { "type": "checkbox", "label": "Side Near Outpost", "id": "StartProcess" }, { "type": "checkbox", "label": "Center", "id": "StartCenter" }, { "type": "checkbox", "label": "Far Side from Depot", "id": "StartFar" }, { "type": "textblock", "label": "Describe What They Do In Their Auto?", "id": "describeAuto" }, { "type": "spacer" }, { "type": "header", "label": "Teleop period" }, { "type": "checkbox", "label": "Do they use any autonomous/assisting code during the match?", "id": "doAutoCodeTeleop" }, { "type": "textblock", "label": "If so, describe how auto/assisting code is used:", "id": "autoCodeTeleop" }, { "type": "checkbox", "label": "Can they go under the trench?", "id": "canGoUnderTrench" }, { "type": "checkbox", "label": "Can they go over the bump?", "id": "canGoOverBump" }, { "type": "textblock", "label": "What's your favorite pizza toppings? (MUST ANSWER)", "id": "describepizzatoppings" }, { "type": "spacer" }, { "type": "header", "label": "Fuel" }, { "type": "checkbox", "label": "Can they pick up fuel from the ground?", "id": "canPickupFuelGround" }, { "type": "checkbox", "label": "Can they pick up fuel from the outpost?", "id": "canPickupFuelFeedstation" }, { "type": "slider", "id": "intakeHoldingAbility", "label": "How much Fuel can their robot hold at once in its hopper?", "options": { "min": 1, "max": 100, "step": 1 }, "variant": "standard" }, { "type": "slider", "id": "TimeDurationPickUp", "label": "How long does it take them to pick up this amount of Fuel? (seconds)", "options": { "min": 0, "max": 15, "step": 0.5 }, "variant": "standard" }, { "type": "slider", "id": "TimeDurationShoot", "label": "How long does it take them to shoot this amount of Fuel? (seconds)", "options": { "min": 0, "max": 15, "step": 0.5 }, "variant": "standard" }, { "type": "spacer" }, { "type": "subheader", "label": "Climb" }, { "type": "checkbox", "label": "Can they climb?", "id": "scoreClimb" }, { "type": "checkbox", "label": "Can tier 1 climb", "id": "canTier1" }, { "type": "checkbox", "label": "Can tier 2 climb", "id": "canTier2" }, { "type": "checkbox", "label": "Can tier 2 climb", "id": "canTier3" }, { "type": "spacer" }, { "type": "textblock", "label": "What is their preferred strategy?", "id": "preferredStrategy" }, { "type": "slider", "label": "How friendly was the team?", "id": "TeamFriendlyValue", "options": { "min": 0, "max": 5, "step": 0.5 }, "variant": "standard" } ]