class GlobalConstant(): game_rounds = 60 seconds_to_passive = 20 passive_allowed_time = 40 group_size = 100 active_players_per_group = 20 # number of players per group tail_rate=0.95 # percentage of participants who chose Tails to get the bonus high_pay=0.40 low_pay=0.20 q1_reduce_factor = 1/4 q2_reduce_factor = 3/4 time_to_response_first_round = 60 time_to_response = 120 penalty = -0.05 basic_payment = 0.1 completion_code = "COMPLETION_CODE_HEADS_TAILS_7784"