prompt_template/diner_dilemma/report_v3.txt

Variables:
!<INPUT 0>! -- round id
!<INPUT 1>! -- number of players who chose costly dish
!<INPUT 2>! -- number of players who chose cheap dish
!<INPUT 3>! -- total cost
!<INPUT 4>! -- player pay
!<INPUT 5>! -- player choice
!<INPUT 6>! -- utility recieved

<commentblockmarker>###</commentblockmarker>

The results of Round !<INPUT 0>! are as follows:

The expensive dish was the preference of !<INPUT 1>! players, while the cheaper dish was selected by !<INPUT 2>! players.
The total amount spent is !<INPUT 3>!. Your share of the bill is !<INPUT 4>!.

Your selection was: 
<part>///</part>
{"chosen_dish": "!<INPUT 5>!"}
<part>///</part>
The utility you received is !<INPUT 6>!.
