From: David B. <db...@ta...> - 2006-07-19 23:00:48
|
On Monday 17 July 2006 23:31, John Farmer wrote: > As a 5th math teacher, it would be cool to let the kids play your awesome > game and then get a print out of the add/sub multi/div facts or a grid > showing the facts they still need to master........... so they can study > just those and try again. The current version saves all of the incorrectly answered questions in a list so the player could play a new game focusing on these questions. However, I have not yet implemented a way for the user interface to use this feature (would not be very hard, depending on how polished I make it). Tuxmath has a lot of cool new features "under the hood", so to speak, and I really need to write a comprehensive new Options screen(s) to make this functionality usable. Also, reading and writing the settings to disk will make it possible to prepare a series of "lessons" - the file reading and parsing part is requiring me to learn some new and rather confusing topics (lex/yacc). > > I also want to say thankyou thankyou thankyou for the many hours of hard > work you have all put into this cool purpose driven program. My kids are > gonna love it. Thanks! > > I had thought about a game similar but using cowboys with problems on > their shirt and they shoot cheese balls at your screen after so many > seconds of seeing them pop out from behind buildings. If you answer > correctly then your gun shoots them first. Of course more and more come > out as you get better and then at the end it displays which problems you > got wrong so you can work on those. The math questions are now handled by completely separate code from the user interface, so it would be entirely possible to write a different interface. > > Randy > > > --------------------------------- > Do you Yahoo!? > Next-gen email? Have it all with the all-new Yahoo! Mail Beta. -- David Bruce |