alisdt

Results 9 comments of alisdt

Further thought: I think it's probably to do with the Tobii SDK. It delivers the eyetracking data via callback. The callback function I'm using enumerates the current loop variables to...

I've tested a few things and it looks like this appears either when the setting you mention is active ("Delete cookies and site data when Firefox is closed") or Enhanced...

Strange, I'm using Firefox on Linux too. I'm out of ideas I think .... I won't be offended if you close this of course.

There is a working example here: [https://jspsychlearning.ppls.ed.ac.uk/~ksmith7/online_experiments_practicals/audio_2023/index.html](https://jspsychlearning.ppls.ed.ac.uk/~ksmith7/online_experiments_practicals/audio_2023/index.html)

& also test with other right-to-left scripts!

& also test with other right-to-left scripts!

Adding the Unicode LTR order mark, `\u200e`, to the end of the RTL text fixes this problem. However it seems there is no easy way to detect RTL text --...

Example code here: [experiment.zip](https://github.com/jspsych/jsPsych/files/10074995/experiment.zip) (zip because GitHub doesn't allow raw HTML upload)

I'm working on this too. Things I've tried that I didn't expect to work: - treating timeline as a dynamic parameter - getTimeline().push(new_thing) Thing I've yet to try that might...