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
I set a session.var in create_session methods, and I have two waitpages.
class ResultsWaitPage(WaitPage):
after_all_players_arrive = 'set_payoffs'
class CleanPage(WaitPage):
wait_for_all_groups = True
after_all_players_arrive = 'clean_data'
In the first wait page, I changed the value in session.var, however, in the next wait page, the var doesn't change as exepected.
Besides, the first waite page is put in Group class, and the second one is put in Subsession class.
Why?
The text was updated successfully, but these errors were encountered:
chauncyzhu
changed the title
session.vars is able to be changed when use wait_for_all_groups
session.vars is not able to be changed when use wait_for_all_groups
Jan 6, 2021
I set a session.var in create_session methods, and I have two waitpages.
In the first wait page, I changed the value in session.var, however, in the next wait page, the var doesn't change as exepected.
Besides, the first waite page is put in Group class, and the second one is put in Subsession class.
Why?
The text was updated successfully, but these errors were encountered: