{% extends "global/Page.html" %}
{% block title %}
Task 12 of 12
Trivia{% endblock %}
{% block content %}
For this task, you will be presented with a list of trivia questions.
For example:
Which of the following mountains would you find in Japan?
- Fuji
- Shishapangma
- Annapurna
- Makalu
The correct answer for the above trivia question is: Fuji.
You will be presented with a list of questions.
If you do not know an answer, please select any of the choices and move on to the next question. You will earn 5 points for each correct answer.
Recall, your performance on the trivia
task and the other tasks will collectively determine your bonus payment. You will be presented with your
performance on this task upon your completion of it.
Please click next if you are ready to start.
{% formfields %}
{% next_button %}
{% endblock %}