-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathconfig.txt
59 lines (50 loc) · 1.54 KB
/
config.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[Task Parameters]
experiment_code_version = v1.0
# this number determines how many values the CONDITION variable can take
num_conds = 6
# don't change this
num_counters = 1
[Database Parameters]
database_url = sqlite:///participants.db
table_name = participants
[Prolific]
name = Public Study Name Shown to Participants
project_name = prolific_project_name
reward = 225
total_available_places = 30
estimated_completion_time = 15
description =
Describe your study here
You can use *Markdown* formatting.
[Server Parameters]
host = 0.0.0.0
port = 22363
cutoff_time = 30
logfile = server.log
loglevel = 2
debug = true
login_username = user
login_pw = pw
threads = 1
secret_key = 'this is my secret key which is hard to guess, i should change this'
# everything below isn't necessary if you're not using mTurk
[HIT Configuration]
title = Example JsPsych Psiturk Experiment
description = For educational purposes
amt_keywords = Psychology
lifetime = 24
us_only = true
approve_requirement = 95
contact_email_on_error = [email protected]
ad_group = Default psiTurk
organization_name = Bodacious University
browser_exclude_rule = MSIE, mobile, tablet
allow_repeats = true
[Shell Parameters]
launch_in_sandbox_mode = true
bonus_message = "Thanks for participating!"
# If you are not using the psiturk ad server, set `use_psiturk_ad_server` to `false` and point `ad_location` to your proxy server <host> and <port>. Format the ad_location like this:
#
# https://<host>:<port>/ad
# use_psiturk_ad_server = false
# ad_location = https://fredtest1.herokuapp.com/pub