{% extends "global/Page.html" %} {% load otree %} {% block title %} Determine the number of the voting right {% endblock %} {% block content %}

Instructions

This task is used to determine the number of the voting right of each member. Each member can have 0-5 votes. The number of voting right for each member is determined by this die rolling task. The procedure is as follows: A 6-sided die and a cup will be provided to each of you. You will roll your die twice. Your first roll decides on how many voting right you own, according to the table below.
Number rolled: 1 2 3 4 5 6
Voting right number: 1 vote 2 votes 3 votes 4 votes 5 votes 0 votes

{% formfield player.die_rolling label="Please record your thrown number here" %} {% next_button %} {% endblock %}