JP2834810B2 - Control system for teaching software - Google Patents

Control system for teaching software

Info

Publication number
JP2834810B2
JP2834810B2 JP32379089A JP32379089A JP2834810B2 JP 2834810 B2 JP2834810 B2 JP 2834810B2 JP 32379089 A JP32379089 A JP 32379089A JP 32379089 A JP32379089 A JP 32379089A JP 2834810 B2 JP2834810 B2 JP 2834810B2
Authority
JP
Japan
Prior art keywords
question
teaching material
small
subquestion
expansion
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
JP32379089A
Other languages
Japanese (ja)
Other versions
JPH03185486A (en
Inventor
正樹 平賀
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP32379089A priority Critical patent/JP2834810B2/en
Publication of JPH03185486A publication Critical patent/JPH03185486A/en
Application granted granted Critical
Publication of JP2834810B2 publication Critical patent/JP2834810B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Electrically Operated Instructional Devices (AREA)
  • Devices For Executing Special Programs (AREA)

Description

【発明の詳細な説明】 [概 要] オブジェクト指向技法による教材ソフトウェアの制御
方式に関し、 「教材が複数の小問からなる複数の問題によって構成
される」と言う概念によって作成・管理することの可能
な手段の実現を目的とし、 教材オブジェクトの部分オブジェクトとして、任意数
の問題オブジェクトが存在し、さらに、問題オブジェク
トの部分オブジェクトとして、任意数の小問オブジェク
トが存在する如き構造とSHELL部と、教材オブジェクト
の中にある、問題オブジェクトを制御する問題展開処理
部と、問題オブジェクトの中にある、所定のデータから
問題の出題順序を決める問題順序設定処理部、および小
問オブジェクトを制御する小問展開処理部と、小問オブ
ジェクトの中にある、所定データから小問の出題順序を
決める小問順序設定処理部とを具備することにより構成
する。
DETAILED DESCRIPTION OF THE INVENTION [Summary] Regarding a control method of teaching material software by an object-oriented technique, it can be created and managed by a concept of "a teaching material is composed of a plurality of problems including a plurality of small questions". And a SHELL section, in which an arbitrary number of question objects exist as partial objects of the teaching object object, and an arbitrary number of small question objects exist as partial objects of the question object. A problem development processing unit that controls the problem object in the object, a problem order setting processing unit that determines the question order based on predetermined data in the problem object, and a small question expansion that controls the small question object A processing unit for determining a question order based on predetermined data in the question object; It comprises a question order setting processing unit.

[産業上の利用分野] 本発明はオブジェクト指向技法による教材ソフトウェ
アの制御方式であって、特に、教材の構成についての一
般的な概念(教材が任意の数の問題から構成されてお
り、更に各問題が任意の数の小問から構成されていると
言う概念)と同様の概念によって教材を作成する技術に
係る。
[Industrial Application Field] The present invention relates to a control method of teaching material software using an object-oriented technique. In particular, the present invention relates to a general concept of the structure of teaching material (the teaching material is composed of an arbitrary number of problems, (A concept that the question is composed of an arbitrary number of subquestions)).

[従来の技術] コンピュータ援用学習/教育(CAL/CAI)では、教材
ソフウェアの概念は、例えば、学校で教えるような教科
の問題の構成を踏襲している場合が少なくなく、一つの
教材(問題集など)は、いくつかの問題から成り、そし
て問題はいくつかの小問から成り立っている場合が多
い。
[Prior Art] In computer-assisted learning / education (CAL / CAI), the concept of teaching material software often follows, for example, the composition of subjects as taught in schools. Collections) consist of several problems, and problems often consist of several subquestions.

教材が任意数の問題から、そして問題が任意の小問か
ら構成される概念と、教材作製の概念とが一致している
ことが、教材作成者には理解し易くかつ有効な手段であ
り、また、問題もしくは小問の各々の単位で、例えば、
難易度などの情報から出題順序を決められることは、学
習者には親切かつ有効な手段として望まれている。
It is an easy-to-understand and effective means for the creator of the teaching material that the concept that the teaching material is composed of an arbitrary number of questions and that the problem is composed of arbitrary subquestions and the concept of creating the teaching material match. Also, in each unit of question or subquestion, for example,
The ability to determine the order of questions based on information such as the degree of difficulty is desired as a kind and effective means for learners.

前述のように、教材は任意数の問題から構成され、問
題は任意数の小問から構成されるという概念は、通常の
ぺーパー教材(問題集など)に多く見られる、一般的な
概念である。
As mentioned above, the concept that a teaching material is composed of an arbitrary number of questions, and that a problem is composed of an arbitrary number of subquestions, is a general concept that is often found in ordinary paper materials (such as question books). is there.

一方、従来の教材ソフトウェアは、何らかのプログラ
ミング言語もしくはオーサリングシステムと呼ばれる教
材作成支援ツールを使用して作成されている。
On the other hand, conventional teaching material software is created using a teaching material creation support tool called some kind of programming language or an authoring system.

オーサリングシステムで作成された教材は、一般に、
テキスト、図形などといったコンピュータ側から見たデ
ータの性質・種類によって管理されており、上記で述べ
たような教材の構成の概念で作成・管理することは不可
能である。
Materials created with the authoring system are generally
It is managed according to the nature and type of data as seen from the computer side, such as texts, figures, etc., and cannot be created and managed based on the concept of the structure of the teaching material as described above.

[発明が解決しようとする課題] 上述したように、従来の教材ソフトウェアは何らかの
プログラミング言語、あるいは、教材作成支援ツールを
使用して作成されていたが、それらはコンピュータ側か
ら見たデータの性質や種類によって管理されているもの
であって、本来の教材の構成の概念とは異なったもので
あった。
[Problems to be Solved by the Invention] As described above, conventional teaching material software has been created using some programming language or a teaching material creation support tool. It was managed by type, and was different from the original concept of the composition of the teaching materials.

また、近年、知的CAIと呼ばれる分野で、AI技術(オ
ブジェクト指向技法もその範疇に入れる)をCAL/CAI分
野のシステムに取り入れようにする研究が行なわれてい
るが、複数の教材の制御に関する試みはあっても、上記
で述べたような教材の構成を考慮して制御するような試
みは無かった。
In recent years, in a field called intelligent CAI, research has been conducted to incorporate AI technology (object-oriented techniques are also included in the category) into systems in the CAL / CAI field. Although there was an attempt, there was no attempt to control in consideration of the composition of the teaching materials as described above.

本発明は、上記問題点の解決を図り、所定の形式で、
教材・問題・小問のオブジェクトを作成するだけで、容
易に教材の流れを制御すると共に、各オブジェクトが独
立していることによる管理・作成のしやすさにより、CA
L/CAIにおける有効な教材ソフトウェアの制御手段を提
供することを目的としている。
The present invention aims to solve the above problems, and in a predetermined format,
By simply creating teaching material / question / sub-question objects, you can easily control the flow of teaching materials, and because each object is independent, it is easy to manage and create.
The aim is to provide effective means of controlling teaching software in L / CAI.

[課題を解決するための手段] 本発明によれば、上述の目的は、前記特許請求の範囲
に記載した手段により達成される。
[Means for Solving the Problems] According to the present invention, the above-mentioned object is achieved by the means described in the claims.

すなわち、本発明は、オブジェクト指向技法による教
材ソフトウェアの制御方式であって、教材オブジェクト
の部分オブジェクトとして、任意数の問題オブジェクト
が存在し、さらに、問題オブジェクトの部分オブジェク
トとして、任意数の小問オブジェクトが存在する如き構
造を有し、システムのトップレベルの処理部であるSHEL
L部と、教材オブジェクトの中にある、問題オブジェク
トを制御する問題展開処理部と、問題オブジェクトの中
にある、所定のデータから問題の出題順序を決める問題
順序設定処理部および小問オブジェクトを制御する小問
展開処理部と、小問オブジェクトの中にある、所定のデ
ータから小問の出題順序を決める小問順序設定処理部を
具備する教材ソフトウェアの制御方式である。
That is, the present invention relates to a control method of teaching material software using an object-oriented technique, wherein an arbitrary number of question objects exist as partial objects of the teaching material object, and an arbitrary number of small question objects SHEL, which is a top-level processing unit of the system
Controls the L part, the problem development processing unit that controls the problem objects in the teaching material object, the problem order setting processing unit that determines the order of the questions from predetermined data, and the subquestion object in the problem object This is a control method of teaching material software including a subquestion expansion processing unit and a subquestion order setting processing unit that determines the order in which subquestions are presented from predetermined data in a subquestion object.

