Update comment for UserGroupSeparator (Java21)

This commit is contained in:
Sebastian Serth
2022-01-19 08:57:29 +01:00
parent 11c3a888c2
commit bb877ac223

View File

@ -2,12 +2,12 @@
class UserGroupSeparator
# Different user groups for the Java21 course based on the user_id
# 0: show_tips_intervention && no_b
# 1: show_break_intervention && no_b
# 2: show_rfc_intervention && no_b
# 3: show_tips_intervention && show_b
# 4: show_break_intervention && show_b
# 5: show_rfc_intervention && show_b
# 0: show_tips_intervention && show_community_solution
# 1: show_break_intervention && show_community_solution
# 2: show_rfc_intervention && show_community_solution
# 3: show_tips_intervention && no_community_solution
# 4: show_break_intervention && no_community_solution
# 5: show_rfc_intervention && no_community_solution
# separates user into 33% tips interventions, 33% break intervention, 33% rfc intervention
def self.get_intervention_group(user_id)