ideaaward / badge-builder

Other
2 stars 2 forks source link

Prevent random shuffle being correct order #101

Closed deadlyfingers closed 8 years ago

deadlyfingers commented 8 years ago

Sometimes the random shuffle will actually be in the correct order. We need to keep shuffling until the order is not the same as the answer order.

deadlyfingers commented 8 years ago

This will have to be shuffled once on the editor side. If we reshuffle on viewer side we have no answers to check against so there would be always a chance that a random order might be the correct order.