[作 用] 本発明では、各オブジェクトの関係は、教材オブジェ
クトは、任意数の問題オブジェクトから構成され、問題
オブジェクトは、任意数の小問オブジェクトから構成さ
れるという概念から成り立っている。SHELL部(システ
ムのトップレベルの処理部)は、指定された教材オブジ
ェクトにメッセージを送り、問題展開処理部を実行させ
るものである。問題展開処理部は、教材オブジェクトで
指定されている個々の問題オブジェクトにメッセージを
送り、小問展開処理部を実行させるものである。小問展
開処理部は、問題のオブジェクトで指定されている個々
の小問オブジェクトにメッセージを送り、実行させるも
のである。これらの実行に関し、データ等の表示は、表
示装置に対して行なわれる。
[Operation] In the present invention, the relationship between the objects is based on the concept that the teaching material object is composed of an arbitrary number of question objects, and the question object is composed of an arbitrary number of small question objects. The SHELL unit (the top-level processing unit of the system) sends a message to the designated teaching material object, and causes the problem development processing unit to execute. The question development processing section sends a message to each question object specified by the teaching material object, and causes the small question development processing section to execute. The sub-question expansion processing unit sends a message to each sub-question object specified by the object in question and executes the message. In connection with these operations, display of data and the like is performed on a display device.

このように、所定の形式で、教材・問題・小問のオブ
ジェクトを作成するだけで、容易に教材の流れを制御す
ると共に、各オブジェクトが独立していることによる管
理・作成のしやすさにより、CAL/CAIにおける有効な教
材ソフトウェアの制御手段を提供することができる。
In this way, by simply creating the teaching material / question / subquestion object in a predetermined format, the flow of the teaching material can be easily controlled, and since the objects are independent of each other, the management / creation is easy. , Effective means of controlling teaching software in CAL / CAI can be provided.

[実施例] 第1図は本発明の一実施例を示す図である。Embodiment FIG. 1 is a view showing an embodiment of the present invention.

第1図において、10はオブジェクトファイル、11はプ
ログラムファイル、12はデータファイル、20は教材制御
部、21は教材オブジェクト、22は問題オブジェクト、23
は小問オブジェクト、24は問題順序設定データ、25は小
問順序設定データ、26はSHELL部(システムのトップレ
ベルを処理部)、27は問題展開処理部、28は問題順序設
定処理部、29は小問展開処理部、30は小問順序設定処理
部、40は入力装置、50は表示装置を表わす。
In FIG. 1, 10 is an object file, 11 is a program file, 12 is a data file, 20 is a teaching material control unit, 21 is a teaching material object, 22 is a question object, 23
Is a small question object, 24 is a question order setting data, 25 is a small question order setting data, 26 is a SHELL part (processing section for the top level of the system), 27 is a question development processing part, 28 is a question order setting processing part, 29 Is a small question expansion processing unit, 30 is a small question order setting processing unit, 40 is an input device, and 50 is a display device.

オブジェクトファイル10には、各教材ソフトウェアを
構成する、教材・問題・小問の各オブジェクトが所定の
形式で予め格納される。プログラムファイル11には、オ
ブジェクトの中の手続情報の中にある手続に関する実体
(プログラム)が予め格納される。データファイル12に
は、各オブジェクトが使用するデータが予め格納され
る。
In the object file 10, each object of teaching materials, problems, and small questions, which constitute each teaching material software, is stored in a predetermined format in advance. In the program file 11, an entity (program) related to a procedure in the procedure information in the object is stored in advance. Data used by each object is stored in the data file 12 in advance.

各オブジェクトの関係は、教材オブジェクト21は、任
意数の問題オブジェクト22から構成され、問題オブジェ
クト22は任意数の小問オブジェクト23から構成されると
いう概念から成り立っている。
The relationship between the objects is based on the concept that the teaching material object 21 is composed of an arbitrary number of question objects 22, and the question object 22 is composed of an arbitrary number of small question objects 23.

SHELL部(システムのトップレベルの処理部)26は、
指定された教材オブジェクト21にメッセージを送り、問
題展開処理部27を実行させるものである。
The SHELL unit (the top-level processing unit of the system) 26
A message is sent to the designated teaching material object 21 to cause the question development processing unit 27 to execute.

問題展開処理部27は、教材オジェエクト21で指定され
ている個々の問題オブジェクト22にメッセージを送り、
問題順序設定処理部28および小問展開処理部29などを実
行させるものである。
The question development processing unit 27 sends a message to each question object 22 specified in the teaching material object 21,
This causes the question order setting processing unit 28, the small question expansion processing unit 29, and the like to execute.

小問展開処理部29は、問題オブジェクト22で指定され
ている個々の小問オブジェクト23にメッセージを送り、
小問順序設定部30などを実行させるものである。
The subquestion expansion processing section 29 sends a message to each subquestion object 23 specified by the question object 22,
The small question order setting unit 30 and the like are executed.

