mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
don't mark the given subset as correct for type in the answer
This commit is contained in:
parent
34e2b9a71e
commit
49e2526c58
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ class View(object):
|
|||
cor = ""
|
||||
if cor:
|
||||
given = unicode(self.main.typeAnswerField.text())
|
||||
res = self.correct(cor, given)
|
||||
res = self.correct(given, cor)
|
||||
a = res + "<br>" + a
|
||||
self.write(self.center('<span id=answer />'
|
||||
+ self.mungeQA(self.main.deck, a)))
|
||||
|
|
Loading…
Reference in a new issue