CoffeeCodeSwitzerland / Lernkartei_2017

Flashcard learning tool with additional game
GNU General Public License v3.0
11 stars 0 forks source link

Learning / automated change of cards' value #14

Closed kruettlip closed 7 years ago

kruettlip commented 7 years ago

When you've learned a deck, it occurs that the value of each card in this deck is the same. So now you can't learn different cards anymore. That's a massive bug!

kruettlip commented 7 years ago

Solved the problem by deleting the negation of the following if-statement in row 150 (commit: "Issue "Learning / automated change of cards' value" solved.") : if (myDBDriver.isThereAResult()) { // Frage die Aktuelle Priorität ab oldPrio = myDBDriver.getResultPIntValueOf("PK_CARD"); }