mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
production->recall
This commit is contained in:
parent
3a1c79e1ce
commit
e807b35ce5
1 changed files with 3 additions and 3 deletions
|
@ -61,7 +61,7 @@ def JapaneseModel():
|
|||
m.addCardModel(CardModel(u"Recognition",
|
||||
u"%(Expression)s",
|
||||
u"%(Reading)s<br>%(Meaning)s"))
|
||||
m.addCardModel(CardModel(u"Production",
|
||||
m.addCardModel(CardModel(u"Recall",
|
||||
u"%(Meaning)s",
|
||||
u"%(Expression)s<br>%(Reading)s",
|
||||
active=False))
|
||||
|
@ -83,7 +83,7 @@ def CantoneseModel():
|
|||
m.addCardModel(CardModel(u"Recognition",
|
||||
u"%(Expression)s",
|
||||
u"%(Reading)s<br>%(Meaning)s"))
|
||||
m.addCardModel(CardModel(u"Production",
|
||||
m.addCardModel(CardModel(u"Recall",
|
||||
u"%(Meaning)s",
|
||||
u"%(Expression)s<br>%(Reading)s",
|
||||
active=False))
|
||||
|
@ -105,7 +105,7 @@ def MandarinModel():
|
|||
m.addCardModel(CardModel(u"Recognition",
|
||||
u"%(Expression)s",
|
||||
u"%(Reading)s<br>%(Meaning)s"))
|
||||
m.addCardModel(CardModel(u"Production",
|
||||
m.addCardModel(CardModel(u"Recall",
|
||||
u"%(Meaning)s",
|
||||
u"%(Expression)s<br>%(Reading)s",
|
||||
active=False))
|
||||
|
|
Loading…
Reference in a new issue