{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} You Finished Part 2 {% endblock %} {% block content %}

Results Table

Task

Number of Correct Answers

Task 1: Count b {{participant.vars.correct_b}}
Task 2: Count d {{participant.vars.correct_d}}
Task 3: Count p {{participant.vars.correct_p}}
Task 4: Count q {{participant.vars.correct_q}}
Task 5: Sum 2-digits {{participant.vars.correct_sd}}
Task 6: Sum 3-digits {{participant.vars.correct_dd}}
Task 7: Sum 4-digits {{participant.vars.correct_td}}
Task 8: Sum 5-digits {{participant.vars.correct_qd}}

Wait For The Instructor

{% include "treatment_1/type.html" %} {% endblock %} {% block styles %} {% endblock %}