A simple learning application in WPF

Introduction: This program has a simple master-detail table, and a matching window. The use of this program is to input all your desired to learn content to the master-detail. You can add record and delete record if the detail view is in "All" status. And the master has open button to open a matching window. In matching window, selected the answer, and click to the question's related textblock, if it is correct, it will show the answer, if not, the mouse cursor will change back to normal cursor.

You can set the vocab to inactive, if you don't want the vocab appear in the matching window anymore. This can concentrate your desired to learn content. And you can set question info, the question info will appear near to the question if the mouse cursor is hover to the question, it is designed for the situation like Japanese. After finish all the question, you can restart by the context menu of matching window.

I hope this program is useful to you all.

mainwindow.png

matching1.png

matching2.png