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

!<INPUT 1>! participants opted for the costly dish, while !<INPUT 2>! went for the cheap dish.
The overall expense is !<INPUT 3>!. Your required payment is !<INPUT 4>!.

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