{{ extends "si_experiment/Page.html" }} {{ block title }} {{ if player.participant.tasks_order }} Aufgabe {{ if player.participant.stage_order }}2{{ else }}1{{ endif }}: Ihre Preisschätzung einer Immobilie {{ else }} Aufgabe {{ if player.participant.stage_order }}2{{ else }}1{{ endif }}: Ihre Schätzung für einen Kreditausfall {{ endif }} {{ endblock }} {{ block content }} {{ if player.participant.tasks_order }} {{ include "si_experiment/immoTask.html" }} {{ else }} {{ include "si_experiment/creditTask.html" }} {{ endif }}


Bitte geben Sie Ihre persönliche Einstellung zu folgender Aussage an.

{{for choice in form.conf1Estimate.choices}} {{endfor}} {{ for choice in form.conf1Estimate }} {{ endfor }}
Stimme
nicht zu
Stimme eher
nicht zu
Neutral Stimme eher
zu
Stimme
zu
{{choice}}
{{ form.conf1Estimate.label }}{{ choice }}


{{ endblock }}