これらの実行に関し、データ等の表示は、表示装置50
に対して行なわれる。
In connection with these operations, the display of data and the like is performed by the display device 50.
Is performed on

第2図は本発明の一実施例におけるオブジェクト構造
の例を示す図であって、(a)は教材オブジェクト、
(b)は問題オブジェクト、(c)は小問オブジェクト
を示している。
FIG. 2 is a diagram showing an example of an object structure according to an embodiment of the present invention.
(B) shows a question object, and (c) shows a small question object.

第3図は本発明の一実施例のオブジェクトの部分/全
体の関係を示す図、第4図は本発明の一実施例の問題順
序設定データを示す図、第5図は本発明の一実施例の小
問順序設定データを示す図である。
FIG. 3 is a diagram showing the relationship between a part and the whole of an object according to an embodiment of the present invention, FIG. 4 is a diagram showing problem order setting data according to an embodiment of the present invention, and FIG. 5 is an embodiment of the present invention. It is a figure which shows the small question order setting data of an example.

また、第6図は、本発明の一実施例のSHELL(トップ
レベル)処理を示す流れ図、第7図は本発明の一実施例
の餅第展開処理を示す流れ図、第8図は本発明の一実施
例の問題順序設定処理を示す流れ図、第9図は本発明の
一実施例の小問展開処理を示す流れ図、第10図は本発明
の一実施例の小問順序設定処理を示す流れ図である。
FIG. 6 is a flowchart showing a SHELL (top level) process of one embodiment of the present invention, FIG. 7 is a flowchart showing a rice cake unfolding process of one embodiment of the present invention, and FIG. FIG. 9 is a flowchart showing a question order setting process of one embodiment, FIG. 9 is a flowchart showing a small question expansion process of one embodiment of the present invention, and FIG. 10 is a flowchart showing a small question order setting process of one embodiment of the present invention. It is.

以下、これらの図に基づいて実施例について詳細に説
明する。
Hereinafter, embodiments will be described in detail with reference to these drawings.

教材作成者は、予めエディタ等を作用し、所定のデー
タ形式により教材オブジェクト、問題オブジェクト、小
問オブジェクトを作成して、オブジェクトファイル10に
設定する。
The creator of the teaching material operates an editor or the like in advance, creates a teaching material object, a problem object, and a small question object in a predetermined data format, and sets the object in the object file 10.

この教材オブジェクト、問題オブジェクト、小問オブ
ジェクトは、例えば第2図のような内容である。
The teaching material object, the question object, and the subquestion object have contents as shown in FIG. 2, for example.

また、各オブジェクトの部分/全体関係は、例えば第
3図のような内容である。
The partial / whole relationship of each object is, for example, as shown in FIG.

さらに、第4図の問題順序設定データ、および、第5
図の小問順序設定データは、教材作成者もしくは別のブ
ログラムから設定される(本件の内容には含まない)。
Further, the question order setting data of FIG.
The small question order setting data in the figure is set by the teaching material creator or another program (not included in the contents of the present case).

次に、第6図なしし第10図に従って、本発明の一実施
例における処理の流れを説明する。
Next, the flow of processing in one embodiment of the present invention will be described with reference to FIG. 6 and FIG.

第6図に示す「SHELL(トップレベル)処理」では、
(a),(b)の処理を実行する。
In “SHELL (top level) processing” shown in FIG. 6,
The processing of (a) and (b) is executed.

(a) 最初に、教材オブジェクトの関連情報名“has"
の値[例えば、(問題1 問題2〜問題n)]を変数
“問題オブジェクト名リスト”に設定する。
(A) First, the related information name “has” of the teaching material object
[For example, (question 1 question 2 to question n)] is set to a variable “question object name list”.

