{{ block title }} Part I: Task I - Round {{player.round_number}} {{ endblock }} {{ block styles}} {{endblock}} {{ block content }} Question:
{{question_text}}
Option A {{OptionA}}
Option B {{OptionB}}
Option C {{OptionC}}
Option D {{OptionD}}
{{if player.answerer == 1}} You have been selected at random to submit your group's answer for this round. {{formfields}} {{else}} Another member of your group (selected at random) will submit your group's answer for this round.
After they submit the answer, you will automatically proceed to the next round.
{{endif}} {{if player.answerer == 1}} {{endif}}

Chat Box:

You can use the chat box to communicate with other members of your group. Recall the two important rules when using the chat:

  • No personal information,
  • No profanity/hate speech.

{{ chat nickname=participant.participant_name channel=participant.group_name }}

{{ endblock }} {{block scripts}} {{if player.group.ans_submitted == False}} {{endif}} {{if player.group.ans_submitted == True}} {{endif}} {{ endblock }}