mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
rated clause backwards in custom study
This commit is contained in:
parent
b182419838
commit
a639bcbd64
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ class CustomStudy(QDialog):
|
||||||
# and then set various options
|
# and then set various options
|
||||||
if i == RADIO_FORGOT:
|
if i == RADIO_FORGOT:
|
||||||
dyn['delays'] = [1]
|
dyn['delays'] = [1]
|
||||||
dyn['terms'][0] = ['rated:1:%d' % spin, 9999, DYN_RANDOM]
|
dyn['terms'][0] = ['rated:%d:1' % spin, 9999, DYN_RANDOM]
|
||||||
dyn['resched'] = False
|
dyn['resched'] = False
|
||||||
elif i == RADIO_AHEAD:
|
elif i == RADIO_AHEAD:
|
||||||
dyn['delays'] = None
|
dyn['delays'] = None
|
||||||
|
|
Loading…
Reference in a new issue