{% extends "global/Page.html" %} {% block content %}

{% if player.is_winner == True %} Based on your performance from the past rounds, you have been chosen for promotion from your group. You are the only one promoted from your group. Congratulations!
For your new task, you will be performing multiplication questions instead of addition questions.
The multiple-choice format will be the same as your previous task.
The members in your new group have answered the multiplication questions for the past rounds, so they have knowledge and experience of the task.
If one of the remaining multiplication rounds are chosen at random for your payout, each correct answer is worth $2.50.

The following tip should help you solve the multiple-choice questions more easily.
When solving the multiplication questions, simplify solving the question by eliminating the wrong answers.

Good Luck! {% endif %} {% if player.math == 'multiplication' and player.is_winner == False %} There will be a new member in your group for the remaining rounds.
This member was promoted from another group. You now have 4 members in your group. {% endif %} {% if player.math == 'addition' and player.is_winner == False %} One member was moved out of your group.
You now have 2 members left in your group for the remaining rounds. {% endif %}

{% next_button %} {% endblock %}