Review Request 117364: Implement dual-direction training, a.k.a. mixed mode training

Amarvir Singh amarvir.ammu.93 at gmail.com
Mon Apr 7 08:36:45 UTC 2014



> On April 7, 2014, 2:02 p.m., Amarvir Singh wrote:
> > I've tried understanding the code, but finding issues in the logic of the code gets pretty difficult in such a huge patch. Hence, I trust that you did a good job and I haven't really looked for logical issues. I did an overview of the code and found some minor issues. Also do take care of the FIXME's and the 'reminder' comments before the final revision. :)
> > 
> > Now for the testing:
> > 1. By shifting the left side of the main window down, the "Lesson statistics for xyz file" title is not visible.
> > 2. Comparison mode issue: I'll include the kvtml I've been using, look for the very last "New Lesson" to test it.
> > The problem can be duplicated in any existing kvtml too by doing the following:
> > 
> > a. Go to editor, make a lesson with just one entry and then view->inflection widget.
> > b. Select a word in one language, select adjective or adverb in inflection widget, and enter the comparison forms.
> > c. Don't enter the comparison form for the other language. (this is what causes the problem, if both translations have their comparison forms filled, the mixed mode works fine.)
> > d. Go to practice, check for learning to known, or known to learning comparison form practice. One of them will work.
> > e. Now check for the mixed mode. Actual Result: Displays a question for the form not entered, and expects the answer to be blank spaces. Doesn't even show the correctly entered form as a question.
> >                                  Expected Result: Should not display the unentered forms, and should display the other question for the translation with entered forms.

Check your mail for the test kvtml.


- Amarvir


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/117364/#review55124
-----------------------------------------------------------


On April 6, 2014, 2:43 p.m., Inge Wallin wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/117364/
> -----------------------------------------------------------
> 
> (Updated April 6, 2014, 2:43 p.m.)
> 
> 
> Review request for KDE Edu and Amarvir Singh.
> 
> 
> Repository: parley
> 
> 
> Description
> -------
> 
> This patch implementes dual-direction training, which we have also called mixed mode training. The patch is not ready for merging yet but I want feedback on the solution and there are some things to discuss.
> 
> Visually, the patch removes the language selection listbox and instead adds two selectors: "known language" (the user should select the native language if possible) and "language to learn". In addition to that there is also a new mode selector for the type of practice that the user wants: known-to-learning, learning-to-known our dual direction / mixed mode.  
> 
> In the future I will also implement sound-only to known, which trains the ability to understand spoken language, which is not the same as reading. But I cannot do that yet since the kvtml format doesn't support enough ways to keep the training status (grades).
> 
> For this review, I would prefer higher-level comments. I will find all trailing spaces and undone FIXME's myself and fix them before the next time around.
> 
> So, the questions then:
> 
> 1. What shall we call the setting for the new mode in the settings file? Right now I call it TrainingMode2 which we obviously need to change.
> 
> 2. How can we improve the visual layout of the training settings? The new mode selector is separated from the other settings by a qwidget which keeps conjugation settings. But this widget is only visible when the conjugation training mode is chosen.  Perhaps we can make the widget not shown when other modes are active?  Or shall we move the new mode setting somewhere else?
> 
> Feedback is most welcome.
> 
> 
> Diffs
> -----
> 
>   TODO-MIXEDMODE PRE-CREATION 
>   src/CMakeLists.txt fb29bc6 
>   src/parleymainwindow.cpp 74ff823 
>   src/practice/CLASSES 941f801 
>   src/practice/abstractbackendmode.h 10e9162 
>   src/practice/abstractbackendmode.cpp 9a08575 
>   src/practice/comparisonbackendmode.h deeeb28 
>   src/practice/comparisonbackendmode.cpp 2bc1c50 
>   src/practice/conjugationbackendmode.h 91da66d 
>   src/practice/conjugationbackendmode.cpp 749fb33 
>   src/practice/entryfilter.h c1fd843 
>   src/practice/entryfilter.cpp 7a0e759 
>   src/practice/examplesentencebackendmode.h 10d9e72 
>   src/practice/examplesentencebackendmode.cpp 1caa3f6 
>   src/practice/flashcardbackendmode.h 32f43d2 
>   src/practice/flashcardbackendmode.cpp dc0e8e6 
>   src/practice/genderbackendmode.h bf0bf47 
>   src/practice/genderbackendmode.cpp 997f400 
>   src/practice/multiplechoicebackendmode.h 5ee9249 
>   src/practice/multiplechoicebackendmode.cpp e2c5132 
>   src/practice/practicemainwindow.cpp 9be490e 
>   src/practice/practiceoptions.h b5a1cf7 
>   src/practice/practiceoptions.cpp e7ff9aa 
>   src/practice/practicestatemachine.h e1dbc5c 
>   src/practice/practicestatemachine.cpp 8ae77b5 
>   src/practice/practicesummarycomponent.cpp bca5b94 
>   src/practice/sessionmanagerbase.h 8066279 
>   src/practice/sessionmanagerbase.cpp 69a1a7d 
>   src/practice/sessionmanagerfixed.cpp 18a11a3 
>   src/practice/testentry.h e779075 
>   src/practice/testentry.cpp 9f6b8db 
>   src/practice/writtenbackendmode.h 86138be 
>   src/practice/writtenbackendmode.cpp 2b3bc9b 
>   src/settings/parley.kcfg c831b13 
>   src/statistics/statisticsmainwindow.h 9cbce05 
>   src/statistics/statisticsmainwindow.cpp 24d23bf 
>   src/statistics/statisticsmainwindow.ui 2426fd7 
> 
> Diff: https://git.reviewboard.kde.org/r/117364/diff/
> 
> 
> Testing
> -------
> 
> Tested with flashcards.  More testing is also very welcome, especially by people who know how conjugation, comparition and gender training works.
> 
> 
> Thanks,
> 
> Inge Wallin
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-edu/attachments/20140407/e4149dec/attachment.html>


More information about the kde-edu mailing list