Welcome Shuffle2

Shuffle2 is a small browser based tool to randomly partition a group of people into working groups. You may for instance need something like this, when doing workshops and want to do some practiceing in groups.

Key features

Using Shuffle2

To launch Shuffle2, just open the index.html file with your browser. The screen is divided into two tabs, Main and Options. You will have to set some options before starting to roll groups, so we'll start with that.

Options

You can enter a list of members you want to assign to groups and specify the group size. Members are entered one per line.
In addition you may specify that members should not be mixed into one group. This is accomplished by prefixing a member with a group name. Members with the same group here won't be mixed later. Here's an example:

Group1/John Doh

After entering the members and specifying the group size, click the apply button.

Main

The main screen shows the groups being empty. Click on the Shuffle button to assign members to groups.

Feel free to give me some feedback via info@aschommer.de.

Acknowledgements

The idea of was taken from the Java Tool Shuffle by Felix Heppner/OOSE. Thanks again for the great workshop.

Shuffle2 makes use of the following projects:

Thanks to the authors of these fine libraries. Without them, this project would not have happened.

Download

Get it here: shuffle2-1.0.zip.

Version history

2015-11-21 v1.0

Initial Release

License

The MIT License (MIT)

Copyright (c) 2015 Andreas Schommer

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.