Just a simple site to publish surveys. Nothing fancy, mostly done because I need it.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
survey-site/views/survey/index.html

31 lines
1.3 KiB

<h1>Sample Survey</h1>
<p>Solarpunk moka pot ceramics jean shorts. Cold-pressed fashion axe normcore four tet bandcamp ascot dad shoes bitters try-hard. Brooklyn slugging marxism XOXO gorpcore granny square humblebrag live-edge, fitzcarraldo mercury retrograde sound bath kickstarter van life freegan. Tilde tacos mlkshk bell hooks. Selvage deep v jawn, akerman breathwork direct trade etsy blackbird spyplane danish modern woke.</p>
<form>
<grid style="font-size: 1.1em; grid-template-columns: 1fr 60px; gap: 10px;">
<label for="q1">Question 1: Do you like HTML?</label>
<input id="q1" type="checkbox" />
<label for="q2">Tilde tacos mlkshk bell hooks. Selvage deep v jawn, akerman breathwork direct trade etsy blackbird spyplane danish modern woke.</label>
<input id="q2" type="checkbox" />
<label for="q3">Question 1: Do you like HTML?</label>
<input id="q3" type="checkbox" />
<label for="q4">Question 1: Do you like HTML?</label>
<input id="q4" type="checkbox" />
<label for="q5">Question 1: Do you like HTML?</label>
<input id="q5" type="checkbox" />
<label for="q6">Question 1: Do you like HTML?</label>
<input id="q6" type="checkbox" />
</grid>
<button-group>
<button type="button">Reset</button>
<button type="button"><a href="/survey/submit">Submit</a></button>
</button-group>
</form>