{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Quiz
{% endblock %}
{% block content %}
Please solve the quiz question by yourself. Below, you can find answers to the questions. Please control your answers to check if you understand the instructions well.
{% formfields %}
Answers
1-) √81 = 9 tokens.
2-) √100 = 10 tokens.
3-) 9 + 0.99*10 = 18.9 tokens.
4-) 100 + 100(1+0.1) = 210 tokens.
5-) 100 + (-20)*(1+0.1) = 78 tokens.
6-) 120*0.05 = 6 Euros.
{% next_button %}
{% endblock %}