mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
if the user has relearn failed on, show the learn interval
This commit is contained in:
parent
add2e0aaa9
commit
adb600e94d
1 changed files with 2 additions and 0 deletions
|
@ -662,6 +662,8 @@ queue = 2 %s and due <= :lim order by %s limit %d""" % (
|
||||||
elif ease == 1:
|
elif ease == 1:
|
||||||
# lapsed
|
# lapsed
|
||||||
conf = self._cardConf(card)['lapse']
|
conf = self._cardConf(card)['lapse']
|
||||||
|
if conf['relearn']:
|
||||||
|
return conf['delays'][0]*60
|
||||||
return self._nextLapseIvl(card, conf)*86400
|
return self._nextLapseIvl(card, conf)*86400
|
||||||
else:
|
else:
|
||||||
# review
|
# review
|
||||||
|
|
Loading…
Reference in a new issue