from os import environ SESSION_CONFIG_DEFAULTS = {'real_world_currency_per_point':1.0, 'participation_fee':0.5, 'max_payoff_per_product':0.1, 'main_part_round_num':50, 'number_periods_historic_demand':10, 'doc':'', 'mturk_hit_settings':{'keywords':[ 'study', 'forecasting'], 'title':'Surgery planning simulation (~XXX Minutes, $1 Bonus)', 'description':'You have to forecast the duration of different upcoming surgeries. Your total reward will consist out of two components, the fixed reward of $0.50 plus a bonus reward of up to $1.00 that is based on your performance. This HIT takes on average 8 minutes to complete.', 'frame_height':0, 'template':'global/mturk_template.html', 'minutes_allotted_per_assignment':60, 'expiration_hours':168, 'grant_qualification_id':'3HIC0BVJ486MSU8BJM9T22F5N8A1RI', 'qualification_requirements':[ {'QualificationTypeId':'00000000000000000071', 'Comparator':'EqualTo', 'LocaleValues':[ {'Country': 'US'}]}, {'QualificationTypeId':'3HIC0BVJ486MSU8BJM9T22F5N8A1RI', 'Comparator':'DoesNotExist'}]}} SESSION_CONFIGS = [ {'name':'Surgeryforecast', 'display_name':'Surgery Planning Experiment', 'num_demo_participants':20, 'app_sequence':['sp_welcome','sp_task_description', 'sp_init_judgement', 'sp_end']}] LANGUAGE_CODE = 'en' REAL_WORLD_CURRENCY_CODE = 'USD' USE_POINTS = False ROOMS = [] ADMIN_USERNAME = 'admin' ADMIN_PASSWORD = 'scmsco08' DEBUG = environ.get('OTREE_PRODUCTION') in {'', '0', None} DEMO_PAGE_INTRO_HTML = ' ' SECRET_KEY = 'e9mp-)k)pv6-hx9mzga=*u($6p5q2dke0n02khx!b(&2%70e+k' INSTALLED_APPS = [ 'otree'] AWS_ACCESS_KEY_ID = 'AKIAVWEECXTUKL46X3GR' AWS_SECRET_ACCESS_KEY = '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' endpoint_url = 'https://mturk-requester-sandbox.us-east-1.amazonaws.com'