{{ extends "si_experiment/Page.html" }}
{{ block title }}
{{ if player.participant.tasks_order }}
Aufgabe 2: Ihre Schätzung für einen Kreditausfall
{{ else }}
Aufgabe 2: Ihre Preisschätzung einer Immobilie
{{ endif }}
{{ endblock }}
{{ block content }}
{{ if player.participant.tasks_order }}
{{ include "si_experiment/creditTask.html" }}
{{ else }}
{{ include "si_experiment/immoTask.html" }}
{{ endif }}
Bitte geben Sie Ihre persönliche Einstellung zu folgender Aussage an.
Stimme nicht zu |
Stimme eher nicht zu |
Neutral | Stimme eher zu |
Stimme zu |
|
---|---|---|---|---|---|
{{for choice in form.conf2Estimate.choices}} | {{choice}} | {{endfor}}||||
{{ form.conf2Estimate.label }} | {{ for choice in form.conf2Estimate }}{{ choice }} | {{ endfor }}