KDEEdu/Parley/Todo: Difference between revisions

From KDE Community Wiki
No edit summary
Line 1: Line 1:
== General ==
* New rows are appended when pressing enter in the row above the last one, not in the last one - Qt 4.6 regression?
== Parley Practice NG 23rd attempt ==
== Parley Practice NG 23rd attempt ==
Work on the parley practice happens in a branch here:
Work on the parley practice happens in a branch here:
Line 7: Line 10:
svn co svn://anonsvn.kde.org/home/kde/branches/work/parley-practice/
svn co svn://anonsvn.kde.org/home/kde/branches/work/parley-practice/
</code>
</code>
=== Configure Practice ===
* Currently check boxes and radio buttons are shown ->remove radios


=== Multiple Choice ===
=== Multiple Choice ===
* Unset the selected choice after an answer (radio button)
* Unset the selected choice after an answer (radio button)
* Showing the "I knew it"/"Did not know it" below the other radios looks bad
* Showing the "I knew it"/"Did not know it" below the other radios looks bad
* Make number of multiple choice answers configurable in the config practice dialog


=== Written ===
=== Written ===
* Hint needs to be implemented in a sane way (now it shows the solution directly)
* Hint needs to be implemented in a sane way (now it shows the solution directly)
* Feedback - when a new word is shown, it still says "Your answer was wrong"


=== All Practice Modes ===
=== All Practice Modes ===
Line 23: Line 31:
* Needs detailed list of mistakes made in written, maybe other modes
* Needs detailed list of mistakes made in written, maybe other modes
* On the first (tab?) show the edit and (configure?) practice buttons, it is half empty anyway
* On the first (tab?) show the edit and (configure?) practice buttons, it is half empty anyway
== General ==
Qt 4.6 seems to have introduces some changes with respect to delegates - pressing enter or tab goes to the cell below instead of next cell.
Editing seems generally a bit hard with the table at the moment.
* New rows are appended when pressing enter in the row above the last one, not in the last one - another Qt 4.6 regression

Revision as of 12:41, 25 January 2010

General

  • New rows are appended when pressing enter in the row above the last one, not in the last one - Qt 4.6 regression?

Parley Practice NG 23rd attempt

Work on the parley practice happens in a branch here: Browse WebSVN online

Check it out: svn co svn://anonsvn.kde.org/home/kde/branches/work/parley-practice/

Configure Practice

  • Currently check boxes and radio buttons are shown ->remove radios

Multiple Choice

  • Unset the selected choice after an answer (radio button)
  • Showing the "I knew it"/"Did not know it" below the other radios looks bad
  • Make number of multiple choice answers configurable in the config practice dialog

Written

  • Hint needs to be implemented in a sane way (now it shows the solution directly)
  • Feedback - when a new word is shown, it still says "Your answer was wrong"

All Practice Modes

  • Grading - how do we give grades, how do words advance? Especially when combining modes (doing FlashCard, MC and Written all in one go)
  • no show solution button - not sure if it's needed - it is a bit irritating to press continue and not knowing if it will show the solution or not (it will)

Summary

  • Needs detailed list of mistakes made in written, maybe other modes
  • On the first (tab?) show the edit and (configure?) practice buttons, it is half empty anyway