Help:LimeSurvey/Demo Psychopy
< Help:LimeSurvey
Jump to navigation
Jump to search
Revision as of 14:13, 1 February 2015 by Wilbert.vanham (talk | contribs) (→Demo entering a survey after a Psychopy experiment)
Demo entering a survey after a Psychopy experiment
Make sure your survey has a token table which contains the participant ID's:
Then, after your experiment has finished, start a web browser showing the survey.
participantID = 2 url = "https://survey.socsci.ru.nl/index.php/survey/index/sid/459278/newtest/Y/lang/en?token={:d}".format(participantID) import os if sys.platform == 'win32': # windows has no command to start the default browser, hope this one exists os.system("chrome.exe "+url) else: # this selects the default browser in most Unices os.system("xdg-open "+url)
will start a browser with the following survey: