PennController for IBEX › Forums › Support › Eye-tracking
Tagged: eye-tracking
- This topic has 1 reply, 2 voices, and was last updated 4 years ago by
Jeremy.
-
AuthorPosts
-
June 17, 2021 at 11:40 am #7059
vasilisa
ParticipantHi Jeremy,
I’m currently trying to add eye-tracking to my experiment and I’ve faced an issue.
The link in the results file looks as follows: httpsfarmpcibexnetrKFZClH/af8e9d53-10c3-93c6-1799-6412f8639d0f.
Whenever I type it in a browser (as https://farm.pcibex.net/rKFZClH/af8e9d53-10c3-93c6-1799-6412f8639d0f), it says “The page you were looking for doesn’t exist”. Maybe you have an idea what this could be related to.I was also thinking about using a suggested alternative, namely appending the key to the end of the php-script.
However, it’s not clear to me whether the whole link is the key and where exactly to put it. I don’t see what exactly I could replace at the end of the php-script that is related to the key.Many thanks in advance!
Best,
VasilisaJune 17, 2021 at 1:51 pm #7061Jeremy
KeymasterHi Vasilisa,
As explained in the documentation (my emphasis + edit):
This script will take care of receiving and storing encoding data lines in subfolders and one file per participant. It will also output back files where the lines have been decoded. You can directly visit it [NB: your script] through your browser and type in the field that you see the “URL” key that was reported in your results file (something like httpsdomainofmyexperiment/pathtomyexperiment/vEry-l0ng-uniQu3-1dentif1er). Alternatively, you can directly append
key
at the end of the PHP script’s url (replacingkey
with the value from your results file) to get the output file — this is the method we will use in our analyses.In other words, your eye-tracking data will not be stored on the PCIbex Farm, and you should upload a PHP script to your webserver, as described in the documentation. If your PHP script is at
https://my.server.xyz/myETScript.php
, then open this URL in your browser and pastehttpsfarmpcibexnetrKFZClH/af8e9d53-10c3-93c6-1799-6412f8639d0f
in the input field and click “Submit” to get a CSV data file. Or usehttps://my.server.xyz/myETScript.php?experiment=httpsfarmpcibexnetrKFZClH/af8e9d53-10c3-93c6-1799-6412f8639d0f
to access it directly, as illustrated in the Analyses sectionJeremy
-
AuthorPosts
- You must be logged in to reply to this topic.