{{ 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}}Mistake
{{ else }}Correct
{{ endif }}Question 1: If you were to spend 5 tokens, which school would you enroll in? {{ for ans in choices_1 }} {{ if your_answers.0 == ans.0 }}
Mistake
{{ else }}Correct
{{ endif }}Question 2: How much would it cost to enroll in School D? {{ for ans in choices_2 }} {{ if your_answers.1 == ans.0 }}
Mistake
{{ else }}Correct
{{ endif }}Question 3: 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 }}
Mistake
{{ else }}Correct
{{ endif }}Question 1: If you were to spend 30 tokens, which school would you enroll in? {{ for ans in choices_1 }} {{ if your_answers.0 == ans.0 }}
Mistake
{{ else }}Correct
{{ endif }}Question 2: How much would it cost to enroll in School D? {{ for ans in choices_2 }} {{ if your_answers.1 == ans.0 }}
Mistake
{{ else }}Correct
{{ endif }}Question 3: What would your Additional Payment for this round be if you entered the enrollment lottery and ultimately enrolled in School I?? {{ for ans in choices_3 }} {{ if your_answers.2 == ans.0 }}