card is generated only if each field of the list are filled- if the string is 'any', then the card is generated if any of the field of the list is filled.The algorithm to decide how to compute req from the template is explained on:https://github.com/Arthur-Milchior/anki/blob/...
suspending or burying the card; creating afiltered deckthat doesn't include the card; moving the card into an "icebox" deck and ticking theDo Not Move Existing Cardsthe next time you upgrade, as explained in the previous section, underMoving cards into another deck. ...
defadd(card, i): """Add a new card in the Leitner system.""" SYSTEM[i].put(card) defreview(card): """Answer a single card.""" returnrandom.choice([True,True,True,False]) defstudy_box(number): """Review all cards in a box.""" cards_to_review=[] whilenotSYSTEM[number].emp...
odue integer not null, /* 14 */ odid integer not null, /* 15 Original deck ID. A filtered deck also has its own did. Each card inside a filtered deck has a reference to the deck it came from in odid. A card NOT in a filtered will have an odid of 0. */ flags integer not...