prompt_template/diner_dilemma/report_v5.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>

Here are the outcomes for Round !<INPUT 0>!:

!<INPUT 1>! participants opted for the costly dish, whereas !<INPUT 2>! picked the cheap dish.
The cumulative cost is !<INPUT 3>!. You are required to pay !<INPUT 4>!.

You selected: 
<part>///</part>
{"chosen_dish": "!<INPUT 5>!"}
<part>///</part>
Your received utility is !<INPUT 6>!.
