Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change flow when the mnemonic word has the same meaning as input word #203

Open
3 tasks
StephanAkkerman opened this issue Jan 6, 2025 · 0 comments
Open
3 tasks
Assignees
Labels
Difficulty: Medium 😐 This issue can be solved, but a decent amount of lines need to be changed New Feature ⭐ New feature or request Priority: Medium 🥈 Assign this label if this issue is used around once a day

Comments

@StephanAkkerman
Copy link
Owner

StephanAkkerman commented Jan 6, 2025

  1. Description:

    • Problem:
      Sometimes the word the user wants to learn is very similar to the mnemonic word. For instance "geit" will lead to "goat" being picked as the mnemonic word. The verbal cue will then be something weird like "imagine a goat but it's a goat with a twist".

    • Solution:
      We have two options in this case:

    1. Skip the verbal cue and input the word itself, for instance in the example the input for the image gen would be simply "goat"
    2. Use the Linkword method for these words. Instead of finding a mnemonic word for these cases we use a word that is a characteristic for the language you're learning, for instance tulips or clogs for Dutch. The mnemonic word will then be that word and the verbal cue would be like "imagine a goat wearing clogs". We do need to make a list of these words for each language.
    • Prerequisites:
  2. Tasks:

    • Task 1
    • Task 2
    • Task 3
  3. Additional context

@StephanAkkerman StephanAkkerman added Difficulty: Medium 😐 This issue can be solved, but a decent amount of lines need to be changed New Feature ⭐ New feature or request Priority: Medium 🥈 Assign this label if this issue is used around once a day labels Jan 6, 2025
@StephanAkkerman StephanAkkerman self-assigned this Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficulty: Medium 😐 This issue can be solved, but a decent amount of lines need to be changed New Feature ⭐ New feature or request Priority: Medium 🥈 Assign this label if this issue is used around once a day
Projects
None yet
Development

No branches or pull requests

1 participant