From bb877ac2234c4f165ab7b12055bc40a914234f91 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Wed, 19 Jan 2022 08:57:29 +0100 Subject: [PATCH] Update comment for UserGroupSeparator (Java21) --- lib/user_group_separator.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/user_group_separator.rb b/lib/user_group_separator.rb index 25634d04..c82dead0 100644 --- a/lib/user_group_separator.rb +++ b/lib/user_group_separator.rb @@ -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)