olmps / memo

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

Show question along with the answer #163

Closed mpirescarvalho closed 3 years ago

mpirescarvalho commented 3 years ago

Caso de Uso/Use Case:

It would help to determine if a question was easy, medium, or hard.

Proposta/Proposal:

It would be good to have the question showing along with the answer after taping the "Show answer" button. A user might struggle to connect the answer with the question if it doesn't show up.

Also, if he stays in the answer screen for a long time, he will problably not remember the question anymore.

image

matuella commented 3 years ago

That's a really good suggestion!

Displaying both question/answer in the current "terminal-like" structure might get visually overwhelming with long questions and answers, even requiring scrolling for devices with small screens. Nonetheless, there is no current way of seeing the question if, just like you said, we wanted to check it out once we are in the answer of that particular memo. Another alternative would be to tap somewhere to see the question again, although I'm not sure about it.

We'll try to evaluate other alternatives (including your suggestion) to improve this flow. Thanks for opening this issue!