experiment-template/Finish/Demographics.html
duartegoncalvesds 73fc2121bf first commit
2026-03-12 21:05:38 +00:00

31 lines
436 B
HTML

{{ extends "_static/global/Page.html" }}
{{ block title }}
Questionnaire
{{ endblock }}
{{ block styles}}
{{ endblock }}
{{ block scripts}}
{{ endblock }}
{{ block content }}
<p>
Before we conclude, we would like to ask you a few questions about yourself.
</p>
{{ formfields }}
<p>
You must answer each question before you can continue.
</p>
{{ next_button }}
{{ endblock }}