{{ extends "global/Page.html" }} {{ block title }} Quiz Feedback {{ endblock }} {{ block content }}

You answered {{ correct }} out of 3 questions correctly.

{{ if correct != 3 }} {{ if strike == 0 }}

You have one more try to read the instructions and re-do all the questions.

If you make even one mistake you will be expelled from the study.

Please click the Next button to to read the instructions.

{{ else }}

Since you made mistake again, you have been expelled from the study!

{{ endif }} {{ else }}

Please click the Next button to start the task.

{{ endif }} {{ if r_num == 1}}
{{ if correctly_answered.0 == 0 }}

Mistake

{{ else }}

Correct

{{ endif }}

Question 1: Look at the table below. If you were to spend 5 tokens, which school would you enroll in? {{ for ans in choices_1 }} {{ if your_answers.0 == ans.0 }}

    {{ans.1}}
{{ else }}
    {{ans.1}}
{{ endif }} {{ endfor }}


{{ if correctly_answered.1 == 0 }}

Mistake

{{ else }}

Correct

{{ endif }}

Question 2: Look at the table below. How much would it cost to enroll in School D? {{ for ans in choices_2 }} {{ if your_answers.1 == ans.0 }}

    {{ans.1}}
{{ else }}
    {{ans.1}}
{{ endif }} {{ endfor }}


{{ if correctly_answered.2 == 0 }}

Mistake

{{ else }}

Correct

{{ endif }}

Question 3: Look at the table below. What would your Additional Payment for this round be if you enrolled in School I? {{ for ans in choices_3 }} {{ if your_answers.2 == ans.0 }}

    {{ans.1}}
{{ else }}
    {{ans.1}}
{{ endif }} {{ endfor }}


{{ else}}
{{ if correctly_answered.0 == 0 }}

Mistake

{{ else }}

Correct

{{ endif }}

Question 1: Look at the table below. If you were to spend 30 tokens, which school would you enroll in? {{ for ans in choices_1 }} {{ if your_answers.0 == ans.0 }}

    {{ans.1}}
{{ else }}
    {{ans.1}}
{{ endif }} {{ endfor }}


{{ if correctly_answered.1 == 0 }}

Mistake

{{ else }}

Correct

{{ endif }}

Question 2: Look at the table below. How much would it cost to enroll in School D? {{ for ans in choices_2 }} {{ if your_answers.1 == ans.0 }}

    {{ans.1}}
{{ else }}
    {{ans.1}}
{{ endif }} {{ endfor }}


{{ if correctly_answered.2 == 0 }}

Mistake

{{ else }}

Correct

{{ endif }}

Question 3: Look at the table below. What would your Additional Payment for this round be if you enrolled in School I? {{ for ans in choices_3 }} {{ if your_answers.2 == ans.0 }}

    {{ans.1}}
{{ else }}
    {{ans.1}}
{{ endif }} {{ endfor }}


{{ endif }} {{ next_button }}
{{ endblock }} {{ block styles }} {{ endblock }}