You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behaviour:
When currentLoop.name is called it should return the name of the loop in which the current routine is located. i.e. in the below the correct currentLoop.name for the routine "trial" should be "trials" and in the routine "feedback" the correct loopname is "fb_loop". Locally, this works, but online as soon as one iteration of fb_loop has been completed the currentLoop.name in the "trial" routine becomes "fb_loop".
The text was updated successfully, but these errors were encountered:
When nested loops are used the attribute currentLoop.name is correct locally but not online.
Minimal demo here: https://run.pavlovia.org/lpxrh6/loopname_bug_demo/
Repository for demo: https://gitlab.pavlovia.org/lpxrh6/loopname_bug_demo/
Expected behaviour:
When currentLoop.name is called it should return the name of the loop in which the current routine is located. i.e. in the below the correct currentLoop.name for the routine "trial" should be "trials" and in the routine "feedback" the correct loopname is "fb_loop". Locally, this works, but online as soon as one iteration of fb_loop has been completed the currentLoop.name in the "trial" routine becomes "fb_loop".
The text was updated successfully, but these errors were encountered: