Changes

Jump to navigation Jump to search
Created page with "== Demo entering a survey after a Psychopy experiment == Make sure your survey has a token table which contains the participant ID's: <nowiki> participantID = 2 url = "https..."
== Demo entering a survey after a Psychopy experiment ==

Make sure your survey has a token table which contains the participant ID's:

<nowiki>
participantID = 2
url = "https://survey.socsci.ru.nl/index.php/survey/index/sid/459278/newtest/Y/lang/en?token={:d}".format(participantID)
if sys.platform == 'win32':
`chrome.exe https://survey.socsci.ru.nl/index.php/survey/index/sid/459278/newtest/Y/lang/en?token=2
else:
https://survey.socsci.ru.nl/index.php/survey/index/sid/459278/newtest/Y/lang/en?token=2
</nowiki>

Navigation menu