Bug 59564 - images and text for the front side and back side
Summary: images and text for the front side and back side
Status: RESOLVED FIXED
Alias: None
Product: kwordquiz
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Peter Hedlund
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-09 18:27 UTC by Thomas Christen
Modified: 2010-03-12 00:33 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Christen 2003-06-09 18:27:03 UTC
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.
Comment 1 avery 2003-11-12 03:52:29 UTC
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......)
Comment 2 Peter Hedlund 2004-06-18 19:12:56 UTC
FlashKard has been replaced by KWordQuiz.
Comment 3 Edward Cherlin 2005-01-19 22:08:04 UTC
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.
Comment 4 Peter Hedlund 2010-03-12 00:33:55 UTC
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