Help:LimeSurvey/Demo Psychopy

From TSG Doc
< Help:LimeSurvey
Revision as of 14:58, 1 February 2015 by Wilbert.vanham (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Demo entering a survey after a Psychopy experiment

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

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