[Tux4kids-commits] r1170 - tuxmath/branches/lan/server
David Bruce
dbruce-guest at alioth.debian.org
Thu Jul 9 21:28:12 UTC 2009
Author: dbruce-guest
Date: 2009-07-09 21:28:11 +0000 (Thu, 09 Jul 2009)
New Revision: 1170
Modified:
tuxmath/branches/lan/server/mathcards.h
Log:
implemented MC_NotAnsweredCorrectly_id()
Modified: tuxmath/branches/lan/server/mathcards.h
===================================================================
--- tuxmath/branches/lan/server/mathcards.h 2009-07-09 21:23:31 UTC (rev 1169)
+++ tuxmath/branches/lan/server/mathcards.h 2009-07-09 21:28:11 UTC (rev 1170)
@@ -211,6 +211,7 @@
/* tells MathCards that the question has not been */
/* answered correctly. Returns 1 if no errors. */
int MC_NotAnsweredCorrectly(MC_FlashCard* q);
+int MC_NotAnsweredCorrectly_id(int id);
/* Like MC_NextQuestion(), but takes "flashcard" from */
/* pile of incorrectly answered questions. */
More information about the Tux4kids-commits
mailing list