|
15 | 15 | dict(
|
16 | 16 | name="treatment_y_10",
|
17 | 17 | display_name="Treatment: Y=10",
|
18 |
| - app_sequence=["introduction", "live_bargaining", "survey"], |
| 18 | + app_sequence=["introduction", "sliders", "live_bargaining", "survey"], |
19 | 19 | num_demo_participants=3,
|
20 | 20 | seconds_per_round=5 * 60,
|
21 | 21 | prod_fct={
|
|
33 | 33 | dict(
|
34 | 34 | name="treatment_y_30",
|
35 | 35 | display_name="Treatment: Y=30",
|
36 |
| - app_sequence=["introduction", "live_bargaining", "survey"], |
| 36 | + app_sequence=["introduction", "sliders", "live_bargaining", "survey"], |
37 | 37 | num_demo_participants=3,
|
38 | 38 | seconds_per_round=5 * 60,
|
39 | 39 | prod_fct={
|
|
51 | 51 | dict(
|
52 | 52 | name="treatment_y_90",
|
53 | 53 | display_name="Treatment: Y=90",
|
54 |
| - app_sequence=["introduction", "live_bargaining", "survey"], |
| 54 | + app_sequence=["introduction", "sliders", "live_bargaining", "survey"], |
55 | 55 | num_demo_participants=3,
|
56 | 56 | seconds_per_round=5 * 60,
|
57 | 57 | prod_fct={
|
|
69 | 69 | dict(
|
70 | 70 | name="treatment_dummy_player",
|
71 | 71 | display_name="Treatment: Dummy Player",
|
72 |
| - app_sequence=["introduction", "live_bargaining", "survey"], |
| 72 | + app_sequence=["introduction", "sliders", "live_bargaining", "survey"], |
73 | 73 | num_demo_participants=3,
|
74 | 74 | seconds_per_round=5 * 60,
|
75 | 75 | prod_fct={
|
|
95 | 95 | real_world_currency_per_point=1.00, participation_fee=10.00, doc=""
|
96 | 96 | )
|
97 | 97 |
|
98 |
| -PARTICIPANT_FIELDS = [ |
99 |
| - "final_payoff", |
100 |
| - "payoff_list", |
101 |
| -] |
102 |
| -SESSION_FIELDS = [] |
| 98 | +PARTICIPANT_FIELDS = ["final_payoff", "payoff_list", "task_score"] |
| 99 | + |
| 100 | +SESSION_FIELDS = ["params"] |
103 | 101 |
|
104 | 102 | # ISO-639 code
|
105 | 103 | # for example: de, fr, ja, ko, zh-hans
|
|
0 commit comments