AnkiNoteTemplate/templates/Japanese fallback
2022-04-18 21:21:56 +03:00
..
Production Fix: declare variables with const keyword 2022-04-18 21:21:56 +03:00
Recognition Fix: declare variables with const keyword 2022-04-18 21:21:56 +03:00
README.md added Yandex 2022-01-02 16:41:53 +00:00
showcase.gif Add files via upload 2022-01-02 16:29:16 +00:00
template.css Update templates to support marking target word with <strong> 2022-04-17 17:53:26 +03:00
template.json update fallback 2021-11-27 17:47:23 +03:00
yomichan_anki_settings.webp Add files via upload 2021-07-10 14:30:25 -03:00

Japanese fallback

This card template was brought to you by フェリペ. It is based on Japanese sentences and on card template provided by a DJT user (a big thanks to whoever made it). It's also available on Yandex.

gif

But what is it?

Fallback cards (FBCs) are similar to SWCs and TSCs at first: youve got the target word on the front of the card and whatever you need to understand it on the back, an example sentence and pitch accent information -- if you make cards using Mpvacious, youve also got the audio of the example sentence and an image. (That looks like SWCs, right?) When you hover over the target word a sentence appears, giving you the context in which you found the target word. FBCs allow you do the following:

  • Have a backup when you go like, “what the hell am I looking at?!” (hence its name)
  • Forget about context-dependent memories but still benefit from TSCs, since youre testing yourself on the target word and still have the benefits that TSCs can provide on the back;
  • Be flexible. A word becomes easier as you get familiar with it -- by seeing it on your immersion or on Anki. At first you can use the hover feature to review the card as a TSC, and later as a SWC when youre already familiar with the word and dont need a backup plan anymore.

Included card types

1: Recognition

This card type tests your reading comprehension. On the front side, there is a target word, when you hover over it, an example sentence appears. On the back there's the sentence you found your target word. On the back you can put the definitions and pronunciations of the target word, as well as pictures and sentence audio -- I use Mpvacious and Yomichan to create cards from anime, so all that work is done for me. The note type also contains a separate field for Japanese pitch accent pattern. I use this Anki add-on to generate pitch accents.

2: Production

This card type is designed to teach you how to write the target word. To make a production card select the desired note in the Anki Browser and fill the MakeProductionCard field with any text you like. The target word on the new card is replaced with its kana reading, and your goal is to write it in kanji. The back of the card includes a stroke order diagram for the target word.

For further explanation, see Writing Japanese guide.

Yomichan settings

screenshot

Adding {cloze-prefix}<b>{cloze-body}</b>{cloze-suffix} to the settings lets you automatically highlight the target word.

Japanese Support settings

To configure the Japanese support add-on, open Anki and go to Tools > Add-ons > Japanese Support > Config. My config looks like this:

{
    "dstFields": [
        "SentFurigana",
        "VocabFurigana"
    ],
    "furiganaSuffix": " (furigana)",
    "noteTypes": [
        "japanese",
        "subs2srs"
    ],
    "skipNumbers": false,
    "srcFields": [
        "SentKanji",
        "VocabKanji"
    ]
}

Make sure to apply these settings to be able to generate furigana when using this Note Type.

Its good to try new things out, so give it a try. You might like it.