Skip to content

Commit

Permalink
Remove payoff graph and chart from Info page (to make things simpler)
Browse files Browse the repository at this point in the history
  • Loading branch information
miawlu committed Apr 28, 2024
1 parent 2d61583 commit 1a66b82
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 88 deletions.
58 changes: 0 additions & 58 deletions _static/info.js

This file was deleted.

2 changes: 1 addition & 1 deletion introduction/Proposal.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h4> Group budgets </h4>
{{ endif }}

<p>
For the size of the budget of each possible group, you will see a table and a corresponding graph like the one below ("Group budgets").
This information is also summarized in a table and a corresponding graph for reference during the discussion and bargaining phase (see below: "Group budgets").
</p>


Expand Down
29 changes: 0 additions & 29 deletions live_bargaining/Info.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,32 +16,6 @@
</p>
{{ endif }}

<p> In this round you are <span style="color: #056fb7; font-weight: bold;">Player {{ player_name }}</span>. </p>
Remember, payoffs are determined as follows:

<div style="width: 350px; align-content: center;">
<table id="payoff-table" style="margin-bottom: 30px;">
<colgroup>
<col style="width: 34%;">
<col style="width: 22%">
<col style="width: 22%">
{{ if not last_player_is_dummy }}
<col style="width: 22%">
{{ endif }}
</colgroup>
<tr id="payoff-table-header">
<th id="payoff-table-header-title">Group members</th>
</tr>
<tr id="payoff-table-values">
<th>Group's budget</th>
</tr>
</table>
<div style="height: 200px; width: 350px">
<canvas id="payoff-chart"></canvas>
</div>
</div>
</p>

<p> <b>
You will now have exactly five minutes to discuss and bargain with the other players.
After the five minutes end, accepted proposals become final.
Expand All @@ -50,7 +24,4 @@

{{ next_button}}

<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script src="{{ static 'info.js' }}"></script>

{{ endblock }}

0 comments on commit 1a66b82

Please sign in to comment.