例えば、LISP言語で(MP'教材’参照’(has))とい
うように表わされる。ここで、関数名「MP」はメッセー
ジパッシングの略で、指定オブジェクト(教材)の“ha
s"という関連情報の値を参照(手続)することを示す。
For example, in the LISP language, it is expressed as (MP 'teaching material' reference '(has)). Here, the function name “MP” is an abbreviation of “message passing”, and the “ha” of the designated object (teaching material)
s "refers to (procedure) the value of related information.

(b) 次に、教材オブジェクトの手続情報(手続情報
名“展開−1")の中にある「問題展開処理」を実行す
る。
(B) Next, "problem development processing" in the procedure information (procedure information name "development-1") of the teaching material object is executed.

例えばLISP言語で(MP'教材’展開’−1 <問題オ
ブジェクト名リスト>)というように表わされる。これ
は、手続情報“展開−1"にある関数「問題展開処理」が
実行されることを示す。
For example, in the LISP language, it is expressed as (MP 'teaching material'expansion'-1<question object name list>). This indicates that the function "problem expansion process" in the procedure information "expansion-1" is executed.

第6図に示す「問題展開処理」では、第7図に示す
(a)〜(f)の処理を実行する。
In the "problem development process" shown in FIG. 6, the processes (a) to (f) shown in FIG. 7 are executed.

なお、“問題オブジェクト名リスト”は既に値[例え
ば、(問題1 問題2 問題3 問題4)]が設定され
ている(行き継がれている)。
In the “question object name list”, a value [for example, (question 1 question 2 question 3 question 4)] is already set (passed over).

(a) 第i番目の問題オブジェクトの手続情報(手続
情報名“展開−1")の中にある問題順序設定処理を行な
う(問題の出題順序を決める)。これにより、“問題オ
ブジェクト名順序リスト”に値[例えば、(問題3 問
題4 問題1 問題2)]が設定される。
(A) Perform a problem order setting process in the procedure information (procedure information name "expansion-1") of the i-th problem object (determine the question order). As a result, a value [for example, (Question 3 Question 4 Question 1 Question 2)] is set in the “question object name order list”.

例えば、LISP言語で(MP'問題i'展開−1 <問題オ
ブジェクト名リスト>)というように表わされる。
For example, in the LISP language, it is expressed as (MP 'question i' expansion-1 <question object name list>).

(b) “問題オブジェクト名順序リスト”の要素を全
て実行し終えるか、もしくは、途中終了するまで、
(c)〜(f)の処理を繰り返す。
(B) Until all the elements of the “problem object name ordered list” have been executed, or
The processing of (c) to (f) is repeated.

(c) 第i番目の問題オブジェクトの手続情報(手続
情報名“展開−2")の中にある問題初期制定処理を行な
う(第i番目の問題に関するデータ設定などを行な
う)。
(C) Perform the problem initial establishment process in the procedure information (procedure information name "expansion-2") of the i-th problem object (perform the data setting for the i-th problem object).

例えば、LISP言語で(MP'問題i'展開−2 <引数リ
スト>)というように表わされる。
For example, in the LISP language, it is expressed as (MP 'problem i' expansion-2 <argument list>).

(d) 第i番目の問題オブジェクトの手続情報(手続
情報名“展開−3")の中にある問題初期表示処理を行な
う(第i番目の問題に関する初期表示をなどを行な
う)。
(D) Perform a problem initial display process in the procedure information (procedure information name “expansion-3”) of the i-th problem object (execute an initial display relating to the i-th problem).

例えば、LISP言語で(MP'問題i'展開−3 <引数リ
スト>)というように表わされる。
For example, in the LISP language, it is expressed as (MP 'problem i' expansion-3 <argument list>).

(e) 第i番目の問題オブジェクトの関連情報名“ha
s"の値「例えば、(小問1 小問2 小問3 小問4
小問5)」を変換“小問 オブジェクト名リスト”に設
定する。
(E) The related information name “ha” of the i-th question object
The value of "s" is, for example, (Question 1 Question 2 Question 3 Question 4
Sub-question 5) is set to the conversion “sub-question object name list”.

例えば、LISP言語で(MP'問題i'参照’(has))とい
うように表わされる。
For example, in the LISP language, it is expressed as (MP 'problem i' reference '(has)).

(f) 第i番目の問題オブジェクトの手続情報(手続
情報名“展開−4")の中にある「小問展開処理」を実
行する。
(F) The “small question expansion process” in the procedure information (procedure information name “expansion-4”) of the i-th question object is executed.

例えば、LISP言語で(MP'問題i'展開−4 <小問オ
ブジェクト名リスト>)というように表わされる。
For example, in the LISP language, it is expressed as (MP 'problem i' expansion-4 <subquestion object name list>).

第7図に示す「問題順序設定処理」では、第8図に
示す(a)〜(d)の処理を実行する。
In the "question order setting process" shown in FIG. 7, the processes (a) to (d) shown in FIG. 8 are executed.

なお、第i番目の問題オブジェクトの“問題オブジェ
クト名リスト”には既に値[例えば、(問題1 問題2
問題3 問題4)]が設定されている(引き継がれて
いる)。
It should be noted that the "question object name list" of the i-th question object already has a value [for example, (question 1 question 2
Question 3 Question 4)] is set (taken over).

(a) “問題オブジェクト名リスト”(の内容)を、
“問題オブジェクト名順序リスト”に設定する。
(A) “Question object name list” (contents)
Set to “List of problem object name order”.

(b) 問題順序設定データを全て処理するまで、
(c),(d)の処理を繰り返す。
(B) Until all question order setting data is processed,
The processes of (c) and (d) are repeated.

(c) 第i番目のリストの第1番目の要素を変数<属
性情報名>に設定し、第i番目のリストの第2番目の要
素を変数<ソート条件>に設定する。
(C) The first element of the i-th list is set as a variable <attribute information name>, and the second element of the i-th list is set as a variable <sort condition>.

(d) “問題オブジェクト名順序リスト”の各問題オ
ブジェクトの<属性情報名>の各値を<ソート条件>を
元にソートし、例えば、(問題3 問題4 問題1 問
題2)が“問題オブジェクト名順序リスト”に設定され
る。第7図に示す「小問展開処理」では、第9図に示
す(a)〜(e)の処理を実行する。
(D) Sort each value of <attribute information name> of each question object in the “question object name order list” based on <sort condition>. For example, (question 3 question 4 question 1 question 2) Name Order List ". In the “question expansion process” shown in FIG. 7, the processes (a) to (e) shown in FIG. 9 are executed.

なお、第i番目の問題オブジェクトの“小問オブジェ
クト名リスト”には既に値[例えば、(小問1 小問2
小問3 小問4 小問5)]が設定されている(引き
継がれている)。
It should be noted that the value of the “question object name list” of the i-th question object is already [for example, (question 1 question 2
Subquestion 3 Subquestion 4 Subquestion 5)] is set (inherited).

(a) 第i番目の問題オブジェクトの手続情報(手続
情報名“展開−1")の中にある小問順序設定処理を行な
う(問題の出願順序を決める)。これにより、“小問オ
ブジェクト名順序リスト”に値[例えば、(小問3 小
問2 小問5 小問1 小問4)]が設定される。
(A) Perform a sub-question order setting process in the procedure information (procedure information name “expansion-1”) of the i-th question object (determine the application order of the questions). As a result, a value [for example, (question 3 question 2 question 5 question 1 question 4)] is set in the "question object name order list".

例えば、LISP言語で(MP'小問i'展開−1 <問題オ
ブジェクト名リスト>)というように表わされる。
For example, in the LISP language, it is expressed as (MP 'small question i' expansion-1 <question object name list>).

(b) “小問オブジェクト名順序リスト”の要素を全
て実行し終えるか、もしくは、途中終了するまで、
(c)〜(e)の処理を繰り返す。
(B) Until all the elements of the “sub-question object name order list” have been executed, or
(C) to (e) are repeated.

(c) 第i番目の小問オブジェクトの手続情報(手続
情報名“展開−2")の中にある小問初期設定処理を行な
う(第i番目の小問に関するデータ設定などを行な
う)。
(C) Perform a small question initial setting process in the procedure information (procedure information name “expansion-2”) of the i-th small question object (perform data setting etc. on the i-th small question object).

例えば、LISP言語で(MP'小問i'展開−2 <引数リ
スト>)というように表わされる。
For example, in the LISP language, it is expressed as (MP's small question i 'expansion-2 <argument list>).

(d) 第i番目の小問オブジェクトの手続情報(手続
情報名“展開−3")の中にある小問初期表示処理を行な
う(第i番目の小問に関する初期表示などを行なう)。
(D) Initial display processing of the subquestion in the procedure information (procedure information name “expansion-3”) of the ith subquestion object (initial display of the ith subquestion is performed).

例えば、LISP言語で(MP'小問i'展開−3 <引数リ
スト>)というように表わされる。
For example, in the LISP language, it is expressed as (MP's small question i 'expansion-3 <argument list>).

(e) 第i番目の小問オブジェクトの手続情報(手続
情報名“展開−4")の中にある内容実行処理を行なう
(第i番目の小問に関する内容を実行する)。
(E) Perform the content execution process in the procedure information (procedure information name “expansion-4”) of the ith subquestion object (execute the content related to the ith subquestion).

例えば、LISP言語で(MP'小問i'展開−4 <引数リ
スト>)というように表わされる。
For example, in the LISP language, it is expressed as (MP's small question i 'expansion-4 <argument list>).

第9図に示す「小問順序設定処理」では、第10図に
示す(a)〜(d)の処理を実行する。
In the “question order setting process” shown in FIG. 9, the processes (a) to (d) shown in FIG. 10 are executed.

なお、第i番目の問題オブジェクトの“小問オブジェ
クト名リスト”には既に値[例えば、(小問1 小問2
小問3 小問4 小問5)]が設定されている(引き
継がれている)。
It should be noted that the value of the “question object name list” of the i-th question object is already [for example, (question 1 question 2
Subquestion 3 Subquestion 4 Subquestion 5)] is set (inherited).

(a) “小問オブジェクト名リスト”(の内容)を、
“小問オブジェクト名順序リスト”に設定する。
(A) “Sub-question object name list” (contents)
Set to “List of small object names”.

(b) 小問順序設定データを全て処理するまで、
(c),(d)の処理を繰り返す。
(B) Until all the small order setting data is processed,
The processes of (c) and (d) are repeated.

(c) 第i番目のリストの第1番目の要素を変数<属
性情報名>に設定し、第i番目のリストの第2番目の要
素を変数<ソート条件>に設定する。
(C) The first element of the i-th list is set as a variable <attribute information name>, and the second element of the i-th list is set as a variable <sort condition>.

(d) “小問オブジェクト名順序リスト”の各問題オ
ブジェクトの<属性情報名>の各値を<ソート条件>を
元にソートし、例えば、(小問3 小問2 小問5 小
問1 小問4)が“小問オブジェクト名順序リスト”に
設定される。
(D) Sort each value of <attribute information name> of each question object in the “subquestion object name order list” based on <sort condition>, for example, (subquestion 3 subquestion 2 subquestion 5 subquestion 1 The subquestion 4) is set in the “subquestion object name ordered list”.

[発明の効果] 以上説明したように、本発明によれば、所定の形式
で、教材・問題・小問のオブジェクトを作成するだけ
で、容易に教材の流れを制御することができると共に、
各オブジェクトが独立していることによる管理・作成の
しやすさにより、CAL/CAIにおける有効な教材ソフトウ
ェアの制御手段を得ることができる利点がある。
[Effects of the Invention] As described above, according to the present invention, it is possible to easily control the flow of teaching materials simply by creating objects of teaching materials, problems, and small questions in a predetermined format.
Since each object is independent and easy to manage and create, there is an advantage that a control means of effective teaching software in CAL / CAI can be obtained.

【図面の簡単な説明】[Brief description of the drawings]

第1図は本発明の一実施例を示す図、第2図は本発明の
一実施例のオブジェクト構造の例を示す図、第3図は本
発明の一実施例のオブジェクトの部分/全体の関係を示
す図、第4図は本発明の一実施例の問題順序設定データ
を示す図、第5図は本発明の一実施例の小問順序設定デ
ータを示す図、第6図は本発明の一実施例のSHELL処理
を示す流れ図、第7図は本発明の一実施例の問題展開処
理を示す流れ図、第8図は本発明の一実施例の問題順序
設定処理を示す流れ図、第9図は本発明の一実施例の小
問展開処理を示す流れ図、第10図は本発明の一実施例の
小問順序設定処理を示す流れ図である。 10……オブジェクトファイル、11……プログラムファイ
ル、12……データファイル、20……教材制御部、21……
教材オブジェクト、22……問題オブジェクト、23……小
問オブジェクト、24……問題順序設定データ、25……小
問順序設定データ、26……SHELL部、27……問題展開処
理部、28……問題順序設定処理部、29……小問展開処理
部、30……小問順序設定処理部、40……入力装置、50…
…表示装置
FIG. 1 is a diagram showing an embodiment of the present invention, FIG. 2 is a diagram showing an example of an object structure of an embodiment of the present invention, and FIG. FIG. 4 is a diagram showing the relationship, FIG. 4 is a diagram showing question order setting data of one embodiment of the present invention, FIG. 5 is a diagram showing small question order setting data of one embodiment of the present invention, and FIG. FIG. 7 is a flowchart showing a SHELL process of one embodiment of the present invention, FIG. 7 is a flowchart showing a problem developing process of one embodiment of the present invention, FIG. 8 is a flowchart showing a problem order setting process of one embodiment of the present invention, FIG. FIG. 10 is a flowchart showing a subquestion expansion process according to an embodiment of the present invention, and FIG. 10 is a flowchart showing a subquestion order setting process according to an embodiment of the present invention. 10 …… Object file, 11 …… Program file, 12 …… Data file, 20 …… Teaching material control unit, 21 ……
Teaching material object, 22 ... Question object, 23 ... Question object, 24 ... Question order setting data, 25 ... Question order setting data, 26 ... SHELL part, 27 ... Question development processing part, 28 ... Question order setting processing section, 29 ... Small question expansion processing section, 30 ... Small question order setting processing section, 40 ... Input device, 50 ...
… Display device

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】オブジェクト指向技法による教材ソフトウ
ェアの制御方式であって、 教材オブジェクトの部分オブジェクトとして、任意数の
問題オブジェクトが存在し、さらに、問題オブジェクト
の部分オブジェクトとして、任意数の小問オブジェクト
が存在する如き構造を有し、 システムのトップレベルの処理部であるSHELL部と、 教材オブジェクトの中にある、問題オブジェクトを制御
する問題展開処理部と、 問題オブジェクトの中にある、所定のデータから問題の
出題順序を決める問題順序設定処理部および小問オブジ
ェクトを制御する小問展開処理部と、 小問オブジェクトの中にある、所定のデータから小問の
出題順序を決める小問順序設定処理部とを具備すること
を特徴とする教材ソフトウェアの制御方式。
1. A control method of teaching material software using an object-oriented technique, wherein an arbitrary number of question objects exist as partial objects of the teaching material object, and an arbitrary number of small question objects are included as partial objects of the question object. It has a structure as it exists, a SHELL part that is the top-level processing part of the system, a problem development processing part that controls the problem object in the teaching material object, and a predetermined data in the problem object. A question order setting processing unit that determines the order in which questions are asked, a small question expansion processing unit that controls the small question objects, and a small question order setting processing unit that determines the question order of the small questions from predetermined data in the small question object A control method of teaching material software, comprising:
JP32379089A 1989-12-15 1989-12-15 Control system for teaching software Expired - Lifetime JP2834810B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP32379089A JP2834810B2 (en) 1989-12-15 1989-12-15 Control system for teaching software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP32379089A JP2834810B2 (en) 1989-12-15 1989-12-15 Control system for teaching software

Publications (2)

Publication Number Publication Date
JPH03185486A JPH03185486A (en) 1991-08-13
JP2834810B2 true JP2834810B2 (en) 1998-12-14

Family

ID=18158644

Family Applications (1)

Application Number Title Priority Date Filing Date
JP32379089A Expired - Lifetime JP2834810B2 (en) 1989-12-15 1989-12-15 Control system for teaching software

Country Status (1)

Country Link
JP (1) JP2834810B2 (en)

Also Published As

Publication number Publication date
JPH03185486A (en) 1991-08-13

Similar Documents

Publication Publication Date Title
US5395243A (en) Interactive learning system
US6292792B1 (en) System and method for dynamic knowledge generation and distribution
US6275227B1 (en) Computer system and method for controlling the same utilizing a user interface control integrated with multiple sets of instructional material therefor
JPH0410047A (en) Information processing system
US9921810B2 (en) Dynamic creation of object classes
Martin‐Michiellot et al. Cognitive load while learning with a graphical computer interface
JPH08278892A (en) Creation of knowledge-based system using interactively designated graph
JP2005500560A5 (en)
JP2834810B2 (en) Control system for teaching software
JPH02123459A (en) Marker entity management
JPS6022236A (en) Message output system
JP2856406B2 (en) Learning support computer system
JP3207224B2 (en) Retry support method
JPH04113452A (en) Frame editing system
JPH0540612A (en) Computer prperty conversion processor
JPS61271568A (en) Text editing system
Bournai et al. computer aided design in automatic control and logical automata
JPH04348427A (en) Screen input/output back-up system
JP2000148638A (en) Auto-pilot device and auto-pilot method and recording medium for recording auto-pilot program
JPH03212724A (en) File format identification system for floppy disk processor
Canning et al. Visual programming in a X Windows workstation environment
JPH0715661B2 (en) Message text assembly / edit control method
DiGiano Introducing designers to programming through self-disclosing tools
JPH10171901A (en) Table processor and medium recording table processing program
Sebern Object Oriented Programming For Freshmen Computer Engineers (And Their Professors)

Legal Events

Date Code Title Description
FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20071002

Year of fee payment: 9

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081002

Year of fee payment: 10

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081002

Year of fee payment: 10

FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 11

Free format text: PAYMENT UNTIL: 20091002

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091002

Year of fee payment: 11

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101002

Year of fee payment: 12

EXPY Cancellation because of completion of term
FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101002

Year of fee payment: 12