System and method for composing a multi-lingual instructional software

Information

  • Patent Application
  • 20040168159
  • Publication Number
    20040168159
  • Date Filed
    February 26, 2003
    22 years ago
  • Date Published
    August 26, 2004
    20 years ago
Abstract
A system and method for composing a multi-lingual instructional software is disclosed. The software includes interface components, lingual components and exercise banks to be linked and compiled dynamically upon user's requests of an original language and a target language, so that a plurality of combinations of lingual instructional materials can be obtained from a single software according to the user's requirements.
Description


BACKGROUND OF THE INVENTION

[0001] 1. Field of the Invention


[0002] The invention generally relates to system and method for composing an application software, and particularly relates to a system and method for composing a lingual instructional software in which any two languages designated as a source language and a target language are dynamically selected by user and automatically compiled from a plurality of language components so as to be a user-composed instructional software.


[0003] 2. Related Art compose


[0004] Conventional lingual instructional software is designed by software developer for specific languages. For example, for users familiar with Chinese, a Chinese/English instructional software, Chinese/Japanese instructional software, Chinese/French instructional software or the like has to be developed. For users familiar with English, then, an English/Chinese instructional software, English/Japanese instructional software, English/French instructional software or the like has to be developed. As a result, when a new lingual instructional software has to be developed for a specific language user, a great effort of developing manpower, time and expense has to be repeatedly applied, which is a great burden to a software developer.


[0005] Moreover, the conventional lingual instructional software designed for a single language cannot fulfill the requirements of modern diversified language learning of general users. Since people usually require learning of different languages, the lingual instructional software should be more versatile to meet the user's requirements.


[0006] It is possible to utilize computer software technology, lingual instructional software technology, and concepts of dynamic linkage and compiling of lingual components to achieve a dynamic composition of lingual instructional software. This user-composed software does not only save the efforts of developer for kinds of lingual instructional software, but also satisfies the user's needs when the user wants to learn more languages from a single application software.



SUMMARY OF THE INVENTION

[0007] The object of the invention is therefore to provide a system and method for composing a multi-lingual instructional software. The software includes user interface components, lingual components and exercise banks to be linked and compiled dynamically upon user's requests of an original language and a target language, so that a plurality of combinations of lingual instructional materials can be obtained from a single software according to user's requirements.


[0008] Another object of the invention is to provide a system and method for composing versatile lingual instructional software through which the software developer can save the efforts of developing different kinds of lingual instructional software.


[0009] A system for composing a mult-lingual instructional software according to the invention includes a parsing module, an interface-fetching module, a component-fetching module, a component database and a compiling module.


[0010] A method for composing a multi-lingual instructional software according to the invention includes steps of acquiring the user's commands, parsing the requirements, fetching correspondent components and compiling the components and forming the instructional software.







BRIEF DESCRIPTION OF THE DRAWINGS

[0011] The invention will become more fully understood from the detailed description given hereinbelow. However, this description is for purposes of illustration only, and thus is not limitative of the invention, wherein:


[0012]
FIG. 1 is a block diagram of a system for composing a multi-lingual instructional software according to the invention;


[0013]
FIG. 2 is a flowchart of a method for composing a multi-lingual instructional software according to the invention;


[0014]
FIG. 3 is a detailed flowchart of the process of paring the requirements in a method of the invention; and


[0015]
FIG. 4 is a detailed flowchart of the process of compiling the components in a method of the invention.







DETAILED DESCRIPTION OF THE INVENTION

[0016] The invention provides a system and method for compiling a multi-lingual instructional software. The system receives user's commands of a source language and a target language; then, dynamically compiles an instructional software of the requested languages.


[0017]
FIG. 1 shows a block diagram of a system 100 for compiling a multi-lingual instructional software. The system 100 includes a parsing module 110, an interface-fetching module 120, a component-fetching module 130, a component database 140 and a compiling module 150.


[0018] The parsing module 110 acquires user's commands through a user interface 200, and parses the requirement commands into a source language code and a target language code that are required by the interface-fetching module 120 and the component-fetching module 130. The source language code and the target language code must be of two different languages. Besides the source language code and the target language code, the requirement commands can further include user information, device information, system information or the like.


[0019] The interface-fetching module 120 mainly includes an index of user interface components. The index of user interface components records the codes of each source language, so that, upon receiving user's commands from the parsing module 110, interface components can be fetched from the component database 140 according to a user interface list. Because users usually rely on their familiar language for learning new languages, the invention provides source language selections for users to designate the language of the user interface 200 and makes the learning and operation easier.


[0020] The component-fetching module 130 mainly includes an index of lingual components. The index of lingual components records the relative codes of the target language to each lingual components, and the relative codes of the target language to the component codes of exercise banks, so that, upon receiving target language codes from the parsing module 110, a lingual component list and relative component codes of exercise banks can be generated and used to fetch relative components. The lingual components are used to form the core materials of the instructional software 50, such as questions, comparisons and achievement evaluation, etc., besides the user interface 200.


[0021] The component database 140 stores the interface components, lingual components and exercise banks required by the interface-fetching module 120, the component-fetching module 130 and the compiling module 150.


[0022] The compiling module 150 works like a computer software compiler for compiling and forming the user-designated instructional software by dynamical linking and compiling the interface components and lingual components. When a user operates the instructional software through the user interface 200, the compiling module 150 performs dynamic linkage to the relative exercise banks in the component database 140 according to a linkage setting generated by the operation so as to attain the function of the instructional software 50.


