2025 - Team 68 Pit form

[
  {
    "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": 16,
      "max": 48,
      "step": 1
    },
    "variant": "standard"
  },
  {
    "type": "slider",
    "label": "Robot Width (in):",
    "id": "Width",
    "options": {
      "min": 16,
      "max": 48,
      "step": 1
    },
    "variant": "standard"
  },
  {
    "type": "slider",
    "label": "Robot Weight (lbs):",
    "id": "Weight",
    "options": {
      "min": 60,
      "max": 125,
      "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 Processor",
    "id": "StartProcess"
  },
  {
    "type": "checkbox",
    "label": "Center",
    "id": "StartCenter"
  },
  {
    "type": "checkbox",
    "label": "Far Side from Processor",
    "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": "autoCodeTeleopcoral"
  },
  {
    "type": "textblock",
    "label": "What's your favorite pizza toppings?",
    "id": "describepizzatoppings"
  },
  {
    "type": "spacer"
  },
  {
    "type": "header",
    "label": "Coral and Algae Intake"
  },
  {
    "type": "checkbox",
    "label": "Can they pick up coral from the ground?",
    "id": "canPickupCoralGround"
  },
  {
    "type": "checkbox",
    "label": "Can they pick up algae from the ground?",
    "id": "canPickupAlgaeground"
  },
  {
    "type": "checkbox",
    "label": "Can they pick up coral from human feed station?",
    "id": "canPickupCoralFeedstation"
  },
  {
    "type": "checkbox",
    "label": "Can they pick up algae from reef?",
    "id": "canPickupAlgaeReef"
  },
  {
    "type": "spacer"
  },
  {
    "type": "subheader",
    "label": "Cage"
  },
  {
    "type": "checkbox",
    "label": "Hang on Cage?",
    "id": "scoreHang"
  },
  {
    "type": "multiselect",
    "label": "Cage Climbing",
    "options": [
      "Shallow",
      "Deep"
    ],
    "id": "CageClimb"
  },
  {
    "type": "spacer"
  },
  {
    "type": "textblock",
    "label": "What is their preferred strategy?",
    "id": "preferredStrategy"
  }
]