{{ extends "global/Page.html" }} {{ block title }}Role Assignment{{ endblock }} {{ block content }} {{ include_sibling 'uw_teton_bg.html' }} {{ if player.participant.earner_round_2 == 1 }}
You were randomly selected to earn money by completing the earnings task. You will have {{ session.config.time_limit }} minutes to earn up to ${{max_budget}} by completing {{ session.config.num_correct }} matrices.
{{ else }}You were not selected to earn money by completing the earnings task. Please wait for further instructions.
{{ endif}} {{ next_button }} {{ endblock }}