-
Currently, the version number of PsychoPy is used to format import statements and HTML templates for PsychoJS experiments. This can cause problems if the current versions of PsychoPy are incrementing …
-
-
Is it true that `continueRoutine` doesn't work in PsychoJS? I've been trying to write a conditional loop like in [psychopy](https://discourse.psychopy.org/t/conditional-looping/1367) using `continueRo…
-
Response times should be measured from when the stimulus actually appears, not when it is requested. To do that we need to reset the RT clock when screen flip occurs. Most general way to do that (in k…
-
I don't know if that is possible (do not see anything to state that .gitattributes could be instructed to export submodules as well)
-
Now that it was extracted from psychopy code body into a submodule I think it would make sense to make dedicated psychojs "project" and have releases etc
-
it may be possible to export to psychoJS ?
-
Hey, cool project. I have two questions:
1) what license does your package use? I see in the LICENSE it says BSD but the files themselves mention GPL-3
2) I was wondering what your motivation is f…
-
As far as I can see we can't currently run more than one cycle of a set of conditions.
The code to select `TrialHandler.thisTrial` is commented out at
https://github.com/psychopy/psychojs/blob/6…
-
I write a little demo to test the TextStim and failed. The code :
-----
```
// wait until document is ready:
$(document).ready(function() {{
psychoJS.frameCount=0;
…