{{ extends "si_experiment/Page.html" }} {{ block title }} Fragen {{ endblock }} {{ block content }}
{{ include "si_experiment/Treatment_t2.html" }} {{ if player.participant.treatment in ["both", "dev"] }}

Bitte geben Sie Ihre persönliche Einstellung zu folgenden Aussagen an.

{{for choice in form.soc_distance_t2_1.choices}} {{endfor}} {{ for field in form }} {{ if forloop.counter < 4 }} {{ for choice in field }} {{ endfor }} {{ endif }} {{ endfor }}
Stimme
nicht zu
Stimme eher
nicht zu
Neutral Stimme eher
zu
Stimme
zu
{{choice}}
{{ field.label }}{{ choice }}


Bitte ordnen Sie die Attribute der Wichtigkeit an, nach der Sie die vorherigen Aussagen zum/zur Entwickler/in getroffen haben.

{{ for field in ranks }} {{ formfield field }} {{ endfor }}


{{ endif }}

Bitte geben Sie Ihre persönliche Einstellung zu folgenden Aussagen an.

{{for choice in form.anthro_t2_1.choices}} {{endfor}} {{ for field in form }} {{ if player.participant.treatment in ["both", "dev"] && forloop.counter > 6 || player.participant.treatment in ["none", "acc"]}} {{ for choice in field }} {{ endfor }} {{ endif }} {{ endfor }}
Stimme
nicht zu
Stimme eher
nicht zu
Neutral Stimme eher
zu
Stimme
zu
{{choice}}
{{ field.label }}{{ choice }}


{{ endblock }}