prompt_template/diner_dilemma/report_v2.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 outcomes from Round !<INPUT 0>! are as follows:

There were !<INPUT 1>! participants who opted for the costly dish, in contrast to !<INPUT 2>! who went for the cheap dish.
The total expense amounts to !<INPUT 3>!. Your contribution is !<INPUT 4>!.

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