Open GoogleCodeExporter opened 8 years ago
I think it is related to SuperMemo that do not review wrong cards in learning
mode and only review wrong cards in drill mode.
I guess a more general way to deal with the problem is having more customized
way to create quiz.
For your second question, do you mean save learning progress in the db? It
could be related to this issue
http://code.google.com/p/anymemo/issues/detail?id=251.
Original comment by mrlhwlib...@gmail.com
on 19 Sep 2013 at 10:24
I think expanding the option menus in the quiz mode will do.
I actually like the current way review the wrong cards in learning mode
together mixed with other cards. But I also think the quiz mode will help. The
reason is that in the learning mode, the wrong card will pop in every several
minutes. After couple of repeats, I have remembered it. So, it will then
deferred to next day for review. If there is an option to review the wrong
cards in quiz mode, it give me an option to strengthen the memory of those
cards. I virtually will focus on those cards instead of mixing with other cards.
Original comment by Dawnlily...@gmail.com
on 20 Sep 2013 at 12:27
You know, you are right, supermemo do not reivew wrong cards in learning mode,
but only reivew wrong cards in drill mode. They have a link right in the
database while learning to practice the wrong cards. I think this is nice to
have too, but this set of drill cards is difference from what I said earlier.
For the supermemo drill cards, once select remembered, it will be gone. With my
design, it will be gone for this drill session, but I can still select them
back. Plus I have the option to select whether it's within last 3 hours, or 12
hours, etc. This fits someone with erratic schedule.
Imagine a scenario that I learned 200 cards today. If using supermemo way, if I
drilled on those wrong cards today, it will be off the list. But I didn't
review for next 2 days, those cards will not be picked up. By quizing by time
range, it give me an option to pick them out specifically.
This is a complement to the earlier request of sorting by overdue factor. This
one is more focused on wrong cards.
Original comment by Dawnlily...@gmail.com
on 20 Sep 2013 at 12:37
One thing makes it quite hard to do is that AnyMemo currently didn't keep track
of cards last failure date.
It only keep record the failure count.
Original comment by mrlhwlib...@gmail.com
on 20 Sep 2013 at 4:53
Is it hard to do?
Or, we can have a function similar to supermemo that put the failed to remember
or hard cards into the drill pile forever until user either click remember or
the whole pile cleared by the user. I do find this is very helpful function,
worth to implement. Thanks!
Original comment by Dawnlily...@gmail.com
on 20 Sep 2013 at 6:07
I will never do the supermemo way, this is decided when the project started.
What I think I can do is that I might look into using the lapse date to see if
the card has failed before. I can generate a list of card to review for cards
that has been failed before. It is also possible to exclude card that has been
remembered successively for 3 time, for example.
I wonder if this is a replacement without recording any additional data?
Original comment by mrlhwlib...@gmail.com
on 20 Sep 2013 at 7:39
I agree with the proposal. Don't understand and the last sentence.
I think this is an important function. I remember supermemo said the
implementation of sm-8 improve the near term learning time by 30-50%, but no
significant change for long term. I wonder if the drill is the trick.
Original comment by Dawnlily...@gmail.com
on 20 Sep 2013 at 7:48
I think should allow users to self define the time range in hours of the last
fail. I don't see much value of including number of successive success, unless
you want record the forget/remember record into database. But I think the drill
record specifically should not be recorded. Imagine we practiced hard in the
beginning, then becomes quite proficient with you, and this becomes an easy
card. If put too much weight in beginning learning history, the easiness
factors will be screwed
Original comment by Dawnlily...@gmail.com
on 20 Sep 2013 at 8:08
After thought over, here is my proposal, which involving quiz/reviewing cards
menu/function.
in the current quiz menu, in addition to the current option, add or modify the
following :
- range, I instead of current fixed increments, so the certain important cards
can be learned earlier
- option to save the learning process. This is toggle on or off. The one failed
at last will arbitrary get grade 1, the one finally marked as remembered will
be marked as 3. This is not perfect assignment, but will work for now. If you
want to refine it, the one that marked remember the first time will be saved as
4.
- filter by last study date from the current time in hours, maximum to 48 hours
will be fine.
- filter by last selected grade, for example, if it's 2, all card with last
grade of 0, 1, 2 will be selected.
- toggle: quiz by random or sequence. User can choose sequence when use quiz
mode to study cards.
Hope the above and priority reviewing function implemented ASAP. Badly need
them for my learning.
Original comment by Dawnlily...@gmail.com
on 25 Sep 2013 at 3:14
That's logs of requests.
- range, I instead of current fixed increments, so the certain important cards
can be learned earlier
* Should be able to included in AnyMemo 10.3, it is currently under code review.
- option to save the learning process. This is toggle on or off. The one failed
at last will arbitrary get grade 1, the one finally marked as remembered will
be marked as 3. This is not perfect assignment, but will work for now. If you
want to refine it, the one that marked remember the first time will be saved as
4.
* Related to this issue http://code.google.com/p/anymemo/issues/detail?id=251.
It is not a easy one.
- filter by last study date from the current time in hours, maximum to 48 hours
will be fine.
* Haven't decided how useful it is. If it was just reviewed, why do you need to
review it again so soon?
- filter by last selected grade, for example, if it's 2, all card with last
grade of 0, 1, 2 will be selected.
* I don't think this exact idea is good. I prefer the one you talked before,
like review card that has been failed before.
- toggle: quiz by random or sequence. User can choose sequence when use quiz
mode to study cards.
* There is a toggle when are selecting things to quiz. Is that what you need?
Original comment by mrlhwlib...@gmail.com
on 25 Sep 2013 at 4:52
My request is no different from prior just a small step further. Quiz by grade
is important for strengthen the just learned items. I should add that when
filtering by grade, those has been memorized correct for more than certain
number of time in the past same amount of hours will be filtered out - - >so
this is another user defined field ie number of maximum successful remember in
the quiz mode. Probably this is a little hard to do though unless you add
several more field in database
Original comment by Dawnlily...@gmail.com
on 25 Sep 2013 at 5:18
Original comment by mrlhwlib...@gmail.com
on 10 Dec 2013 at 5:39
Original issue reported on code.google.com by
Dawnlily...@gmail.com
on 19 Sep 2013 at 9:02