{{ block title }}Title{{ endblock }} {{ block content }}

Introduction

Read before proceeding!

You are going to bid for an item whose value to you is a random value from {{Constants.min_allowable_bid}} to {{Constants.max_allowable_bid}}.

There are {{player.number_of_opponents}} other students in this class who are in the same auction.

When the auction begins, the bidding price will increase by a fixed amount every second. You may choose to leave the auction at any point. The auction ends when only one player remains, who wins the item at the bidding price displayed. This player's earnings will then be the difference between the bid and the item's value.


Your item value for this round is {{player.item_value_actual}}.

{% next_button %} {{ endblock }}