Bug 57519

Summary: WISH: Automatic switch from backside of card to frontsite when pressing next card
Product: [Applications] flashkard Reporter: J Appel <scl+kde>
Component: generalAssignee: Scott Wheeler <wheeler>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description J Appel 2003-04-21 19:11:23 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

Hi!

Situation1:
You want to learn stuff with flashcard using the card-quiz mode (karteikarten).

You start the quiz. You read the frontside, think a little, and click on backside to verify your guess. fine.
you click on the next card button, but you remain on the backside and read the answere to a question you haven't read. it would be more convenient if clicking on "next card" would sent you back to the frontside. 

Situation2(which is totally different to situation1):
You want to enter stuff into flashcard. you click on frontside, enter your question, press <tab>, enter backside and then you have to grab your mouse again to add the q & a. it would speed up entering things a lot if only <enter> is needed to add the q&a.

let me now what you think,

Juergen.
Comment 1 Scott Wheeler 2003-04-21 20:09:09 UTC
Subject: kdeedu/flashkard/flashkard

CVS commit by wheeler: 

Implemented #57519:
Make pressing enter cycle through the fields for entry (though this was
possible before with tabs and the space bar).  Make the "flash cards"
screen return to the front of the card after advancing.  Also, since this
is kind of old code I cleaned up what got in my way.  ;-)

CCMAIL:57519-done@bugs.kde.org


  M +2 -4      Makefile.am   1.7
  M +0 -10     card.cpp   1.5
  M +2 -2      card.h   1.5
  M +13 -8     datawidget.cpp   1.16
  M +2 -2      datawidget.h   1.7
  M +4 -5      flashcardswidget.cpp   1.7
  M +1 -0      flashcardswidget.h   1.5
  M +27 -28    flashkard.cpp   1.27
  M +21 -34    quizwidget.cpp   1.12
  M +5 -5      quizwidget.h   1.11