{{ extends "eden_experiment2/layout/layout.html" }} {{ block title }}{{ endblock }} {{ block content }}

Now we are providing you with the outcomes BEFORE you make a choice

{{for att in attention}}

If you choose {{att.label}}, you will {{if att.score >= 0}} earn {{att.abs_score | to0}} {{else}} lose {{att.abs_score | to0}} {{endif}} {{if att.score >= 1 and att.score <= 1}} point. {{else}} points. {{endif}}

{{endfor}}

Please choose
{{for att in attention}} {{endfor}}
{{ endblock }}