diff --git a/anki/collection.py b/anki/collection.py index ce4d5bea6..df6bd65c2 100644 --- a/anki/collection.py +++ b/anki/collection.py @@ -32,7 +32,8 @@ defaultConf = { 'nextPos': 1, 'sortType': "noteFld", 'sortBackwards': False, - 'addToCur': True, + 'addToCur': True, # add new to currently selected deck? + 'replayBoth': True, # include question when replaying answer? } # this is initialized by storage.Collection