[0023]
FIG. 2 is a flowchart of a method for composing a multi-lingual instructional software according to the invention. First, acquiring the user's commands (step 300). The user's commands are inputted through the user interface 200. Then, parsing the user's requirements with the parsing module 110 (step 400). The parsing is to get the code of source language and the code of target language, which are of two different languages. A detailed parsing process is further illustrated with FIG. 3 and will be described later. Then, fetching correspondent components (step 500) with the interface-fetching module 120 and the component-fetching module 130 for obtaining the interface components and lingual components according to the user-designated languages. Finally, compiling the components and forming the instructional software (step 600). The compiling is made by the compiling module 150 that links the interface components and lingual components fetched from the component database 140 and exercise banks. The detailed compiling process is further illustrated in FIG. 4 and will be described later.


[0024]
FIG. 3 is a detailed flowchart of the process of paring the requirements in a method of the invention. The process includes the following steps. First, reading the parsing requirement (step 410). Then, parsing the source language code (step 420) and parsing the target language code (step 430). Reading the correspondent interface component index and lingual component index with the interface-fetching module 120 and component-fetching module 130 (step 440). Finally, generating correspondent interface component list, lingual component list and exercise bank component codes through a relative index (step 450).


[0025]
FIG. 4 is a detailed flowchart of the process of compiling the components in a method of the invention. The process includes the following steps. First, receiving the interface components and lingual components (step 610). The interface components are fetched by the interface-fetching module 120. The lingual components are fetched by the component-fetching module 130. Then, linking the interface components (step 620). The step is to link components for the user interface 200. It continues till all the interface components are linked (step 630). Then, linking the lingual components (step 640). The step is to link the rest components relative to the target language in the instructional software 50. It continues till all the lingual components are linked (step 630). Then, dynamically compiling the interface components and lingual components (step 650) to form an executable program. The dynamic compiling continues till all the components are compiled. Then, reading the sentence component codes for setting the linkage to the exercise banks (step 670). The linkage setting is used for dynamic linkage to the component database 140 and fetching the exercise banks when the instructional software 50 is operated. The linkage setting continues till the instructional software is finished (step 680).


[0026] The invention being thus described, it will be obvious that the same may be varied in many ways. Such variations are not to be regarded as a departure from the spirit and scope of the invention, and all such modifications as would be obvious to one skilled in the art are intended to be included within the scope of the following claims.


Claims
  • 1. A system, based on user's requirement, for composing a multi-lingual instructional software through dynamic linkage and compiling of interface and lingual components, comprising: a parsing module for receiving a requirement command, parsing said requirement command and generating a source language code and a target language code; an interface-fetching module for storing an interface component index, generating an interface component list correspondent to said source language code, and fetching relative interface components according to said interface component list; a component-fetching module for storing a lingual component index, generating a lingual component list and exercise bank component codes correspondent to said target language code, and fetching relative lingual components according to said lingual component list; a component database for storing a plurality of interface components, a plurality of lingual components and a plurality of exercise banks; and a compiling module for dynamic linkage and compiling of said interface components and lingual components, performing a linkage setting of said exercise banks according to said exercise bank component codes, and forming said instructional software.
  • 2. A system for composing a multi-lingual instructional software according to claim 1 further comprises a user interface for user to input said requirement command and operate said instructional software.
  • 3. A system for composing a multi-lingual instructional software according to claim 1 wherein said requirement command comprises at least a source language code and a target language code.
  • 4. A system for composing a multi-lingual instructional software according to claim 1 wherein said source language code and said target language code are of two different languages.
  • 5. A system for composing a multi-lingual instructional software according to claim 1 wherein said interface component index records said source language code and correspondent interface component codes.
  • 6. A system for composing a multi-lingual instructional software according to claim 1 wherein said lingual component index records said target language code and correspondent target component codes and exercise bank component codes.
  • 7. A system for composing a multi-lingual instructional software according to claim 1 wherein said linkage setting is to fetch correspondent exercise banks from said component database through dynamic linkage when said instructional software is executed.
  • 8. A method, based on user's requirement, for composing a multi-lingual instructional software through dynamic linkage and compiling of interface and lingual components, comprising steps of: acquiring a requirement command; parsing said requirement command; fetching correspondent components; and compiling said components and forming said instructional software.
  • 9. A method for composing a multi-lingual instructional software according to claim 8 is executed through a user interface where user inputs said requirement command and operates said instructional software.
  • 10. A method for composing a multi-lingual instructional software according to claim 8 wherein said requirement command comprises at least a source language code and a target language code.
  • 11. A method for composing a multi-lingual instructional software according to claim 8 wherein said source language code and said target language code are of two different languages.
  • 12. A method for composing a multi-lingual instructional software according to claim 8 wherein said step of parsing said requirement further comprises steps of: reading said requirement command; parsing a source language code; parsing a target language code; reading an interface component index and a lingual component index; and generating a correspondent interface component list, a lingual component list and exercise bank component codes.
  • 13. A method for composing a multi-lingual instructional software according to claim 12 wherein said interface component index records said source language code and correspondent interface component codes.
  • 14. A method for composing a multi-lingual instructional software according to claim 12 wherein said lingual component index records said target language code and correspondent target component codes and exercise bank component codes.
  • 15. A method for composing a multi-lingual instructional software according to claim 8 wherein said step of compiling and forming said instructional software further comprises steps of: receiving said interface components and lingual components; linking said interface components; linking said lingual components; dynamically compiling said interface components and lingual components; reading sentence component codes for setting linkage to the exercise banks; and forming said instructional software.
  • 16. A method for composing a multi-lingual instructional software according to claim 15 wherein said linkage setting is to fetch correspondent exercise banks from said component database through dynamic linkage when said instructional software is executed.