{{ extends "eden_experiment2/layout/layout.html" }} {{ block title }}{{ endblock }} {{ block content }}
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}}