1472 dont highlight text when learners are doing listening activity (#1482)
* fix: don't highlight words while doing hwl activity * fix: don't sort activity choices after the fact
This commit is contained in:
parent
d2779eaf82
commit
61c722c704
1 changed files with 0 additions and 1 deletions
|
|
@ -188,7 +188,6 @@ class MultipleChoiceActivityState extends State<MultipleChoiceActivity> {
|
|||
),
|
||||
);
|
||||
}
|
||||
choices.sort((a, b) => a.text.length.compareTo(b.text.length));
|
||||
return choices;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue