I would like to make a randomizer for show results but have no idea where to start. I have created randomizers that score based on a number where you have to input each competitor separately but am looking for something that does this:
ENTER ENTRIES INTO FORM WITH EACH CLASS SEPARATED BY A “|”, only the entrants should be randomized, not the order of classes:
|Class One
Entrant A
Entrant B
Entrant C
Entrant D
|Class Two
Entrant A
Entrant B
Entrant C
Entrant D
etc.
THEN SHOW THE RESULTS IN A SPECIFIC FORMAT AS FOLLOWS
Class A
- Entrant C
- Entrant A
- Entrant B
- Entrant D
Class B
- Entrant A
- Entrant D
- Entrant B
- Entrant C
Should I use the shuffle function? Am I totally off base on that idea and if so what would you recommend? Anyone know of any examples online to help me figure this out (I have searched and have been unsuccessful in finding anything).