mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 08:22:24 -04:00
merge 3&4 in learning mode answer button stats
This commit is contained in:
parent
b2e5fe3c7d
commit
d4988c50ee
1 changed files with 1 additions and 1 deletions
|
@ -507,7 +507,7 @@ select (case
|
||||||
when type in (0,2) then 0
|
when type in (0,2) then 0
|
||||||
when lastIvl < 21 then 1
|
when lastIvl < 21 then 1
|
||||||
else 2 end) as thetype,
|
else 2 end) as thetype,
|
||||||
ease, count() from revlog %s
|
(case when type in (0,2) and ease = 4 then 3 else ease end), count() from revlog %s
|
||||||
group by thetype, ease
|
group by thetype, ease
|
||||||
order by thetype, ease""" % lim)
|
order by thetype, ease""" % lim)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue