====== 2026 - Team 5516 Match form (Chinese language) ====== [ { "type": "header", "label": "赛前" }, { "type": "multiselect", "label": "机器起始位", "options": [ "人玩边", "中间", "远边" ], "id": "StartPos" }, { "type": "spacer" }, { "type": "header", "label": "自动" }, { "type": "checkbox", "label": "自动阶段有任何移动吗?", "id": "AutoMove" }, { "type": "checkbox", "label": "自动阶段有发射并得分任何fuel(球)吗?", "id": "AutoScore" }, { "type": "counter", "label": "自动阶段发射并得分的球(个)", "id": "autoTotalFuel", "allow_negative": false, "variant": "standard" }, { "type": "checkbox", "label": "自动阶段是否有爬升?", "id": "AutoClimb" }, { "type": "spacer" }, { "type": "header", "label": "手动阶段" }, { "type": "checkbox", "label": "是否有捡起任何fuel(球)?", "id": "DidIntake" }, { "type": "checkbox", "label": "是否有发射任何fuel(球)?", "id": "DidShoot" }, { "type": "counter", "label": "「单个」Fuel(球)在“激活“的枢纽站数量", "id": "SingleFuel", "allow_negative": false, "variant": "standard" }, { "type": "counter", "label": "「每五个」Fuel(球)在“激活“的枢纽站数量", "id": "SetsOfFuel", "allow_negative": false, "variant": "standard" }, { "type": "spacer" }, { "type": "header", "label": "最终阶段(最后30秒)" }, { "type": "checkbox", "label": "是否有爬升?", "id": "DidClimb" }, { "type": "multiselect", "label": "几级爬升?(没有爬升选0)", "options": [ "0", "1", "2", "3" ], "id": "ClimbHeight" }, { "type": "spacer" }, { "type": "header", "label": "其他" }, { "type": "checkbox", "id": "diedDuringMatch", "label": "比赛中是否有死机(或从未开动)?" }, { "type": "checkbox", "id": "TippedOver", "label": "比赛中是否有翻车?" }, { "type": "slider", "id": "qDefenseQuality", "label": "防守评分:0-无防守/不有效 到 5-非常有效", "options": { "min": 0, "max": 5, "step": 1 }, "variant": "standard" }, { "type": "slider", "id": "qDriverSkill", "label": "驾驶评分:1-有限 到 5-非常有效", "options": { "min": 1, "max": 5, "step": 1 }, "variant": "standard" }, { "type": "checkbox", "id": "RedCard", "label": "是否有获得红牌?" }, { "type": "checkbox", "id": "YellowCard", "label": "是否有获得黄牌?" }, { "type": "textblock", "id": "otherNotes", "label": "其他评价:" }, { "type": "derived", "formula": "autoTotalFuel + 15*AutoClimb", "id": "AutoPoints" }, { "type": "derived", "formula": "SingleFuel + 5*SetsOfFuel", "id": "TeleopPoints" }, { "type": "derived", "formula": " multiselect(ClimbHeight, '0', 0, '1', 10, '2', 20, '3',30)", "id": "EndgamePoints" }, { "type": "derived", "formula": "AutoPoints + TeleopPoints + EndgamePoints", "id": "contributedPoints" }, { "type": "derived", "formula": "SingleFuel + 5*SetsOfFuel + autoTotalFuel", "id": "FuelPoints" }, { "type": "derived", "formula": "multiselect(ClimbHeight, '0', 0, '1', 10, '2', 20, '3',30) + 15*AutoClimb", "id": "ClimbPoints" }, { "type": "derived", "formula": "if(autoTotalFuel > (SingleFuel + 5*SetsOfFuel), 1, 0)", "id": "AutoMistake" } ]