giovannihenriksen / Anki-Simulator

Simulator for Anki
GNU Affero General Public License v3.0
76 stars 11 forks source link

New cards per day does not do anything #76

Closed micahcarroll closed 2 months ago

micahcarroll commented 2 months ago

See below:

Screenshot 2024-04-19 at 10 46 48 AM

Happy to provide more details about my setup if it's helpful

micahcarroll commented 2 months ago

I think the issue is that in this line unless the "number_of_additional_new_cards_to_generate" is non-zero, you will simulate 0 new cards

However, I don't understand where cards of 0 card type would come from here, so many I'm missing something

micahcarroll commented 2 months ago

Actually maybe the intent behind the "new cards per day" feature was assuming that you have a bunch of new cards that you want to go through already in the deck? I guess the feature I was imagining is simulating that one adds additional new cards every day (which currently do not exist) to the deck

micahcarroll commented 2 months ago

Ah, I see – you can achieve the functionality I was imagining by checking both the "simulate (additional) new cards" to a non-zero number, and then adding a certain non-zero desired "new cards per day".

Hope this is helpful for other people that were confused by this!