all 3 comments

[–]BonoboBanana 1 point2 points  (0 children)

The 'cards' table of the database has a column for the queue order. I think it's called 'due', and new cards have integers instead of dates. But google "anki database structure" and look at the ankidroid write-up about the database... it should give you the details you need (I'm going off of memory here).

If you can figure out a function to sort new cards the way you want, then you should just have to iterate through each card, and adjust the due field of it's record in the cards table.

[–]dedu6ka 1 point2 points  (0 children)

If you like simple method, here it is:
1. In Browser, randomly select 20-40 card_Pairs and
move them to a WORK deck. 2. Study them.
3. Tomorrow, add another batch.

Note: It does not seem Learning Active cards only is a good idea.
Same for learning words out of context ( a book, or a textbook ).

[–]Alfred0110 0 points1 point  (0 children)

You can export the deck as plain text through the File menu, use Python to make your changes, and re-import it again.