Bug 150700

Summary: Wish: ability to export list of word pairs answered incorrectly for further study
Product: [Applications] kwordquiz Reporter: x3ri7yz02
Component: generalAssignee: Peter Hedlund <peter>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

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!