Skip to content

Commit

Permalink
🐞 Voting booth doesn't shuffle answers (#365)
Browse files Browse the repository at this point in the history
Parent issue: sequentech/meta#183
  • Loading branch information
Findeton committed Aug 8, 2023
1 parent 8dd4fa3 commit dffa4e3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ angular.module('avBooth')
question.categories = _.each( question.categories, function(category) {
category.answers = _.shuffle(category.answers);
});
question.answers = _.shuffle(question.answers);
} else if (!question.extra_options.shuffle_all_options &&
angular.isArray(question.extra_options.shuffle_category_list) &&
question.extra_options.shuffle_category_list.length > 0) {
Expand Down

0 comments on commit dffa4e3

Please sign in to comment.