Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 23 additions & 19 deletions 2025/reefscape_pit_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,28 @@ var config_data = `
"code": "t",
"type": "number"
},
{
"name": "What is your robot's<br>Drag coefficient?",
"code": "Drag",
"type": "text"
},
{
"name": "Does robot function?",
"code": "func",
"type": "checkbox"
},
{
"name": "If not, when will it?",
"code": "feta",
"type":"radio",
"choices":
{
"nm":"Next Match",
"soon":"1-2 Hours<br>",
"No":"Never"
},
"defaultValue":"Currently"
},
{
"name": "Width (Inch)",
"code": "wid",
Expand Down Expand Up @@ -58,7 +80,7 @@ var config_data = `
"choices":
{
"Shallow": "Shallow",
"Deep": "Deep",
"Deep": "Deep<br>",
"Both": "Both",
"None": "None"
},
Expand All @@ -69,24 +91,6 @@ var config_data = `
"code": "rva",
"type": "checkbox"
},
{
"name": "Does robot function?",
"code": "func",
"type": "checkbox"
},
{
"name": "If not, when will it?",
"code": "feta",
"type":"radio",
"choices":
{
"cur":"Currently",
"nm":"Next Match",
"soon":"1-2 Hours",
"um":"Unknown/More"
},
"defaultValue":"Currently"
},
{
"name": "Comments",
"code": "pco",
Expand Down
2 changes: 1 addition & 1 deletion pit.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h2 id="qrHeader2"><input type = "button" value = "Generate Qr Code" class = "Te
<button id="submit" type="submit" class="submitForm">Send to Google Sheets</button>
</div>
<div id="clearButton">
<button type="button" class="clearForm" onclick="clearForm()">Clear Form</button>
<button type="button" class="clearForm" onclick="clearForm()">Continue</button>
</div>
<br>
</div>
Expand Down
Loading