Your Tokens: {{ endowment }}
{{ if show_probability }}
Reminder:
{{ if framing == 'gain' }}
The probability of snow is {{ probability_text }}
{{ else }}
The probability of no rain is {{ probability_text }}
{{ endif }}
{{ endif }}
{{ if show_signal }}
FORECAST: {{ signal_text }}
{{ endif }}
{{ if framing == 'gain' }}
How many tokens would you like to spend on pre-emptively calling in snow plow contractors?
- If it snows:
you get back double what your spent tokens.
- If it does NOT snow: you lose what you spent.
- Tokens not spent are added to your end of round score.
{{ else }}
How much would you like to spend on rain preparation?
- If heavy rain occurs: you make back half of what you spent and lose any unspent tokens.
- If NO heavy rain occurs: the total spent on preparation is lost (wasted).
{{ endif }}
{{ next_button }}