Created attachment 49243 [details] Screen capture result with graphics pointers in std format Version: unspecified (using KDE 4.4.4) OS: MS Windows After a correct fraction result, the application showed a vindow declaring it as an incorrect answer EVEN SHOWING THE SAME RIGTH ONE WICH WAS ANSWERED BY THE USER Reproducible: Always Steps to Reproduce: when app shows a fraction sum you type the guessed result and click on the validation button. Actual Results: The same wrong evaluation of the result and a message windows telling it Expected Results: Right answer message windows
*** Bug 244876 has been marked as a duplicate of this bug. ***
This bug reports stems from a misunderstanding. Look in your screenshot. You selected that the answer must be entered in "mixed numbers" notation. But you didn't enter it, but instead you put 3/2. This is also what the error message tries to explain. It says, yes, basically you provided the right answer, but in the wrong notation. Therefore, the answer is counted as wrong. However, I agree with you that this is not really obvious. It should not show "3/2" in the solution widget. I will remove that.
SVN commit 1208674 by sstein: It was confusing for some users that the solution was shown in mixed numbers notation and as ordinary ratio. Now, the solution is shown in the format in which the answer is expected. This should simplify the UI and hopefully remove this confusion. BUG: 244875 GUI M +0 -35 mainqtwidget.cpp M +0 -9 mainqtwidget.h M +10 -10 resultwidget.cpp M +2 -2 resultwidget.h M +7 -5 taskview.cpp M +0 -1 taskview.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1208674