I’m trying to create a simple online experiment, and appear to have struck doh! at the first attempt.
I set up a simple loop with the conditions contained within a CSV file, with the idea of displaying a phrase for 1 second on screen, before moving to phrase 2 etc…
I exported the html - and transferred the html folder to C:\TEMP\HTML
Further information: I have tried “simple” http servers installed locally - like the one I listed under node.js, and SimpleHttpServer under python, both showed the landing page, but the OK button was greyed out.
I have got the html output from PsychoPy to work by dropping the folder into the relevant space on an Apache server.
For the purpose of testing the first option (local webserver) would be much simpler, and I wonder if there are any specific requirements for the web server?