<div dir="ltr"><div dir="ltr">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 </div><div dir="ltr">for (int i=0; i<20; i++)<div>  {</div><div>    m_doc->lesson()->appendEntry(new KEduVocExpression());</div><div>  }</div><div>}</div><div>This should be changed to 2000 or no limit would be even better.</div><div><br></div><div>Theres other bugs also, one cannot save written list without addin .kvtml in the end.</div><div> </div><div>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 ..</div><div><br></div><div>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.</div><div><br></div><div>Kwordquiz is very helpfull tool - thank you all for it :)</div><div><br></div><div>-Markus Kartesalo</div></div></div>