Lottery
Generate a single group of winners and add fixed participants to the loop.
Last updated
Generate a single group of winners and add fixed participants to the loop.
Last updated
Only 1 group is created. People are chosen from all the participants to the session.
Use this algorithm when you need to create a unique group of people chosen among the participants to the session.
This matching algorithm is perfect for the following use cases:
"Meet with the CEO" program
Create a team for a sport tournament
...
Choose your group size, and select the "Lottery" algorithm.
You can choose to add looped participant(s): these are fixed member(s) that will be included in all the matches that are sent.
If your group size is 3, an you have 1 looped participant, then all matches will include 3 people + this specific looped participant, so 4 people in total.
Read the following article to learn more about matching rules.