olmps / memo

Memo is an open-source, programming-oriented spaced repetition software (SRS) written in Flutter.
BSD 3-Clause "New" or "Revised" License
1.83k stars 159 forks source link

Typo on cards' questions/answers of "BDD - Fundamentos" Collection #286

Closed revagomes closed 2 years ago

revagomes commented 2 years ago

Descreva o Bug/Describe the bug:

There are a few occurences of "orientado a comportamente" (with the letter "E") rather than "orientado a comportamento" (with the letter "O") on some cards of the BDD - Fundamentos Collection.

As soon as the set of cards are shown the users will see a few of them having that typo on some of the questions and the answers as well.

Passos para Reproduzir/Steps to Reproduce:

  1. Open the app
  2. Navigate to Explore Screen
  3. Tap in the component BDD - Fundamentos
  4. The first card already has the typo previously described

Resultado Esperado/Expected Result:

[...]
      "uniqueId": "03c9a8d5-9e27-4ec2-8a3c-7bf20431b823",
      "question": [
        {
          "insert": "Os cenários no desenvolvimento orientado a comportamento (BDD) segue o fomato DADO-QUANDO-ENTÃO, popularlmente conhecido como ___.\n"
        }
      ],
      "answer": [
        {
          "insert": "Os cenários no desenvolvimento orientado a comportamento (BDD) segue o fomato DADO-QUANDO-ENTÃO, popularlmente conhecido como "
        },
[...]

Resultado Obtido/Actual Result:

[...]
      "uniqueId": "03c9a8d5-9e27-4ec2-8a3c-7bf20431b823",
      "question": [
        {
          "insert": "Os cenários no desenvolvimento orientado a comportamente (BDD) segue o fomato DADO-QUANDO-ENTÃO, popularlmente conhecido como ___.\n"
        }
      ],
      "answer": [
        {
          "insert": "Os cenários no desenvolvimento orientado a comportamente (BDD) segue o fomato DADO-QUANDO-ENTÃO, popularlmente conhecido como "
        },
[...]

Versão do app/App Version:

Latest release - 0.2.0

matuella commented 2 years ago

Fixed by #285