All Projects → blmage → duolingo-solution-viewer

blmage / duolingo-solution-viewer

Licence: MIT License
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.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to duolingo-solution-viewer

HackerrankJAVA
This repository consists of Hackerrank JAVA Solutions
Stars: ✭ 31 (+0%)
Mutual labels:  solutions, challenges
Mue
Fast, open and free-to-use new tab page for modern browsers
Stars: ✭ 56 (+80.65%)
Mutual labels:  translation, firefox-addon
CodeSignal-Solutions
CodeSignal solutions
Stars: ✭ 112 (+261.29%)
Mutual labels:  solutions, challenges
7-billion-humans-solutions
Solutions for the game 7 Billion Humans
Stars: ✭ 147 (+374.19%)
Mutual labels:  answers, solutions
linguist
Linguist is a powerful browser extension for translate pages and text, which are ready to replace your favorite translate service
Stars: ✭ 21 (-32.26%)
Mutual labels:  translation, firefox-addon
datalang
Package to translate R data sets
Stars: ✭ 12 (-61.29%)
Mutual labels:  translation
peek
1-click from git repo to local editor
Stars: ✭ 22 (-29.03%)
Mutual labels:  firefox-addon
exodify
Wonder how much an app is tracking you? Now you can see it from within the Google Play web interface thanks to ExodusPrivacy.
Stars: ✭ 56 (+80.65%)
Mutual labels:  firefox-addon
rosetta
A blazing fast internationalization (i18n) library for Crystal with compile-time key lookup.
Stars: ✭ 23 (-25.81%)
Mutual labels:  translation
Arisu
☔ Translation made with simplicity, yet robust. Made with ❤️ in TypeScript.
Stars: ✭ 15 (-51.61%)
Mutual labels:  translation
caighdean
Inneall aistriúcháin atá taobh thiar de Chaighdeánaitheoir na Gaeilge, agus aistritheoirí Gàidhlig/Gaelg→Gaeilge
Stars: ✭ 15 (-51.61%)
Mutual labels:  translation
laravel-docs-ru
Актуализированная редакция документации Laravel версий 8.x и 9.x на русском языке.
Stars: ✭ 19 (-38.71%)
Mutual labels:  translation
i18n
Minimalist gettext style i18n for JavaScript
Stars: ✭ 14 (-54.84%)
Mutual labels:  translation
i18n-tag-schema
Generates a json schema for all i18n tagged template literals in your project
Stars: ✭ 15 (-51.61%)
Mutual labels:  translation
codewars-python
No description or website provided.
Stars: ✭ 20 (-35.48%)
Mutual labels:  challenges
EasyTongue
😛💬 A translation app built with Electron and Polymer
Stars: ✭ 23 (-25.81%)
Mutual labels:  translation
discussify-browser-extension
Discussify's browser extension app
Stars: ✭ 36 (+16.13%)
Mutual labels:  firefox-addon
mesh
Решает тесты с МЭШ.
Stars: ✭ 19 (-38.71%)
Mutual labels:  answers
paxmod
🕊️ Firefox add-on for multi-row tabs and site-dependent tab colors
Stars: ✭ 123 (+296.77%)
Mutual labels:  firefox-addon
pynmt
a simple and complete pytorch implementation of neural machine translation system
Stars: ✭ 13 (-58.06%)
Mutual labels:  translation

Duolingo Solution Viewer

DeepScan grade ESLint FOSSA Status Chrome Web Store Mozilla Add-on

A browser extension providing access to the complete lists of accepted solutions for Duolingo's translation / listening challenges, and restoring the correction of typos for listening challenges.

Table of contents

Download

Features

  • Provides a link to the list of solutions of the current challenge, once you have submitted your answer:

    • By default, the solutions are sorted by their similarity with your answer:

    • But you can also switch to an alphabetical sort:

    • Click on your answer to edit it. The similarity scores of the solutions will be refreshed accordingly:

    • Click on the thumbtack button to pin your reference answer, and easily compare it with all the solutions:

    • Filter the solutions by entering one or more words in the filter input (click on the icons on the left of a filter to refine it):

    • Select a word (or just a part of it) in any solution to quickly add a new filter:

  • Remembers the lists of solutions of each challenge, to also make them available from the corresponding forum discussions:

  • Displays the closest solution when the answer you submitted is incorrect:

  • Outlines typos in answers to listening challenges:

  • Strives to blend seamlessly in Duolingo's UI, and to be compatible with custom themes such as Darklingo++:

Keyboard shortcuts

After having submitted an answer to a challenge, use:

  • s to open the solution window, and Esc to close it,
  • r to open the report window,
  • d to open the forum discussion in a new tab.

When a list of solutions is available, use:

  • f to focus the filter input, and Esc to leave it,
  • / to scroll up / down the list,
  • / to navigate through the pages one by one,
  • Ctrl + / to go directly to the first / last page.

When the filter input is focused:

  • enter a word, then use Enter to add a filter (see the filter shortcuts below),
  • use Backspace to remove the last added filter,
  • .. and suggestions are available:
    • use / to select a suggestion,
    • use Enter to add a filter based on the selected suggestion (shortcuts will be preserved).

Filter shortcuts

For most languages, enter:

  • " word " for solutions that include the exact word,
  • " * example " for solutions that include a word ending with "example",
  • " example * " for solutions that include a word beginning with "example",
  • " * example * " for solutions that include a word containing "example",
  • " - word " for solutions that do not include the exact word (wildcard variants above are also available).

For languages that do not use space-separated words (such as Japanese), enter:

  • " word " for solutions that include the word anywhere,
  • " * example " for solutions ending with "example",
  • " example * " for solutions beginning with "example",
  • " = example " for exact solutions,
  • " - word " for solutions that do not include the word (again, all variants above are available).

Limitations

  • The extension is deeply tied to how the UI components are "named", meaning that significant changes on Duolingo's side could (temporarily) break it. If that happens, you can either:

    • wait for me to fix it,
    • try to fix it yourself, then open a related PR.
  • The lists of solutions are built by flattening the original solution graphs, which are not optimized against redundancies (they actually don't need to be). This can lead to lists of solutions containing lots of very similar sentences.

  • "Fill in the blank" challenges are based on "normal" translation challenges. The lists of solutions provided for them may therefore include sentences that do not match the blanks.

Contributions

Translations

The extension falls back to English when translations for the current UI language are not available.

The currently supported languages are:

Language Thanks to
English
French
German suoxons
Portuguese Marlon Passos

If you wish to contribute a new language, or to improve on existing translations, please update the translations file, then open a PR!

Bug reports and feature requests

If you encounter a bug, or if you have a suggestion regarding a new feature, don't hesitate to post a new issue!


The country flags on this page were taken from this project: https://yammadev.github.io/flag-icons/ (MIT license).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].