{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Stage I
{% endblock %}
{% block content %}
Below are the five questions for Stage I of the experiment. For each question, click on the answer that you believe is correct.
Once you are done, please check your answers before clicking "next"
| Question | Answer |
|---|---|
| 1. Which of the following countries in Africa is totally land-locked? | {% formfield player.quizQuestion1 label="" %} |
| 2. What was the first U.S. state to enter the Union? | {% formfield player.quizQuestion2 label="" %} |
| 3. Which Irish city's name means 'black pool'? | {% formfield player.quizQuestion3 label="" %} |
| 4. Which planet once had a 'Great Dark Spot' before it disappeared in 1995? | {% formfield player.quizQuestion4 label="" %} |
| 5. The mathematical term 'e' stands for what number, to two decimal places? | {% formfield player.quizQuestion5 label="" %} |