Dallinger / Griduniverse

Welcome to the Griduniverse.
7 stars 3 forks source link

The participant `recruiter_id` should be included in the player state #192

Closed alecpm closed 5 years ago

alecpm commented 6 years ago

The serialized grid state includes a variety of information about the player (via Player.serialize()), but it does not include information about whether the player is a bot or a human. Including the recruiter_id in the player state (or some related value) would allow game logic and post-experiment analysis to make distinguish between bot and human participants.

Related to Dallinger/Dallinger#1367

jessesnyder commented 5 years ago

Merged - closing.