Version: 1.0 (using KDE 3.1.1) Installed from: SuSE Compiler: gcc version 3.3 20030226 (prerelease) (SuSE Linux) OS: Linux (i686) release 2.4.20-4GB-athlon Are you planning on making it possible to use pictures additional to the text on the front and back side of the cards? That would be great for learning street signs and such.
I added a few votes myself. Using pictures would be a great way of doing a music testing drill. (Name notes on the staff for instance, or identify music symbols.) I was looking for a font set that I could use for music symbols, but that wouldn't cover notes on the staff... Images would solve that and many other ideas for using flashkard (shapes maybe? colors? street signs as the original poster mentioned, etc......)
FlashKard has been replaced by KWordQuiz.
Adding pictures would extend the use of the software to things like recognizing and interpreting images (religious iconic meanings, chemical structures, flower language, aircraft silhouettes...) and would support writing systems that cannot yet be rendered properly in Pango (Mongolian, Myanmar, Sinhala) or are not yet in Unicode (Egyptian, Mayan, the various cuneiforms...). If you can add sound clips, we can do bird song recognition. ^_^ If you can add text-to-speech and speech recognition we can really get language practice going.
SVN commit 1102171 by hedlund: FEATURE: 59564 CCMAIL: kde-edu@mail.kde.org GUI: Implements the ability to show images in combination with text on front and/or back of flashcards. Note that our kvtml format only stores links to images, not the images themselves. Also includes parts of an implementation for linking sounds to entries in the vocabulary (currently hidden and not used, but will hopefully be merged with code available on the reviewboard). M +8 -17 flashview.cpp M +2 -4 flashview.h M +37 -2 kwordquiz.cpp M +6 -2 kwordquiz.h M +4 -1 kwordquizui.rc M +51 -5 kwqcardscene.cpp M +5 -1 kwqcardscene.h M +7 -1 kwqcardview.cpp M +2 -1 kwqcardview.h M +41 -4 kwqcommands.cpp M +28 -2 kwqcommands.h M +20 -1 kwqquizmodel.cpp M +3 -1 kwqquizmodel.h M +46 -14 kwqtabledelegate.cpp M +16 -15 kwqtabledelegate.h M +70 -18 kwqtablemodel.cpp M +4 -2 kwqtablemodel.h M +27 -1 kwqtableview.cpp M +3 -1 kwqtableview.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1102171