empiricaly / empirica

Open source project to tackle the problem of long development cycles required to produce software to conduct multi-participant and real-time human experiments online.
https://empirica.ly/
Apache License 2.0
44 stars 8 forks source link

player.set not working in onStageStart #515

Closed yankai-wang closed 5 months ago

yankai-wang commented 5 months ago

Is there an existing issue for this?

What happened?

In Empirica.onStageStart, I reset the submission status of each player with the following codes:

 players.forEach((player) => {
    player.set("satisfied", false);
  });

But since 1.8.12, it's not working.

Steps To Reproduce

Empirica Version

1.8.12
No problem observed in 1.8.11 and versions before.

What OS are you seeing the problem on?

macOS

What browser are you seeing the problem on?

Chrome

Relevant log output

No response

Anything else?

No response

Code of Conduct

npaton commented 5 months ago

Released in 1.9.7