티스토리 뷰

Project/MFC

VLU (Voca Learn Unit)

Jake Yoon 2009. 10. 5. 10:48

VLU is my works for MFC programming lecture's final exam. It is made by A+ team. ( Member :Sun Won-guk, AhnJeong-hee, Yoon Jae-seok, Jung Suim ). My role of this projet is programming about Memorize and Quiz section. 


1. Introduction

VLU is made for people who want memorizing English vocabulary easily and conveniently. VLU adds existing Quiz operation, even memorizing operation. VLU has a function of memorizing words in addition to the quiz function hat the previous program had. The memorizing function was made by using the crucial source of vocabulary study program called "Voca Master". Our program works following the steps below.

First of all, users have to open word file in voca file format. voca file format consists of words and meaning in Korean, and each word is separated as a new line character. User can use the internal function after opening a file. Detail function of the program are explained below.


2. Main subject

2. 1. Main Frame

 

 

2. 2. Operation

1) Load File(vocabulary text file)

Load File is a basic function that is used for memorizing, searching, and quiz, using words' voca file. Since words are so many and it's impossible to use them all the time, it is necessary to make the list of words needed and use them in a voca File.

 

2) Memorize

Memorizing function pops up the words and the meaning a few seconds later on the screen. This function is based on scientific theory and patent. While memorizing words, it is possible to pause for a second. In addition, users can adjust the time gap between words popped up on the screen and the meaning according to the users capability. In order to use this function efficiently, users better try to think of meaning ahead of time.


3) Search vocabulary

The search is function which do not know or necessary word. Search method is entering spelling of word. If a user doesn't know accurate spelling, user enters key that is a part of word and clicks on search button, and than searched word-list is printed.

 

4) Quiz

 

This function can test vocabulary level and review memorizing words. Quiz form is a choice that selects a meaning from 4 examples, when the word is appeared. (The user must do double click to a choice.) On the way from solving questions, you can confirm correct and incorrect answer and total question numbers.

 

댓글