Kwordquiz bugs and new feature

Yuri Chornoivan yurchor at ukr.net
Sun Mar 31 12:46:07 BST 2019


неділя, 31 березня 2019 р. 12:10:30 EEST Markus Kartesalo написано:
> 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

Hi,

1. 20 is just an initial number. From KWordQuiz official manual:

When you reach the bottom row of the grid, a new row will be added as you 
press return, so you can just continue to type. When a new window is created 
it has 20 rows, but there is really no limit to the number of rows you can 
have in a document.

2. Cannot reproduce this. I created a new vocabulary, pressed Ctrl+S, typed in 
the name, and KWordQuiz saved the file with kvtml extension.

3. It is enough to rename/move the file and it opens successfully. 
Libkeduvocdocument creates lock file through KAutoSaveFile and does not 
release it. Am I right?

4. Yes, that would be good. As it was mentioned earlier, it would be good to 
have a bug report for this.

Thanks in advance for your answers.

Best regards,
Yuri





More information about the kde-edu mailing list