jwasham / computer-science-flash-cards

Mini website for testing both general CS knowledge and enforce coding practice and common algorithm/data structure memorization.
Creative Commons Attribution Share Alike 4.0 International
8.4k stars 2.01k forks source link

Memorizing not working if only 'code flashcards' exist #82

Open pheu opened 2 years ago

pheu commented 2 years ago

It is confusing that when you add only code flashcards you cannot start memorizing until you add any general flashcard.

jwasham commented 2 years ago

Thanks for letting me know. It's been 5 years since I've used this code, so a bug may have been introduced at some point. I know that cards are inserted with a card type. But as long as memorize/ is called, it will take either code or general. At least looking at the code it does.