File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,4 +94,13 @@ I'm having Javascript errors when designing my experiment. Can you help?
9494Sorry, but probably not. See the above about programming experiments. There are many
9595ways of `getting help <getting_help.html >`__ with **psiTurk ** specifically and many
9696excellent tutorials online for developing web applications using Javascript. A good
97- example is `CodeAcademy's Javascript lessons <http://www.codecademy.com/tracks/javascript >`__.
97+ example is `CodeAcademy's Javascript lessons <http://www.codecademy.com/tracks/javascript >`__.
98+
99+ Where is the **/static/js/psiturk.js ** file? It doesn't appear in any of the experiments I have downloaded!
100+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
101+ psiturk.js doesn’t actually “exists” as a file in the static folder of any project.
102+ Instead, the psiturk server/command line tool automatically generates this file.
103+ The best way to view it is by “view source” in your browser while debugging your experiment.
104+ While somewhat unintuitive, this ensures that changes to psiturk.js are linked
105+ to new versions of the overall psiturk command line tool (since they are tightly
106+ interdependent).
You can’t perform that action at this time.
0 commit comments