Kwordquiz bugs and new feature

Markus Kartesalo markus.kartesalo at gmail.com
Sun Mar 31 10:10:30 BST 2019


Kwordquiz is not able to open more pairs than 20 - which is a no no. Osurce
should be edited to 2000 pairs or pehaps no limit there. It is in the
source file kwordquiz.cpp
for (int i=0; i<20; i++)
  {
    m_doc->lesson()->appendEntry(new KEduVocExpression());
  }
}
This should be changed to 2000 or no limit would be even better.

Theres other bugs also, one cannot save written list without addin .kvtml
in the end.

In the 18.2.3 words lista cannot be opened any other way than from the
command line, it allways tells the file is allready opened otherwise. So
all the time from commandline kwordquiz mywordslist.kvtml ..

Once one start learning words there should be an option, dont ask this pair
again - to be able to learn those more difficult ones without the need to
go through all allready known pairs.

Kwordquiz is very helpfull tool - thank you all for it :)

-Markus Kartesalo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-edu/attachments/20190331/bace5068/attachment.html>


More information about the kde-edu mailing list