2020 - Team 102 Pit form

[
  {
    "type": "spacer"
  },
  {
    "type": "h2",
    "label": "Construction",
    "id": "labelConstruction"
  },
  {
    "type": "textblock",
    "label": "Describe the drive train",
    "id": "constructionDriveTrain"
  },
  {
    "type": "textblock",
    "label": "Robot weight (minimum and maximum if possible)",
    "id": "constructionWeight"
  },
  {
    "type": "spacer"
  },
  {
    "type": "h2",
    "label": "Control Method",
    "id": "labelControlMethod"
  },
  {
    "type": "multiselect",
    "label": "Single driver or dual (e.g., driver + operator)",
    "options": [
      "Single driver",
      "Dual"
    ],
    "id": "controlSingleOrDual"
  },
  {
    "type": "multiselect",
    "label": "Type of controls",
    "options": [
      "Joystick(s)",
      "Game controller(s)",
      "Other"
    ],
    "id": "controlType"
  },
  {
    "type": "textblock",
    "label": "Details of control methods",
    "id": "controlDetails"
  },
  {
    "type": "spacer"
  },
  {
    "type": "h2",
    "label": "Autonomous",
    "id": "labelAutonomous"
  },
  {
    "type": "checkbox",
    "label": "Can they cross the line",
    "id": "autoCrossLine"
  },
  {
    "type": "multiselect",
    "label": "How many can they score",
    "options": [
      "0",
      "1",
      "2",
      "3",
      "4",
      "5",
      "6",
      "7",
      "8",
      "9",
      "10+"
    ],
    "id": "autoScoreTotal"
  },
  {
    "type": "textblock",
    "label": "Which positions can they start from",
    "id": "autoStartPositions"
  },
  {
    "type": "spacer"
  },
  {
    "type": "h2",
    "label": "Scoring",
    "id": "labelScoring"
  },
  {
    "type": "multiselect",
    "label": "How many power cells can you carry",
    "options": [
      "0",
      "1",
      "2",
      "3",
      "4",
      "5"
    ],
    "id": "scoringCarry"
  },
  {
    "type": "checkbox",
    "label": "Can the robot score in lower",
    "id": "scoreLower"
  },
  {
    "type": "checkbox",
    "label": "Can the robot score in high outer",
    "id": "scoreHighOuter"
  },
  {
    "type": "checkbox",
    "label": "Can the robot reliably score in inner",
    "id": "scoreHighInner"
  },
  {
    "type": "textblock",
    "label": "Preferred scoring positions in teleop",
    "id": "scorePreferredTeleop"
  },
  {
    "type": "spacer"
  },
  {
    "type": "h2",
    "label": "Control Panel",
    "id": "labelControlPanel"
  },
  {
    "type": "checkbox",
    "label": "Can the robot do rotation",
    "id": "panelRotation"
  },
  {
    "type": "checkbox",
    "label": "Can the robot do position",
    "id": "panelPosition"
  },
  {
    "type": "spacer"
  },
  {
    "type": "h2",
    "label": "Climb",
    "id": "labelClimb"
  },
  {
    "type": "checkbox",
    "label": "Can the robot climb",
    "id": "climbCapable"
  },
  {
    "type": "textblock",
    "label": "Where do you need to be on the bar",
    "id": "climbBarPosition"
  },
  {
    "type": "multiselect",
    "label": "How many seconds does it take to climb",
    "options": [
      "0-5",
      "6-10",
      "11-15",
      "16-20",
      "21-25",
      "26-30"
    ],
    "id": "climbDuration"
  },
  {
    "type": "checkbox",
    "label": "Can you move on the bar",
    "id": "climbMoveOnBar"
  },
  {
    "type": "spacer"
  },
  {
    "type": "h2",
    "label": "Strategy",
    "id": "labelStrategy"
  },
  {
    "type": "textblock",
    "label": "What is your preferred strategy",
    "id": "stratPreferred"
  }
]