Card Handling
This is where you can make AnkiMorphs really efficient. AnkiMorphs sorts your cards based on how well you know its content; the more you know, the sooner the card will be shown. The downside is this is that it might take a long time before you see a cards with any unknown morphs, i.e., you don't learn anything new.
To overcome this problem and speed up the learning process, we can use the options found here.
When Encountering Cards (skip = bury):
-
Skip cards that have no unknown morphs:
If AnkiMorph has determined that there are no unknown morphs on the card, then it will be buried and skipped.-
Don't skip if they contain fresh morphs:
Choose this if you want to study more fresh/recently learned morphs. -
Skip even if they contain fresh morphs:
Choose this if you want maximum efficiency and you don't feel the need to reinforce fresh/recently learned morphs.
-
-
Skip cards that have unknown morphs already seen today:
If you have already studied a card earlier today with the same unknown morph, then any subsequent cards with that unknown morph will be buried and skipped, which reduces the need to Recalc. -
Show notification "Skipped x cards":
After cards are skipped, a notification in the lower left corner displays how many cards were skipped and for what reason. If you don't want to see this notification, you can uncheck this option.
On Recalc:
-
Suspend new cards::
This option suspends certain new cards, which can prevent having to skip the same cards at the start of every session. These cards are are given the suspended automatically tag.-
If all morphs are known:
Suspends new cards that have no unknown morphs, except if they include fresh morphs. -
If all morphs are known or fresh:
Suspends new cards that have no unknown morphs, even if they include fresh morphs.
-
-
Move new cards to the end of the due queue:
This option pushes certain new cards to the very end of the study queue, which can prevent having to skip the same cards at the start of every session. These cards are assigned adue
value of2047483647
.-
If all morphs are known:
Moves new cards that have no unknown morphs, except if they include fresh morphs. -
If all morphs are known or fresh:
Moves new cards that have no unknown morphs, even if they include fresh morphs.
-
-
Shift new cards that are not the first to have the unknown morph:
This option is an alternative to the skip options that are only available on desktop, potentially making it easier to study new cards on mobile.
There are two parameters you can adjust:- How much to shift/offset the due of the affected cards
- How many unknown morphs to perform this shift/offset on
Here is an example card order without this option activated:Card ID Unknown Morph Due Card_1 break 50 001 Card_2 break 50 002 Card_3 walk 50 003 Card_4 walk 50 004
Here are the same cards but with this option activated (due_shift = 50 000, first_morphs = 2):Card ID Unknown Morph Due Card_1 break 50 001 Card_3 walk 50 003 Card_2 break 100 002 Card_4 walk 100 004