don't display error if type:field is only on answer

This commit is contained in:
Damien Elmes 2012-03-30 00:28:44 +09:00
parent 062f4e604a
commit fd8b7cd63b

View file

@ -144,6 +144,7 @@ function _typeAnsPress() {
def _showQuestion(self): def _showQuestion(self):
self._reps += 1 self._reps += 1
self.state = "question" self.state = "question"
self.typedAnswer = None
c = self.card c = self.card
# grab the question and play audio # grab the question and play audio
q = c.q() q = c.q()