more cleanup and deleting unnecessary code

This commit is contained in:
2024-06-25 12:00:42 +02:00
parent c9c3bfce12
commit 23c05823ac
5 changed files with 16 additions and 144 deletions

View File

@@ -102,7 +102,7 @@ step={{question["step"]}}
<p>Error: Block {{ stimulus["type"] }} could not be loaded!</p>
{% endif %}
<form class="formlayout" id="question_form" action="http://localhost:5000/send_json" method="post">
<form class="formlayout" id="question_form" action="http://localhost:5000/send" method="post">
{% for question in questions %}
{% if (questions[question]["type"] == "likert") %}