Description:
LMS - Learning Management System helps self assesement in learning things.
The efficiency and effectiveness of the program is fair degree of self-control of remember the material. Committing to memory goes is in the traditional method - by repeating till the commit. Except that here the positive assessment of the mastery of a portion of the material is not in contrast to the traditional - the method of paper - the need to repeat everything all the time. It is much more effective. You only repeats what you really didn't learn. And if you already learn everything, it can be verified, and finally take the next cycle of learning, but only that material which remained at the truth even to remember.
In addition to the undeniable advantages of this should be that:
- You can always have it handy.
- You do not need can occupy the head of which has already learned, the program will remember it for you.
- You can always add something new to learn (word, rule, an interesting word, etc..).
Enjoy learning!
Requirements:
.NET Compact Framework, works fine with high resolution devices (640x480), wasn't tested under 480x480.
Tested on Toshiba G900 with 800x480 screen.
Files Format Support:
CSV markup separated files format is:
question text 1 <CSV> answer text 1
question text 2 <CSV> answer text 2
question text 3 <CSV> answer text with <br> this text in new line
It is easy to prepare such a file using Open Office Calc or other spreadsheets. For that formula might look like:
=A1 & "<CSV>" & B1
Where questions are located in A column, answers in B column and formula in eg. C column. If ready, simply copy C column and paste it to a text editor like gedit or notepad.