Skip to content

Commit 1cf9ae9

Browse files
committed
updated to docs
where is the psiturk.js file?
1 parent 759f86b commit 1cf9ae9

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

doc/faq.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,13 @@ I'm having Javascript errors when designing my experiment. Can you help?
9494
Sorry, but probably not. See the above about programming experiments. There are many
9595
ways of `getting help <getting_help.html>`__ with **psiTurk** specifically and many
9696
excellent 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).

0 commit comments

Comments
 (0)