<div dir="ltr"><div><div><div>Hi P.,<br><br></div>there are seven hard-coded initial stages, after which the words go through the usual "pots" (levels) as before. The time intervals for the initial stages are all between a few minutes and 8 hours. The idea is to provide extra intensive training of new words (and to replace the old "require three consecutive right answers" option). Currently, the only way to change the behaviour is to compile parley from sources (and change the intervals for these initial stages before compiling). In all other aspects, the initial stages behave just as usual levels, that is, if you answer a word correctly, it goes onto the next initial stage (or, from the last initial stage, to the usual level 2), and if you answer incorrectly, it drops all the way to the beginning.<br><br>You can find the sources here: <a href="https://projects.kde.org/projects/kde/kdeedu/parley/repository">https://projects.kde.org/projects/kde/kdeedu/parley/repository</a><br>I am not very experienced with compiling, but here is what I do on a Kubuntu system. The following procedure should work on Kubuntu 14.10 or 15.04 - it does not work on 14.04 or older, in which case you would have to clone some older version of the code from the repo (just write to me and I will tell you which version works for me on Kubuntu 14.04).<br><br></div><div>- uninstall parley<br></div><div>- open the konsole<br>- the following command will create a directory called "parley" in the current directory, and download the source files into it:<br>git clone git://<a href="http://anongit.kde.org/parley">anongit.kde.org/parley</a><br>- alter the intervals right at the top of the file src/collection/entryfilter.cpp   (the format is self-explanatory)<br></div><div>- then start Kdevelop and create a project containing the "parley" directory<br></div><div>- press the "build" button<br></div><div>- the file your_current_directory/parley/build/src/parley is the file that you should use for opening parley<br><br></div><div><br></div>It would be great if you could file a "bug/wish report" at <a href="https://bugs.kde.org/buglist.cgi">https://bugs.kde.org/buglist.cgi</a><br><br></div>Anša<br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-06-12 10:12 GMT+02:00 h3x32000-sf <span dir="ltr"><<a href="mailto:h3x32000-sf@yahoo.de" target="_blank">h3x32000-sf@yahoo.de</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
i have a question about the parley stages:<br>
Since updating to Parley 1.1.1 under debian, once wrong answered words remain in an inital stage and<br>
do not re-enter in the vocabulary-pots anymore. Also the blocking-configuration is not working as<br>
expected for these words. It seems, there is a second level-structure called "confidence" that is<br>
counting up. So, a right answered word doesnt jump to the secound pot but is remaining out of the<br>
pots and the confidence level is counting up. In the top right corner in the practice window is then<br>
written something like "initial, confidence 3"<br>
<br>
How do i get rid of this?<br>
<br>
Thak you for some help, i already asked google, but without sucess...<br>
<br>
Greets, P.<br>
_______________________________________________<br>
kde-edu mailing list<br>
<a href="mailto:kde-edu@mail.kde.org">kde-edu@mail.kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-edu" rel="noreferrer" target="_blank">https://mail.kde.org/mailman/listinfo/kde-edu</a><br>
</blockquote></div><br></div>