Bug 150700 - Wish: ability to export list of word pairs answered incorrectly for further study
Summary: Wish: ability to export list of word pairs answered incorrectly for further s...
Status: RESOLVED FIXED
Alias: None
Product: kwordquiz
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Peter Hedlund
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-11 08:17 UTC by x3ri7yz02
Modified: 2008-01-31 09:11 UTC (History)
0 users

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 x3ri7yz02 2007-10-11 08:17:16 UTC
Version:           0.8.1 (using KDE 3.5.7, Debian Package 4:3.5.7.dfsg.1-7 (lenny/sid))
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.21-2-686

When using the quiz modes, it would be useful if Kwordquiz provided the ability to export word pairs that were answered incorrectly - allowing them to be isolated for further study.

This is useful with large vocab files - for example, after going through a thousand words and finding the subset that require further practice, the "Repeat Errors" button is useful - but once that study session ends, the information on that subset of words is lost.  Allowing the user to export those words would give them the option of repeating only those words at a later date.
Comment 1 Peter Hedlund 2008-01-29 00:10:07 UTC
SVN commit 767884 by hedlund:

FEATURE: Now possible to export incorrect answers from a quiz as a new vocabulary document.

BUG: 150700

 M  +3 -1      flashview.cpp  
 M  +65 -29    kwordquiz.cpp  
 M  +5 -1      kwordquiz.h  
 M  +2 -0      kwordquizui.rc  
 M  +6 -3      kwqquiz.h  
 M  +3 -1      multipleview.cpp  
 M  +3 -1      qaview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=767884
Comment 2 x3ri7yz02 2008-01-31 09:11:51 UTC
Great - thanks Peter!