Hi,
I am building a Monty Hall Problem app with multiple rounds, and I want to provide the choice of "commit to a strategy". Once a player presses the commit button, I hope to disable some button in the template in future rounds.
Now I am using a participant variable to specify whether a player has committed. It seems that I can not call the variable before I assigned a value to it, which yields errors. Is there a method to give participant variables initial value before first round but not initialize it again before the second round? I have tried creating_session but that is working since I want to keep the value to following round.
Thanks,
Chung Yang