-
Notifications
You must be signed in to change notification settings - Fork 36
How to use formr with mturk
Ruben C. Arslan edited this page Nov 18, 2017
·
1 revision
How to use formr with mturk (or other panel providers)
It is very easy to set up an mturk project with formr:
- Create a new project on mturk and choose "survey link". Change the description and the survey link.
- Your mturkers need a unique survey completion code. Luckily, formr generates one by default: the sessionID. You can refer to it with
survey_run_sessions$session
. - Include the sessionID on your Stop Button. This can look like this:
`r survey_run_sessions$session` is your unique survey code that you have to paste to the box in the survey advertisement. You can close the window after you have copied and pasted the code successfully.