# This is a list of possible statuses of a participant. # only a HEALTHY player can continue playing the game. With an execption of NON_INITIATED who can be at Consent form # If a player HEALTHY = 0 NON_INITIATED = 1 CONSENT_DROPOUT = 2 WP_DROPOUT = 3 NOT_ENOUGH_PLAYERS_IN_SESSION = 4 INGAME_DROPOUT = 5 GROUP_HAS_DROPOUT = 6