keronsir.blogg.se

Psychopy to javascript
Psychopy to javascript






psychopy to javascript
  1. #PSYCHOPY TO JAVASCRIPT MOVIE#
  2. #PSYCHOPY TO JAVASCRIPT CODE#

Troubleshooting: I already tried using anycodings_loops trials.finished (resulting in the error anycodings_loops “trials is not anycodings_loops declared” and anycodings_loops currentLoop.finished (resulting in the same anycodings_loops problem I have with custom anycodings_loops names).

psychopy to javascript

#PSYCHOPY TO JAVASCRIPT CODE#

(When I test this offline anycodings_loops in the builder where the python code is used anycodings_loops the problem does not exist) Problem: I have two of those routines next anycodings_loops to each other and when testing them online anycodings_loops (on Pavlovia) when I use the restart button anycodings_loops on the first routine the it ends and the anycodings_loops next routine is skipped (see image 1/2 for anycodings_loops the routine flow). At the beginning of the routine I anycodings_loops declare replay.finished = True so that my anycodings_loops continue button ends the routine and then anycodings_loops add replay.finished = False and anycodings_loops continueRoutine = False on click of the anycodings_loops restart button. Implementation: Have a loop anycodings_loops “replay” around the anycodings_loops routine.

psychopy to javascript

#PSYCHOPY TO JAVASCRIPT MOVIE#

As they also have custom video anycodings_loops control buttons to pause and continue the anycodings_loops video I cannot simply put the video length anycodings_loops in the movie component as it then would be anycodings_loops cut short if participants pause the video) (Some of the videos need to be anycodings_loops shown multiple times, therefore the videos anycodings_loops have to manually stopped so the experiment anycodings_loops does not crash the next time the video is anycodings_loops shown. Intention: Have multiple routines with a anycodings_loops video in each that participants can restart anycodings_loops by clicking on a button to watch it again, anycodings_loops with another button to continue to the next anycodings_loops routine.








Psychopy to javascript