aboutsummaryrefslogtreecommitdiff
path: root/poll/public/index.html
diff options
context:
space:
mode:
authorLarsVomMars2021-01-21 12:09:39 +0100
committerLarsVomMars2021-01-21 12:09:39 +0100
commitfa4026fd87b17cc2c69f23da516f7399aae20f67 (patch)
tree5ea34aafcc06632ce8e66551b1b1d4d89ba9d51c /poll/public/index.html
parentcc4f65bd351566e020eceaab8a6c362fe1385404 (diff)
BACKEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEND
Diffstat (limited to 'poll/public/index.html')
-rw-r--r--poll/public/index.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/poll/public/index.html b/poll/public/index.html
index 59e5939..26c7684 100644
--- a/poll/public/index.html
+++ b/poll/public/index.html
@@ -20,19 +20,22 @@
</div>
<main>
- <form class="pure-form pure-form-stacked" action="api/answer" method="post">
+<!-- <form class="pure-form pure-form-stacked" action="api/answer" method="post">-->
+ <div class="pure-form pure-form-stacked">
<fieldset>
<!-- TODO: Add progress -->
<legend>Schüler-Ranking</legend>
<p>Welche/r Schüler/in...</p>
<label id="question_label" for="question"></label>
<input name="question" id="question" hidden />
- <br />
<label for="answer">Antwort</label>
<select name="answer" id="answer" required></select>
- <button type="submit" class="pure-button pure-button-primary">Antworten</button>
+ <button type="submit" id="submit-btn" class="pure-button pure-button-primary">Antworten</button>
+ <button id="skip-btn" class="pure-button pure-button-danger">Weiter</button>
</fieldset>
- </form>
+ </div>
+
+<!-- </form>-->
</main>
<script src="script.js" charset="utf-8"></script>