2022 - Team 102 Pit form

[
  {
    "type": "h2",
    "label": "Robot construction",
    "id": "lblRobotConstruction"
  },
  {
    "type": "textblock",
    "label": "Describe the robot's drive train:",
    "id": "driveTrain"
  },
  {
    "type": "spacer"
  },
  {
    "type": "h2",
    "label": "Autonomous period",
    "id": "lblAuto"
  },
  {
    "type": "checkbox",
    "label": "Can they move during the autonomous period?",
    "id": "doAuto"
  },
  {
    "type": "slider",
    "label": "How many cargo can they shoot during autonomous?",
    "id": "autoHowManyCargo",
    "options": {
      "min": 0,
      "max": 5,
      "step": 1
    }
  },
  {
    "type": "spacer"
  },
  {
    "type": "h2",
    "label": "Teleop period",
    "id": "lblCargo"
  },
  {
    "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": "autoCodeTeleopNotes"
  },
  {
    "type": "spacer"
  },
  {
    "type": "checkbox",
    "label": "Can they pick up cargo from the ground?",
    "id": "canPickGround"
  },
  {
    "type": "checkbox",
    "label": "Can they pick up cargo from the Human Player station?",
    "id": "canPickStation"
  },
  {
    "type": "checkbox",
    "label": "Can they score cargo in the lower hub?",
    "id": "canShootLow"
  },
  {
    "type": "checkbox",
    "label": "Can they score cargo in the upper hub?",
    "id": "canShootHigh"
  },
  {
    "type": "spacer"
  },
  {
    "type": "h2",
    "label": "Climb",
    "id": "lblClimb"
  },
  {
    "type": "checkbox",
    "label": "Can they climb to the Low bar?",
    "id": "canClimbLow"
  },
  {
    "type": "checkbox",
    "label": "Can they climb to the Mid bar?",
    "id": "canClimbMid"
  },
  {
    "type": "checkbox",
    "label": "Can they climb to the High bar?",
    "id": "canClimbHigh"
  },
  {
    "type": "checkbox",
    "label": "Can they climb to the Traversal bar?",
    "id": "canClimbTraversal"
  },
  {
    "type": "textblock",
    "label": "Describe the robot's climb mechanism/strategy:",
    "id": "climbNotes"
  },
  {
    "type": "spacer"
  },
  {
    "type": "textblock",
    "label": "What is their preferred strategy?",
    "id": "preferredStrategy"
  }
]