Skip to content

krmanik/Anki-Chinese-Grammar-Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Anki-Chinese-Grammar-Practice

Practice Chinese language grammar.

Cards contain example sentence from AllSet Learning's Chinese Grammar Wiki. I used existing anki deck Visit. It contains A1 to C1 (HSK1 to HSK5).

Note: The deck will updated regularly.

Quick start

Download Anki deck from ankiweb and import it in Anki or Ankidroid.

Chinese Grammar Practice

Disclaimer

I used existing deck data for developing this. I have removed and edited some sentences. There is no audio file.

Some sentences may be correct but due to order in sentences it may show incorrect.

For adding sentences to deck

Cards have following fields

{{中文}}
{{Pinyin}}
{{English}}
...
{{Splitted}} //--> it store chinese sentence with space between characters. It is generated using [jieba] (https://github.com/fxsjy/jieba).

Add value to respective fields but it should be noted, {{Splitted}} field must contain sentences with spaces between characters. For ex:-
用 手机 学习 汉语 。

To Change size of characters in sentences.

question button

Change this,

font-size: 1rem;

in following

.btn-q {
    background-color: var(--white);
    border: 2px solid var(--gray);
    border-bottom: 5px solid var(--gray);
    border-radius: 9px;
    font-size: 2rem;
    padding: 0.25rem 0.35rem;
    margin: 0.2rem;
    display:inline-block;
  }

answer button

Change this,

font-size: 1rem;

in following

.btn-a {
    background-color: var(--white);
    border: 2px solid var(--gray);
    border-bottom: 5px solid var(--gray);
    border-radius: 9px;
    font-size: 1rem;
    padding: 0.25rem 0.35rem;
    margin: 0.2rem;
    display:inline-block;
  }

Images

Image 1

Please report any issues.

Any contribution will be appreciated

Similar Anki Decks with HSK level and audio to each sentences

Chinese Grammar
AnkiWeb Link

My other anki decks

Anki Decks

License

Chinese Grammar Wiki Study Deck
Chris Dodge
CC BY-NC-SA 3.0

Chinese Grammar Wiki ©2011-2020 AllSet Learning
CC BY-NC-SA 3.0

Anki-Chinese-Grammar-Practice
Mani (Infinyte7)
CC BY-NC-SA 3.0