Click here to Skip to main content
15,886,840 members
Articles / Desktop Programming / Windows Forms

Leitner Box with C#

Rate me:
Please Sign up or sign in to vote.
4.84/5 (45 votes)
22 Mar 2010GPL32 min read 141.1K   7K   108   39
For easy learning (specially for learning a foreign language) you can use Leitner Box
Leitner Box

Introduction

LeitnerBox is a technique for learning with more & better effect.
We should learn the things by heart in 5 steps (30 days) with Leitner Box.

This application was created for learning English words or words of another language.
I've created this project with .NET Framework 3.5 SP1, so you have to install it to use the project.

Leitner Box's Algorithm

According to Leitner's Algorithm, we have to study our questions everyday like this :

Leitner box

1 : Answer all questions in Box 5 -> Part 1
If your answer was True the question goes to the Data Base
else it goes to Box 1.

2 : Shift all parts of Box5 to the left ( In the application use Shift up button Leitner Box Shift Up )

3 : Answer all questions in Box 4 -> Part 1

4 : Shift all parts of Box4 to the left

5 : And so on ...
.
.
.

10 : Add new questions to Box 1

I've implemented this algorithm in this project.

Using the Application

Users

At first you have to create a user, so you will see this form :

Leitner Box new users

Notice: You can use A-Z and a-z for the name.
Press the button to create new user, new user will save in a folder beside the main EXE file.
If there are multiple users, you will see this form:

Leitner Box select user

Appending a Word

You have to select a destination box or a part and then add a question.
Notice: You can't add two words with the same questions.

Leitner Box add word

Auto Complete

Whenever you type a word into 'Add Questions' textboxes, it searches for the inserted word in former words (in all boxes and database). If something is found, it will show a list of them below the textbox. Now you can choose it by pressing Enter on it.
This is a good way to avoid duplication.

Statistics

Answering Questions

Leitner Box

Search

Search

Statistics

Statistics

History

  • 2nd March, 2009: First post
  • 14th March, 2009: Updated source and demo files - fixed some bugs
  • 25th March, 2009: Updated source and demo files
  • 2nd April, 2009: Updated source and demo files - fixed some bugs
  • 11th April, 2009: Auto Complete added
  • 22nd March, 2010: Updated source and demo files

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Iran (Islamic Republic of) Iran (Islamic Republic of)
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
GeneralKhayle Motoshakkeram! Pin
gglaze21-Apr-09 22:58
gglaze21-Apr-09 22:58 
GeneralDidn't catch meaning. Pin
Thornik16-Mar-09 2:54
Thornik16-Mar-09 2:54 
GeneralRe: Didn't catch meaning. Pin
Mohammad Dayyan16-Mar-09 4:53
Mohammad Dayyan16-Mar-09 4:53 
GeneralRe: Didn't catch meaning. Pin
JohnPool16-Mar-09 20:50
JohnPool16-Mar-09 20:50 
GeneralRe: Didn't catch meaning - Wikipedia is your friend Pin
mb1826-Mar-09 8:35
mb1826-Mar-09 8:35 
GeneralNice, but this is already done (better)... Pin
Fink Christoph9-Mar-09 22:32
Fink Christoph9-Mar-09 22:32 
GeneralRe: Nice, but this is already done (better)... Pin
Mohammad Dayyan10-Mar-09 1:40
Mohammad Dayyan10-Mar-09 1:40 
GeneralRe: Nice, but this is already done (better)... Pin
eran202215-Mar-09 19:35
professionaleran202215-Mar-09 19:35 
GeneralRe: Nice, but this is already done (better)... Pin
MTWill31-Mar-09 17:06
MTWill31-Mar-09 17:06 
GeneralRe: Nice, but this is already done (better)... Pin
Mohammad Dayyan31-Mar-09 20:35
Mohammad Dayyan31-Mar-09 20:35 
Generalgood Pin
Aamir Mustafa3-Mar-09 0:35
Aamir Mustafa3-Mar-09 0:35 
GeneralRe: good Pin
Mohammad Dayyan5-Mar-09 21:45
Mohammad Dayyan5-Mar-09 21:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.