SESSION_CONFIGS = [ { 'name': 'Baseline', 'display_name': "Treatment-1-Baseline", 'num_demo_participants': 4, 'app_sequence': [ 'first_page', 'cc_type', 'pgg', 'survey', 'payment_info', ], 'participation_fee': 20.00, 'treatment': 'Baseline', }, { 'name': 'SocialScore', 'display_name': "Treatment-2-SocialScore", 'num_demo_participants': 4, 'app_sequence': [ 'first_page', 'cc_type', 'pgg', 'survey', 'payment_info', ], 'participation_fee': 20.00, 'treatment': 'SocialScore', }, ] LANGUAGE_CODE = 'en' # e.g. EUR, GBP, CNY, JPY REAL_WORLD_CURRENCY_CODE = 'CNY' USE_POINTS = True POINTS_DECIMAL_PLACES = 2