diff --git a/lib/pangea/analytics_practice/vocab_audio_activity_generator.dart b/lib/pangea/analytics_practice/vocab_audio_activity_generator.dart index f13839116..8b794944a 100644 --- a/lib/pangea/analytics_practice/vocab_audio_activity_generator.dart +++ b/lib/pangea/analytics_practice/vocab_audio_activity_generator.dart @@ -16,7 +16,8 @@ class VocabAudioActivityGenerator { wordsInMessage.add(t.text.content.toLowerCase()); } - // Extract up to 3 additional words as answers + // Extract up to 3 additional words as answers, from shuffled message + audioExample.tokens.shuffle(); final otherWords = audioExample.tokens .where( (t) =>