Difference between revisions of "Help:LimeSurvey/Demo Psychopy"

From TSG Doc
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...")
(No difference)

Revision as of 14:58, 1 February 2015

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