A browser extension providing access to the lists of solutions to the translation / listening challenges on Duolingo, and restoring the correction of typos for listening challenges.
MIT License
56
stars
9
forks
source link
Idea: regroup solutions by similarity score ranges and display only the most relevant solutions at first #66
Those ranges could be given names, such as "very similar" or "completely different".
Only display a subset of solutions at first (as far as possible, the most relevant/different from each other, taking or not word order into account etc. - we may want to reuse the options mentioned in #2, but in another options field?), but also allow viewing all of them (per group and/or globally?).
Update counts and pagination in the modal when more or less solutions are visible.
Have anchors at the top pointing to each group.
Do as little work as possible upfront, instead wait for user input. Do not hide everything when waiting for a result from the background script.
Regrouping should only be an option. When not regrouping, we may implement filters in place of anchors (by similarity group and relevance).
Those ranges could be given names, such as "very similar" or "completely different".
Only display a subset of solutions at first (as far as possible, the most relevant/different from each other, taking or not word order into account etc. - we may want to reuse the options mentioned in #2, but in another options field?), but also allow viewing all of them (per group and/or globally?).
Update counts and pagination in the modal when more or less solutions are visible.
Have anchors at the top pointing to each group.
Do as little work as possible upfront, instead wait for user input. Do not hide everything when waiting for a result from the background script.
Regrouping should only be an option. When not regrouping, we may implement filters in place of anchors (by similarity group and relevance).