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

[BUG] Reversed flashcards inconsistent order #875

Open
AndriiPetrovDev opened this issue Feb 12, 2024 · 6 comments
Open

[BUG] Reversed flashcards inconsistent order #875

AndriiPetrovDev opened this issue Feb 12, 2024 · 6 comments
Labels
bug Something isn't working

Comments

@AndriiPetrovDev
Copy link

I have a bug with quite simple data. I see that the Plugin mixes order of questions and answers while it should be constantly reversed. In straight order everything works fine

question1 ::: answer1 
question2 ::: answer2
question3 ::: answer3
question4 ::: answer4
#flashcards
SCR-20240212-icog SCR-20240212-iclx
  • OS: MacOS 14.2.1
  • Obsidian version: : V1.5.3
  • Plugin version: 1.11.1
@AndriiPetrovDev AndriiPetrovDev added the bug Something isn't working label Feb 12, 2024
@ronzulu
Copy link
Collaborator

ronzulu commented Feb 12, 2024

Hi there, could you please list the order that you are expecting, e.g.

  1. question1 -> answer1
  2. answer1 -> question1

Also please send a screenshot of the settings for the flashcard review order

image

@AndriiPetrovDev
Copy link
Author

Hi @ronzulu
I expect this result for all cards:
answerN -> questionN
here is my settings just to be sure that you have all needed information
SCR-20240213-pxvg

@AndriiPetrovDev
Copy link
Author

AndriiPetrovDev commented Feb 13, 2024

Unfortunately multyline cards works the same
if I set
image
the order is:

  1. question1 -> answer1
  2. answer1 -> question1
  3. question2 -> answer2
  4. answer2 -> question2
  5. question3 -> answer3
  6. answer3 -> question3
  7. question4 -> answer4
  8. answer4 -> question4

I don't need 0, 2, 4, 6

@ronzulu
Copy link
Collaborator

ronzulu commented Feb 13, 2024

Hi @AndriiPetrovDev

Thanks for the info. So now I understand, you just want the following:

answer1 -> question1
answer2 -> question2
answer3 -> question3
answer4 -> question4

I think the problem is that "inline reversed" is not an accurate name on the settings page:
image

In the user manual it is also called "reversed", but the description is accurate:
https://www.stephenmwangi.com/obsidian-spaced-repetition/flashcards/#single-line-reversed

image

The inaccurate naming of "reversed" also caused confusion for #865

Cheers
Ronny

@ronzulu
Copy link
Collaborator

ronzulu commented Feb 14, 2024

I've created a new issue regarding the terminology at #876

I can see that it might be beneficial to include new card types called "reversed" that are just reversed rather than bidirectional.

Out of curiosity, why do you prefer something like:
Question <== Answer

Over existing functionality of:
Answer :: Question

Cheers
Ronny

@AndriiPetrovDev
Copy link
Author

AndriiPetrovDev commented Feb 14, 2024

@ronzulu Yeah, it will be very beneficial for language learners, Because both directions "native"->"translation" and "translation"->"native" are helpful for learning. Sometimes you just translate foreign word but in other case you can learn how to express your thoughts in different language. Actually translateing FROM and TO different language is TWO independent skills. That's why so many people can understand foreign language but can't speak well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants