Help:LimeSurvey/Demo Psychopy
< Help:LimeSurvey
Jump to navigation
Jump to search
Revision as of 13: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...")
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