JP2005266796A - Learning program of blank problem style utilizing computer - Google Patents

Learning program of blank problem style utilizing computer Download PDF

Info

Publication number
JP2005266796A
JP2005266796A JP2005040956A JP2005040956A JP2005266796A JP 2005266796 A JP2005266796 A JP 2005266796A JP 2005040956 A JP2005040956 A JP 2005040956A JP 2005040956 A JP2005040956 A JP 2005040956A JP 2005266796 A JP2005266796 A JP 2005266796A
Authority
JP
Japan
Prior art keywords
blank
image
information
blanks
file
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.)
Pending
Application number
JP2005040956A
Other languages
Japanese (ja)
Inventor
Haruyuki Sumimoto
治之 炭本
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.)
KAITEKI SOFT KK
Original Assignee
KAITEKI SOFT KK
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 KAITEKI SOFT KK filed Critical KAITEKI SOFT KK
Priority to JP2005040956A priority Critical patent/JP2005266796A/en
Publication of JP2005266796A publication Critical patent/JP2005266796A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a program for displaying equivalent information in each blank in a previously recorded order according to single input operation by a user in a computer program for displaying a picture including blanks and displaying the equivalent information to each blank; to provide a program which handles both of characters and pictures as a text file and a picture file and which can be incorporated in conventional technique; and to reproduce a voice file when displaying the equivalent information in the blank. <P>SOLUTION: Corresponding index information is assigned to each blank in the picture, and the equivalent information in the blank is displayed in the order of this index information. The displaying order of the blanks in the picture is decided by the position in a sentence at the left/upper end of the picture. The voice file corresponding to the equivalent information in the blank is reproduced when displaying. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

本発明は、コンピュータ上で動作し、初期表示では空欄問題を表示し、初期表示後は利用者の入力装置を用いた操作に応じて空欄内に正解を表示する、学習やテストを行うのに利用されるプログラムに関する。
The present invention operates on a computer, displays a blank question in the initial display, and displays a correct answer in the blank in response to an operation using the input device of the user after the initial display. It relates to the program used.

米国Microsoft社からパソコン用のOSとしてWindows95(登録商標)が発売された年の翌年の1996年頃から様々な学習プログラムが作成されてきた。しかしほとんどの学習プログラムは2、3年で姿を消している。以下に原因を4つ述べる。 Various learning programs have been created since around 1996, the year after Windows95 (registered trademark) was released as an OS for personal computers from Microsoft Corporation. But most learning programs have disappeared in a few years. Four causes are described below.

第一の原因は、データを作成しにくいことにある。学習プログラムで学習を進めているうちに、遅かれ早かれ、既存のデータだけでは不十分と感じられるようになる。データ作成が複雑で専門知識を必要とするなら、データは新規に作成されることが事実上行われなくなり、やがてその学習プログラムは使われなくなる。 The first cause is that it is difficult to create data. Sooner or later you will feel that existing data alone will be insufficient as you progress through the learning program. If the data creation is complex and requires specialized knowledge, the data is virtually never created and the learning program is no longer used.

教育者の視点では、生徒の理解力・記憶力には多様な水準があり、ある生徒にとっては適切な問題であっても、他の生徒には簡単すぎたり、難しすぎることは日常茶飯事である。問題は容易に更新できるような簡単な形式であることが必要である。 From the educator's point of view, students have various levels of understanding and memory. Even if it is an appropriate problem for a student, it is a daily routine that is too easy or too difficult for another student. The problem needs to be in a simple format that can be easily updated.

大多数のコンピュータ利用者は、コンピュータや学習プログラムの専門家ではないし、専門家になる必要もない。コンピュータを利用して知識を効率的に学習することが目的であるから、コンピュータの利用方法の学習に大きな負担をかけるのは本末転倒である。 The vast majority of computer users are not experts in computers or learning programs and do not need to be experts. Since the purpose is to learn knowledge efficiently using a computer, it is the end of the fall that puts a heavy burden on learning how to use the computer.

第二の原因は、データの互換性が低いことである。データの互換性は従来のほとんどの学習プログラムではないがしろにされて来た。特殊な形式のデータの場合、他のプログラムのデータをその学習プログラムのデータに取り込んだり、逆にその学習プログラムのデータを他のプログラムのデータにと転用することが難しい。そうすると、その学習プログラムが使われなくなると同時にそのプログラムのデータも使われなくなる。 The second cause is low data compatibility. Data compatibility has been neglected in most traditional learning programs. In the case of data in a special format, it is difficult to incorporate the data of another program into the data of the learning program, or conversely, divert the data of the learning program to the data of another program. Then, the learning program is not used and the program data is not used.

これは長期的な視点では非常に大きな無駄である。学習用のデータは蓄積され、繰り返し再利用されるべきであって、そのためには、他のプログラムのデータを取り込みやすくかつ他のプログラムのデータにと転用しやすいデータであることが必要となる。 This is a huge waste from a long-term perspective. The learning data should be accumulated and reused repeatedly. For this purpose, it is necessary that the data for other programs can be easily taken in and can be easily used as data for other programs.

例えばデータを独自のバイナリ形式で保存するプログラムのデータは最も互換性が低いデータである。独自のバイナリ形式のデータはテキストデータなどに変換しなければ他のプログラムのデータとして転用することができない。独自のバイナリ形式のデータをテキストデータなどに変換するには専用の変換プログラムが必要であり、その使用方法の学習は利用者に負担となる。 For example, data of a program that stores data in a unique binary format is the least compatible data. The original binary data cannot be diverted as data of other programs unless converted into text data. In order to convert original binary format data into text data or the like, a dedicated conversion program is required, and learning how to use it becomes a burden on the user.

テキストファイルとしてデータを保存すると、バイナリファイルよりは互換性が高い。なぜなら、テキストファイルは、テキストエディタだけでなく、ワープロプログラム、表計算プログラム、ブラウザ、データベースなど様々なプログラムでも利用可能である。 Saving data as a text file is more compatible than a binary file. This is because the text file can be used not only by a text editor but also by various programs such as a word processor program, a spreadsheet program, a browser, and a database.

しかし、テキストファイルでも制約の強い形式であれば、互換性、再利用性、データ作成の容易さは損なわれる。 However, compatibility, reusability, and ease of data creation are impaired if the text file is also in a highly restrictive format.

以下に制約の強いテキストデータの具体例を2つ挙げる。 Two specific examples of highly restrictive text data are given below.

具体例1 「ごたく」のデータ
「ごたく」とは「五択」つまり五者択一の意味である。インターネット上のベクター社のサイトからダウンロード可能なクイズゲーム用のプログラムである。このプログラムでは、一画面に収まる程度の比較的短い問題文とその問題文に対する解答の選択肢が五個表示される。利用者は正答と考える選択肢を一つ選択する。プログラムは選択された選択肢が正答かどうかを判定し結果を表示する。
Specific example 1 “Gotaku” data “Gotaku” means “five choices”, that is, five choices. This is a quiz game program that can be downloaded from the Vector website on the Internet. This program displays five comparatively short question sentences that fit on one screen and five answer options for the question sentence. The user selects one option that is considered a correct answer. The program determines whether the selected option is the correct answer and displays the result.

このプログラムでは、データファイルはバイナリ形式に暗号化したファイルが用いられるが、テキストファイルに変換すると以下のような内容が用いられる。 In this program, a data file encrypted in a binary format is used, but when converted into a text file, the following contents are used.

源平の争乱

1184年に京へ迫る平氏を源義経・範頼が敗った戦いは?
一ノ谷の戦い
倶利伽藍峠の戦い
四条畷の戦い
屋島の戦い
壇ノ浦の戦い

1185年讃岐で源義経が平氏を破った戦いは?
屋島の戦い
石橋山の戦い
倶利伽羅峠の戦い
一の谷の戦い
富士川の戦い
Genpei War

What was the battle in which Mr. Taira Yoshimoto and Noriyori were defeated by Mr. Taira who approached Kyo in 1184?
The Battle of Ichinoya The Battle of Iri Valley The Battle of Shijo The Battle of Yajima The Battle of Dannoura

In 1185, what was the battle that Yoshitsune Genji beat Mr. Taira?
Battle of Yajima Battle of Mt.

この例では、1行目の「源平の争乱」はデータファイルのタイトルであり、2行目以降は、「改行だけの行、問題文の行、正答の行、誤答の選択肢が4行」の繰り返しである。 In this example, the first line "Genpei Conflict" is the title of the data file, and the second and subsequent lines are "Lines with only line breaks, question sentence lines, correct answer lines, and incorrect answer options." It is a repetition of.

このデータは、比較的短い問題文とその解答という、問いと答えが1対1に対応する関係でなければならないことが強い制約となっている。例えば、「信長を継いだ秀吉は1590年小田原の北条氏を滅ぼし全国を統一した」という文の中にはキーワードとして「秀吉」「1590」「北条」の3個がある。この3つのキーワードはどれも暗記の対象とすべき知識である。 This data has a strong constraint that the question and answer must have a one-to-one relationship, that is, a relatively short question sentence and its answer. For example, in the sentence “Hideyoshi who succeeded Nobunaga destroyed Hojo in Odawara and unified the whole country”, there are three keywords “Hideyoshi”, “1590” and “Hojo”. These three keywords are all knowledge to be memorized.

しかし、ごたくの問題文では3個のキーワードのうち1個だけしか出題できない。書籍付属のCD−ROMやインターネット上のウェブページから得られる文書が長文である場合には、その文章を断片化して、問いと答えが1対1に対応する問題文・解答に編集しなおさなければならない。この作業はデータファイルの作成者に大きな負担である。 However, only one out of the three keywords can be given in the question sentence. If a document obtained from a CD-ROM attached to a book or a web page on the Internet is a long sentence, the sentence should be fragmented and re-edited into a question sentence / answer corresponding to a one-to-one question and answer. I must. This work is a heavy burden on the creator of the data file.

誤答の選択肢を正答の一つ一つに対して必ず4個ずつ作成しなければならないこともデータの作成者に大きな負担である。 It is also a heavy burden on the data creator to create four incorrect answer options for each correct answer.

具体例2 リンクを用いた学習プログラムのデータ Example 2 Learning program data using links

「リンク」と呼ばれる公知技術がHTMLファイルで知られている。これを用いた学習プログラムの場合は、例えば以下のようなデータを用いる。 A known technique called “link” is known as an HTML file. In the case of a learning program using this, for example, the following data is used.

@@問題文
織田信長を継いだ[001]は[002]年小田原の[003]氏を滅ぼし全国を統一した。1600年の[004]の戦いでは徳川家康率いる東軍が[005]率いる西軍を破った。

@@解答
001=豊臣秀吉
002=1590
003=北条
004=関が原
005=石田光成
@@ Problem [001] who succeeded Oda Nobunaga destroyed [003] of Odawara in [002] and unified the whole country. In the battle of [004] in 1600, the Eastern army led by Ieyasu Tokugawa defeated the Western army led by [005].

@@answer
001 = Hideyoshi Toyotomi
002 = 1590
003 = Hojo
004 = Sekigahara
005 = Mitsunari Ishida

この例では、「@@問題」とある行の次の行から「@@解答」とある行の直前の行までが問題文であり、「@@解答」とある行の次の行からはそれぞれの空欄に該当する語句が記述されている。空欄と解答との対応は001などの数字でリンク付け(対応付け)されている。 In this example, the question sentence is from the line after "@@ question" to the line immediately before "@@ answer", and from the line after "@@ answer" The corresponding words are described in each blank. The correspondence between the blank and the answer is linked (associated) with a number such as 001.

このデータの場合は、元々の文書の「織田信長を継いだ豊臣秀吉は1590年小田原の北条氏を滅ぼし全国を統一した。1600年の関が原の戦いでは徳川家康率いる東軍が石田光成率いる西軍を破った。」を上記の形式の文書ファイルへと編集しなおす作業、つまり、
(1)元々の文書から空欄とする語句を取り除き、
(2)その位置にリンク情報となる数字を書き込み、
(3)問題文の文末、または別のデータファイルににそれぞれの空欄に該当する語句をリンク情報の数字と一緒に書き出さねばならない。
In the case of this data, the original document “Hideyoshi Toyotomi who succeeded Nobunaga Oda destroyed Hojo in Odawara and unified the whole country in 1590. In the battle of Sekigahara in 1600, the East Army led by Ieyasu Tokugawa is headed by Mitsunari Ishida The work that re-edited "The Army Defeated" into a document file of the above format,
(1) Remove blank words from the original document,
(2) Write a number to be the link information at that position,
(3) The phrase corresponding to each blank must be written together with the number of link information at the end of the question sentence or in another data file.

これらの作業はデータを作成する利用者にとっては大きな負担である。編集作業を効率化するツールプログラムを作成すれば編集作業の負担は軽減されるが、その場合はその編集ツールプログラムの操作方法を理解し習熟することが利用者の負担となる。 These operations are a heavy burden for users who create data. If a tool program that makes editing work more efficient is created, the burden of editing work is reduced, but in that case, it becomes a burden on the user to understand and master the operation method of the editing tool program.

第三の原因は、学習プログラムの機能や利用方法を理解するのが難しいという問題である。例えば、米国Macromedia社のオーサリングプログラムDirectorは、文字、静止画像以外にも動画、音声などを扱い多彩な機能を持つ。 The third cause is that it is difficult to understand the function and usage of the learning program. For example, Macromedia's authoring program Director handles a variety of functions, including video and audio in addition to text and still images.

しかし反面、使い方が難しく、一定期間使い方について学習する必要がある。このことは利用者に負担となる。パソコンは道具であって目的ではない。学習プログラムもやはり道具であって目的ではない。学習プログラムによって提供される知識を習得することが目的であるから、学習プログラムそのものの使い方の学習やデータの作成方法の学習が負担となってはならない。 However, it is difficult to use, and it is necessary to learn how to use for a certain period. This is a burden on the user. A personal computer is a tool, not a purpose. The learning program is also a tool, not a purpose. Since the purpose is to acquire the knowledge provided by the learning program, learning how to use the learning program itself and learning how to create data should not be a burden.

第四の原因は操作が難しいことである。例えばキーボードから文字を入力する操作は、タッチタイピングができるにしても簡単な操作ではない。 The fourth cause is difficult operation. For example, an operation of inputting characters from a keyboard is not an easy operation even if touch typing can be performed.

従来の学習プログラムでは文字列の入力を利用者に要求するものが多かった。紙に鉛筆で記述するより少量の情報の入力しかできず、入力操作は面倒で神経を消耗するため、紙と筆記用具を使った従来の学習方法より非効率なことが多かった。 Many conventional learning programs require the user to input a character string. Since only a small amount of information can be input compared to writing with a pencil on paper, and the input operation is cumbersome and exhausted, it is often less efficient than conventional learning methods using paper and writing instruments.

従来はコンピュータの利用にあたってはキーボードからの数字や文字の入力は当然と考えられており、それが非効率なことも次に述べる日本特許3554742の技術を用いた学習プログラムが市販されるまでは認識されていなかった。
In the past, it was considered natural to input numbers and characters from the keyboard when using a computer, and it was recognized that it was inefficient until a learning program using the technology of Japanese Patent 3554742 described below was put on the market. Was not.

日本特許3554742についてAbout Japanese Patent 3554742

この発明は、空欄問題を表示する学習プログラムであって以下の条件を全て満足する。
(1)簡単にデータが作成できる
(2)データの互換性が高い
(3)機能や利用方法を理解しやすい
(4)操作が著しく簡単
The present invention is a learning program for displaying a blank problem and satisfies all of the following conditions.
(1) Easy data creation
(2) High data compatibility
(3) Easy to understand functions and usage
(4) Easy operation

開示されている方法で扱うデータは空欄問題とする語句を特定の記号(例えば[ ])で囲んだテキストファイルである。 The data handled by the disclosed method is a text file in which a word to be blank is surrounded by a specific symbol (for example, []).

例えば、「織田信長を継いだ豊臣秀吉は1590年小田原の北条氏を滅ぼし全国を統一した。」をデータにする場合は、「織田信長を継いだ[豊臣秀吉]は[1590]年小田原の[北条]氏を滅ぼし全国を統一した。」のように、空欄問題としたい語句を[ ]で囲むだけで学習プログラム用のデータが完成する。 For example, if “Hideyoshi Toyotomi who succeeded Oda Nobunaga destroyed the Hojo of Odawara and unified the whole country in 1590” is used as data, “Nobunaga Oda [Hideyoshi Toyotomi] who succeeded Odawara in [1590] "Hojo] has been destroyed and the whole country has been unified."

これは学習プログラム用のデータの作成方法としては最も簡単な方法である。またこのテキストファイルを元のテキストファイルに戻すには周知のテキストエディタの置換機能を用いればよい。置換前の文字列に[または]を指定し、置換後の文字列を空文字列にすれば[及び]を取り除くことができる。 This is the simplest method for creating data for a learning program. Further, in order to return the text file to the original text file, a known text editor replacement function may be used. You can remove [and] by specifying [or] for the character string before replacement and making the character string after replacement empty.

テキストファイルは、テキストエディタだけでなく、一太郎のようなワードプロセッサプログラム、エクセルのような表計算プログラム、ネットスケープナビゲータのようなブラウザでも利用可能であるから、データの互換性は高い。 Since the text file can be used not only by a text editor but also by a word processor program such as Ichitaro, a spreadsheet program such as Excel, and a browser such as Netscape Navigator, data compatibility is high.

問題文の中のどの語句が空欄問題とされるかも一目瞭然であるから利用者にとっても扱いやすい。データを作成する上での形式の制約は最小限に抑えられている。 It is easy for the user to handle because it is clear at a glance which words in the question sentence are considered blank problems. Format constraints on data creation are kept to a minimum.

また、学習プログラムのデータを作成しやすいだけでなく、プログラムを使って学習する場合の操作は「キーボード上の特定のキーを押すだけ」という最も簡単な操作である。利用者が例えば改行キーを押す毎に解答が一つ一つ空欄内に表示される。このため短時間で大量の知識を確認できる。 Further, not only is it easy to create learning program data, but the operation for learning using the program is the simplest operation of "just pressing a specific key on the keyboard". Each time the user presses a line feed key, for example, answers are displayed one by one in the blank. For this reason, a large amount of knowledge can be confirmed in a short time.

この発明の価値について以下に説明する。 The value of this invention will be described below.

第一の価値は、学習プログラムを構成するに当たって、最も簡単に作成できるデータ形式と最も簡単な操作方法を組み合わせたことである。 The first value is the combination of the simplest data format and the simplest operation method in configuring the learning program.

テキストファイルは最も簡単に作成できるファイルであり、それを学習プログラム用のデータに変換する作業が括弧記号を挿入するだけというのは最も簡単なデータファイル作成方法である。 A text file is the easiest file to create, and the simplest way to create a data file is to insert parentheses to convert it into data for a learning program.

コンピュータの操作方法としては、
キーボードで文字列を入力する(文字列入力)
キーボードで数値を入力する(数値入力)
表示された一覧から項目をマウスクリックで選択する(選択入力)
のどれかが従来から採用されて来た。
As a computer operation method,
Input a character string with the keyboard (character string input)
Entering numbers with the keyboard (numeric input)
Select an item from the displayed list with a mouse click (selection input)
One of them has been adopted from the past.

この発明のプログラムの場合、利用者は初期表示後は特定のキーを押すだけである。プログラムは次々と解答表示をし必要に応じて改ページもする。これは「固定入力」とも呼ぶべき操作で、コンピュータの操作としては最も簡単な操作である。 In the case of the program of the present invention, the user only presses a specific key after the initial display. The program will display the answers one after the other, and page breaks as necessary. This operation should be called “fixed input”, and is the simplest operation of the computer.

操作が簡単なため、利用者は短時間で大量の知識を確認し学習できる。具体的には、知識の定着が確実になると、10分間では250個の空欄問題を、1000個の空欄問題は40分程度で全問口答することが可能である。 Since the operation is simple, the user can confirm and learn a large amount of knowledge in a short time. Specifically, once the knowledge has been established, it is possible to answer 250 blank questions in 10 minutes and 1000 blank questions in 40 minutes.

これは印刷物の空欄問題集や他の入力操作を要求する他の学習プログラムでは不可能な数字である。 This is a number that is not possible with other blank programs for printed matter and other learning programs that require other input operations.

このようにデータの作成方法と作成したデータを用いての学習時のコンピュータの操作方法の両方で最も簡単であるように最適化して組み合わせたことに著しい設計上の価値がある。 In this way, there is a significant design value in optimizing and combining the data creation method and the computer operation method at the time of learning using the created data so as to be the simplest.

第二の価値は、本来は文字情報の入力に用いるキーボードを単に特定のキーを押すだけという限定的で簡単な操作方法でコンピュータを利用できるようにしている制御方法である。従来はキーボードとは、数字や文字を入力するものであったが、ただ単に特定のボタンを押し続けるという単純な使い方に限定し、その単純な動作に複数の処理を割り当てている。すなわち、解答が未表示の空欄が画面上にある場合はそれら未表示の空欄の最初の空欄内に解答表示を行い、解答が未表示の空欄が画面上にない場合は改ページの機能を割り当てている。 The second value is a control method that allows a computer to be used with a limited and simple operation method in which a keyboard that is originally used for inputting character information is simply pressed by a specific key. Conventionally, a keyboard is used to input numbers and characters. However, the keyboard is limited to a simple method of simply pressing and holding a specific button, and a plurality of processes are assigned to the simple operation. In other words, if there are blanks with no answer displayed on the screen, the answer is displayed in the first blank of those blanks, and if there is no blank with no answer on the screen, the page break function is assigned. ing.

第三の価値は、文字表示だけでなく、画像を文書中に表示できる設計であること、しかも画像の表示位置はテキストファイル中の任意の位置と大きさであり、その表示位置と表示される画像の大きさはテキストファイルを見れば視覚的に一目瞭然なことである。 The third value is not only the character display but also the design that can display the image in the document, and the display position of the image is an arbitrary position and size in the text file, and the display position is displayed. The size of the image is visually obvious when you look at the text file.

文字情報ではどうしても表現しにくい情報がある。また、文字情報に加えて画像情報があるとより効果的な印象を学習者に与えることができる。 Some text information is difficult to express. Further, when there is image information in addition to character information, a more effective impression can be given to the learner.

画像表示機能は学習ソフトの設計に当たっては必要不可欠であり、画像表示にあたって、表示される画像の位置や大きさを自由にでき、データの作成者が視覚的に簡単に画像を表示できるようにデータファイルを設計して、プログラムをそれに対応させたことは、重要な効果を生み出している。 The image display function is indispensable for designing the learning software. When displaying the image, the position and size of the displayed image can be freely set, and the data creator can easily display the image visually. Designing the file and making the program compatible with it has a significant effect.

この発明の学習プログラムを実現するプログラムは実際に「1秒1答」の名前でインターネット上でシェアウェアとして販売されており、利用者数は継続的に増加している。1秒1答用のデータファイルも販売されている。利用者からは学校の定期試験で好成績を獲得したり、資格試験に合格したことが継続的に報告されている。 The program for realizing the learning program of the present invention is actually sold as shareware on the Internet under the name of “1 answer per second”, and the number of users is continuously increasing. A data file for one answer per second is also on sale. Users have continuously reported that they have achieved good results in school regular exams and passed qualification exams.

1秒1答の弱点 1 answer per second weakness

1秒1答は、高校の科目で言えば、英語・社会・国語、理科の生物と化学には効果的な学習プログラムである。 One answer per second is an effective learning program for high school subjects in English, society, Japanese, science biology and chemistry.

しかし、数学や物理には不向きであった。数学や物理では等式やグラフを多用する。1秒1答では空欄問題として指定できるのはテキストファイル中の文字である。 However, it was not suitable for mathematics and physics. Math and physics often use equations and graphs. One answer per second can be specified as a blank question in the text file.

テキストファイルでは、
分数
累乗
平方根
ベクトル
数列の添え字
積分記号
グラフ
は表現できない。
In a text file,
Fractional power Square root Vector Sequence index Integral symbol Graph cannot be expressed.

画像の中にも空欄問題を設定する機能が数学や物理の学習のためには必要であり、この機能の実現は強く望まれた。 A function to set a blank problem in an image is necessary for learning mathematics and physics, and realization of this function was strongly desired.

特開2002−287607についてAbout JP 2002-287607

この発明は画像の中に空欄問題を設定する方法に関して述べている。開示されている方法では、教科書などの印刷物をスキャナで読み取り、文字情報も画像データとして保存する。空欄問題とする語句は、「目隠しデータ」と呼ばれる画像データで利用者に見えなくすることで制御する。 The present invention describes a method for setting a blank problem in an image. In the disclosed method, a printed matter such as a textbook is read by a scanner, and character information is also stored as image data. The word / phrase to be a blank problem is controlled by making it invisible to the user with image data called “blindfold data”.

この方法には以下の欠点がある。 This method has the following disadvantages.

第1の欠点は次の通りである。開示されている方法の「目隠しデータ」は全ての空欄部分を隠して利用者に見えなくする画像データであるが、解答を全て表示にするか、全て非表示にするかの制御しかできない。これでは学習には著しく不便である。 The first drawback is as follows. The “blindfold data” of the disclosed method is image data that hides all blank portions and makes them invisible to the user, but it can only control whether all the answers are displayed or all are hidden. This is extremely inconvenient for learning.

例えば、図2に示される積分公式の問題では、積分範囲下限のa、積分範囲上限のb、分母の6、累乗の3の順に解答を表示するのが、学習者にとっては便利である。 For example, in the problem of the integration formula shown in FIG. 2, it is convenient for the learner to display the answers in the order of the lower limit of the integration range a, the upper limit of the integration range b, the denominator 6, and the power 3.

例えば、画像の中に縦書きで箇条書きの文が複数並んでいて、それぞれの文末に空欄がある場合には、この空欄への正解の表示は右から左への順が学習者にとっては便利である。 For example, when multiple vertical bulleted sentences are arranged in the image and there is a blank at the end of each sentence, it is convenient for the learner to display the correct answer in this blank from right to left. It is.

文章内の語句を空欄とする場合は、それらの空欄が文章の先頭から現れる順に正解を表示すればよい。しかし、画像内の空欄に正解を表示する場合は、画像単位で予め決めてある順序で正解を表示する機能が不可欠である。 When words in a sentence are left blank, correct answers may be displayed in the order in which those blanks appear from the beginning of the sentence. However, when displaying the correct answer in the blank in the image, a function for displaying the correct answer in an order determined in advance for each image is essential.

普通の人は複数の空欄に対する解答を一度に答えはしない。複数空欄に対しては、一つ一つ、答え易い順に正解表示する機能を持つべきである。 Ordinary people do not answer multiple blanks at once. For multiple blanks, it should have the function of displaying correct answers one by one in the order that is easy to answer.

なぜなら、複数の空欄問題に対しては、解答しやすい順序や論理の流れに沿った順序がある場合が珍しくないからである。 This is because it is not uncommon for multiple blank questions to have an order that is easy to answer or an order that follows the flow of logic.

開示されている方法には、予め設定された表示順序で空欄内に正解を表示する制御方法がない。 The disclosed method does not have a control method for displaying correct answers in the blanks in a preset display order.

また、知識の暗記学習においては同じ問題を繰り返し解くことが有効な勉強方法である。同じ問題を繰り返し解く場合には、空欄内に正解を表示するプログラムでは、表示済みの全ての正解を一度の操作で非表示にする機能が必要である。 In memorizing knowledge, it is an effective study method to solve the same problem repeatedly. In the case of solving the same problem repeatedly, a program that displays the correct answer in the blank requires a function for hiding all displayed correct answers in one operation.

更に、単純で簡単な操作で正解表示できることが重要である。具体的には、キーボード上の特定のキーを押すような簡単な操作を繰り返すだけで、予め設定された表示順序で正解を一つ一つ表示し、必要なら改ページも行うことが望ましい。なぜなら、コンピュータ利用の最大の問題点は入力操作が面倒だから。 Furthermore, it is important that correct answers can be displayed with a simple and simple operation. Specifically, it is desirable to display correct answers one by one in a preset display order by simply repeating a simple operation such as pressing a specific key on the keyboard, and to perform a page break if necessary. This is because the biggest problem with using computers is that the input operation is troublesome.

例えば、キーボードから文字列を入力しなければならないような設計のプログラムの場合、利用者は入力操作で疲れてしまって、知識の学習よりも入力の練習になってしまう。 For example, in the case of a program designed to input a character string from a keyboard, the user gets tired of the input operation and becomes practice of input rather than learning of knowledge.

テストを実施する、つまり、利用者に解答を入力させて、入力された解答の正誤を判定するプログラムの場合は、特定のキーを押すような簡単な操作よりは複雑な入力操作が必須となるが、その場合でも選択肢一覧から解答を一つ選択するような比較的簡単な入力操作でないとテストには非効率でプログラムの効果が損なわれる。 In the case of a program that performs a test, that is, allows the user to input an answer and determines the correctness of the input answer, a complicated input operation is essential rather than a simple operation of pressing a specific key. However, even in such a case, unless the input operation is relatively simple such as selecting one answer from the list of choices, the test is inefficient and the effect of the program is impaired.

学習プログラムやテストプログラムでは、ただ単に学習やテストが「できる」だけではなく、学習やテストが「効率的にできる」のでなければならない。効率的にできるかどうかは、実際にプログラムを作成し、大量のデータを作成し、何らかの試験の勉強に利用して初めて効率的かどうかが分かるのである。 A learning program or test program must not only be able to “learn” and test, but also “learn more efficiently”. Whether it can be done efficiently can be determined only by actually creating a program, creating a large amount of data, and using it for studying some kind of exam.

空欄を含む画像を表示する学習プログラムとしては、以下の3つの条件を満足する必要がある。
(1)一つの画像内に空欄を設定できるだけでなく、空欄は複数設定できる
(2)それらの空欄には正解を表示できるだけでなく、利用者の単一の操作に応じて、予め設定された表示順序で正解を表示できる
(3)表示された正解は非表示にできるだけでなく、利用者の1回の操作で全部の正解を非表示にできる
As a learning program for displaying an image including a blank, it is necessary to satisfy the following three conditions.
(1) Not only can blanks be set in one image, but a plurality of blanks can be set. (2) Not only can a correct answer be displayed in these blanks, but a preset is set according to a single operation of the user. The correct answers can be displayed in the display order. (3) Not only the displayed correct answers can be hidden, but also all the correct answers can be hidden by one operation of the user.

このような認識には、当業者であっても頭の中で考えただけでは到達できるものではない。前述したように、実際にプログラムを作成し、様々なデータを作成し、実際の試験勉強に活用する経験を積んで初めてこのような認識に到達するのである。 Such recognition cannot be achieved even by those skilled in the art only by thinking in their heads. As mentioned above, this recognition is not reached until an actual program is created, various data are created, and the experience to be used for actual examination study is gained.

前記の3つの条件は必要不可欠の条件である。そして、この認識に到達することが、画像内空欄問題表示プログラムの設計に当たっては最も難しい点であり、この認識に到達したことが本発明の本質的な価値である。 The above three conditions are indispensable conditions. Reaching this recognition is the most difficult point in designing the image blank problem display program, and reaching this recognition is the essential value of the present invention.

第2の欠点は、文字情報まで画像ファイルに保存することである。
画像ファイルとして保存した文字情報は、テキストデータとして保存した文字情報に比べて、更新が著しく面倒な作業である。
A second drawback is that even text information is stored in an image file.
Character information stored as an image file is a task that is remarkably troublesome to update compared to character information stored as text data.

画像中の文字の一部を、他の文字に置き換える場合に、使われている文字のフォントやフォントサイズを既存の文字と一致させる必要があり、それは短時間では無理な作業である。文字のフォントや大きさが不揃いな画像ができてしまいやすい。文字の配置もずれが生じやすい。 When replacing some characters in the image with other characters, it is necessary to make the font and font size of the characters used match the existing characters, which is impossible in a short time. It is easy to create images with uneven fonts and sizes. The arrangement of characters is also likely to shift.

また、画像ファイルとして保存した文字情報は、テキストデータとして保存した文字情報のように検索ができない。 In addition, character information stored as an image file cannot be searched like character information stored as text data.

テキストデータとして保存した文字情報には、grep検索のように複数のテキストファイルにまたがる検索や正規表現による曖昧検索が可能である。 Character information stored as text data can be searched across multiple text files, such as grep search, or fuzzy search using regular expressions.

画像ファイルとして保存した文字情報では、人が画像ファイルを表示してそこに何が文字で記述してあるかを読み取るか、或いは、文字認識プログラムによって画像から文字情報を読み取ってテキスト情報を抽出して、そして検索をかけることになるが、それには膨大な時間を必要とし、認識ミスもある。保存された画像データに何が文字で記述してあるかについて調べることは実用面では現実的ではない。 For text information saved as an image file, a person displays an image file and reads what is written in the text, or reads text information from the image by a character recognition program and extracts text information. And it will search, but it takes a lot of time and there are also recognition errors. Examining what is written in the stored image data in characters is not practical in practice.

文字情報はテキストファイルで、文字で表現できない情報だけは画像情報で保存するのが、更新や検索の観点で当然であり有利であり、ファイルサイズも小さくて済む。文字情報も画像情報も全て画像として保存することは、スキャナで読み取るだけでデータが作成できる長所があるにしても、その後の利用では著しく不便で実用的でない。 Character information is a text file, and only information that cannot be expressed in characters is saved as image information. This is natural and advantageous from the viewpoint of updating and searching, and the file size can be small. Saving all character information and image information as an image is extremely inconvenient and impractical for subsequent use, even though there is an advantage that data can be created simply by reading with a scanner.

この認識も実際にプログラムを作成し、データを作成して、利用する経験があって初めて到達できる。 This recognition can also be reached only by actually creating a program, creating data, and using it.

第1の課題は、空欄を含む画像を表示する学習プログラムであって、以下の3つの条件を満足することである。
(1)一つの画像内に空欄を設定できるだけでなく、空欄は複数設定できる
(2)それらの空欄には正解を表示できるだけでなく、利用者の単一の操作に応じて、予め設定された表示順序で正解を表示できる
(3)表示された正解は非表示にできるだけでなく、利用者の1回の操作で全部の正解を非表示にできる
A first problem is a learning program that displays an image including a blank, and satisfies the following three conditions.
(1) Not only can blanks be set in one image, but a plurality of blanks can be set. (2) Not only can a correct answer be displayed in these blanks, but a preset is set according to a single operation of the user. The correct answers can be displayed in the display order. (3) Not only the displayed correct answers can be hidden, but also all the correct answers can be hidden by one operation of the user.

第2の課題は、前記第1の課題を解決するにあたって、日本特許3554742の技術に組み込み可能な技術とすることである。
この技術は米国においても米国特許第6632096号として成立済みである。
The second problem is to solve the first problem by making it a technology that can be incorporated into the technology of Japanese Patent 3554742.
This technique has already been established in the United States as US Pat. No. 6,632,096.

更にこの技術は日本国特許第3321650号及び第3493609号の技術の基礎技術でもある。 Furthermore, this technique is also a basic technique of the techniques of Japanese Patent Nos. 3321650 and 3493609.

日本特許3554742の技術に組み込み可能であれば、この基礎技術はいっそう効果的な技術になる。 If it can be incorporated into the technology of Japanese Patent No. 3554742, this basic technology will be even more effective.

第3の課題は、利用者ができるだけ簡単に理解し利用できる技術とすることである。 The third problem is to provide a technology that allows the user to understand and use as easily as possible.

第4の課題は、表示(視覚情報)だけでなくより豊かな情報を利用者に提供することである。 The fourth problem is to provide users with rich information as well as display (visual information).

上記課題を解決するために、請求項1に記載された発明は、
初期表示では1個以上の空欄を含む画像を表示し、初期表示後はそれぞれ空欄に該当する情報を表示する機能をコンピュータに実現させるためのプログラムであって、
初期表示後に、利用者の単一の入力操作に応じて、予め記録された順序にそれぞれ空欄に該当する情報を表示する機能、
を備えたことを特徴とするプログラムとする。
In order to solve the above problem, the invention described in claim 1 is:
A program for causing a computer to realize a function of displaying an image including one or more blanks in the initial display and displaying information corresponding to each blank after the initial display,
A function for displaying information corresponding to blanks in the order recorded in advance according to a single input operation by the user after the initial display,
It is set as the program characterized by having.

請求項2に記載された発明は、
空欄を含む画像情報と、それぞれの空欄に対応するインデックス情報、位置情報、該当する文字列を読み込むことを特徴とする請求項1に記載のプログラムとする。
The invention described in claim 2
The program according to claim 1, wherein image information including blanks, index information, position information, and corresponding character strings corresponding to the blanks are read.

請求項3に記載された発明は、
空欄を含む画像情報と、それぞれの空欄に対応するインデックス情報、位置情報、該当する画像を読み込むことを特徴とする請求項1に記載のプログラムとする。
The invention described in claim 3
The program according to claim 1, wherein image information including blanks, index information, position information, and corresponding images corresponding to the blanks are read.

請求項4に記載された発明は、
空欄を含む画像情報と、空欄に該当する画像が補完された画像群と、これらの画像群のインデックス情報を読み込むことを特徴とする請求項1に記載のプログラムとする。
The invention described in claim 4
The program according to claim 1, wherein image information including a blank, an image group in which an image corresponding to the blank is complemented, and index information of the image group are read.

請求項5に記載された発明は、
(あ)空欄とする文字列が特定の記号で囲まれることで指定された文字情報と、
(い)空欄を含む画像情報とその画像内空欄のインデックス情報とそれぞれの空欄に該当する情報、
を読み込んで、これらを一つの画面に表示するプログラムであって、
初期表示では(あ)の空欄文字も(い)の画像空欄も空欄で表示し、初期表示の後は利用者の単一の入力操作に応じて空欄内に該当情報を表示し、文章内の空欄の正解表示順序は文章の先頭から現れる順とし、画像内の空欄を文章内のどの空欄の次に表示するかは画像の左上の文章内における位置で決めることを特徴とするプログラムとする。
The invention described in claim 5
(A) Character information specified by enclosing a blank character string with a specific symbol,
(Ii) Image information including blanks, index information of blanks in the image, information corresponding to each blank,
Is a program that reads and displays them on one screen,
In the initial display, both (A) blank character and (I) image blank are displayed as blank, and after the initial display, the corresponding information is displayed in the blank according to the user's single input operation. The correct answer display order of the blanks is the order in which they appear from the beginning of the sentence, and the blank in the image is displayed next to which blank in the sentence is determined by the position in the upper left sentence of the image.

請求項6に記載された発明は、
画像内の空欄に該当する情報を表示する時に、その情報を読み上げる音声を出力することを特徴とする請求項1に記載のプログラムとする。
The invention described in claim 6
2. The program according to claim 1, wherein when displaying information corresponding to a blank in the image, a sound for reading out the information is output.

利用者は、単一の入力操作、例えばキーボードの改行キーを押す操作を続けるだけで、画像内の複数の空欄内に、予め設定された表示順序で、該当情報を一つ一つ表示できる。
改行キーを押すだけという操作は簡単で、1秒で5回程度は容易である。従って1秒で5個の知識を空欄内に表示することさえできる。
The user can display the corresponding information one by one in a predetermined display order in a plurality of blanks in the image only by continuing a single input operation, for example, an operation of pressing a line feed key on the keyboard.
The operation of simply pressing the line feed key is simple, and it is easy about 5 times per second. Therefore, 5 knowledges can be displayed in the blank in 1 second.

マウスで空欄を一つ一つクリックするような他の操作に比べ、これは著しく簡単な操作である。 This is a much simpler operation than other operations, such as clicking each blank with the mouse.

知識の理解や習得に好ましい順序での表示に設定できるから、論理の流れに沿った順序や暗記しやすい順序などに表示順を制御することができる。画像単位で予め表示順序を指定できることは明らかに技術的な特徴であり、有利な、必要不可欠な効果である。この課題や効果は引用例には記載がない。 Since it is possible to set the display in an order that is preferable for understanding and learning of knowledge, the display order can be controlled to an order in accordance with the flow of logic or an order that is easy to memorize. The ability to specify the display order in advance in image units is clearly a technical feature and is an advantageous and indispensable effect. This subject and effect are not described in the cited example.

更に、請求項4に記載された発明の場合は、データの作成が最も容易という長所もある。この長所については実施例3で詳しく述べる。 Further, in the case of the invention described in claim 4, there is an advantage that the creation of data is the easiest. This advantage will be described in detail in Example 3.

また、この発明は、文字情報はテキストファイルで扱い、画像情報は画像ファイルで扱い、そして、文字と画像の両方を表示する日本特許3554742の技術に組み込み可能であるから、文字は更新や検索が容易であり、画像はテキストで表現できない情報を表現するという効果が生かされたままにできる。
また、請求項6及び7に記載された発明は、空欄の該当情報を表示する時に音声でその情報を読み上げるので利用者に豊かな情報が提供される。
Further, according to the present invention, character information is handled as a text file, image information is handled as an image file, and can be incorporated into the technology of Japanese Patent No. 3554742 that displays both characters and images. It is easy, and the image can be used with the effect of expressing information that cannot be expressed in text.
In the inventions described in claims 6 and 7, when the corresponding information in the blank is displayed, the information is read out by voice so that rich information is provided to the user.

以下に実施例を挙げる。 Examples are given below.

空欄を含む画像ファイルに対して、属性としてそれぞれの空欄に対応するインデックス情報、位置情報、該当する文字列を予め記録してあるとする。 Assume that index information, position information, and a corresponding character string corresponding to each blank are recorded in advance as attributes for an image file including blanks.

例えば、図8の画像に対しては、分母の2a、平方根内の4aの順に表示するのが日本人にとっては適切と考えられる(日本語では分数は先に分母、後から分子の順で読むので)ので、以下のような属性を予め記録してあるとする。 For example, for the image in Fig. 8, it is considered appropriate for the Japanese to display the denominator 2a in the order of 4a within the square root (in Japanese, fractions are read in the order of the denominator first, followed by the numerator. Therefore, it is assumed that the following attributes are recorded in advance.

blankmax=2
blank(0).x=235
blank(0).y=151
blank(0).text="2a"
blank(1).x=352
blank(1).y=102
blank(1).text="4ac"
blankmax = 2
blank (0) .x = 235
blank (0) .y = 151
blank (0) .text = "2a"
blank (1) .x = 352
blank (1) .y = 102
blank (1) .text = "4ac"

blankmaxは画像内の空欄の個数を、xは空欄の水平方向の位置を、yは空欄の垂直方向の位置を、textは空欄に該当する文字列を表している。括弧内の0、1はインデックス情報である。 blankmax represents the number of blanks in the image, x represents the horizontal position of the blank, y represents the vertical position of the blank, and text represents the character string corresponding to the blank. 0 and 1 in parentheses are index information.

0番目の空欄は、画像の左上を原点(0,0)として(235,151)の位置にあって、空欄内の文字列は「2a」であることを示す。1番目の空欄についても同様である。 The 0th blank indicates that the upper left corner of the image is at the position (235, 151) with the origin (0, 0) as the origin, and the character string in the blank is “2a”. The same applies to the first blank.

これらの情報の記録方法は他にも様々な方式が考えられることは周知である。 It is well known that there are various other methods for recording these information.

GIFファイルやJPGファイルでは画像ファイル内に属性として文字情報も格納することができる。前期の情報は、画像ファイルの中に属性として記録することもできるし、別ファイルとして保存することもできる。 In GIF and JPG files, character information can also be stored as attributes in the image file. The information of the previous period can be recorded as an attribute in the image file, or can be saved as a separate file.

例えば、画像ファイル名を「quadratic.gif」として、対応する属性ファイルを「quadratic.ini」とすれば別ファイルとして保存できる。 For example, if the image file name is “quadratic.gif” and the corresponding attribute file is “quadratic.ini”, it can be saved as a separate file.

属性を画像ファイル内に格納する場合と、別ファイルとする場合とではそれぞれ一長一短がある。 There are merits and demerits in storing the attribute in the image file and in the case of making the file different.

属性を画像ファイル内に格納すれば、一つのファイルであるからファイル数が少なくて済み、複製や削除では取り扱いが容易である。しかし、属性を画像ファイル内に格納するには、そのための専用のプログラムを必要とし、その専用プログラムの操作方法を学習しなければならないなら利用者にとっては敷居が高い。 If the attribute is stored in the image file, the number of files is small because it is a single file, and handling is easy in duplication and deletion. However, in order to store the attributes in the image file, a dedicated program for that purpose is required, and if the user must learn how to operate the dedicated program, the threshold is high for the user.

属性を別ファイルとする場合は、例えばテキストファイルであるiniファイルとすれば、Windows(登録商標)に付属のテキストエディタ「メモ帳」などよく知られたプログラムで編集できるので利用者にとってはデータの新規作成や更新が容易である。ただし、ファイル数が多くなるのでその点では不利である。 If the attribute is a separate file, for example, if it is an ini file that is a text file, it can be edited with a well-known program such as the text editor "Notepad" that comes with Windows (registered trademark). Easy to create and update. However, this is disadvantageous because the number of files increases.

図8の画像ファイルがあって、前記のような属性情報が記録されている時、学習プログラムは以下のように情報を処理する。 When the image file of FIG. 8 exists and the attribute information as described above is recorded, the learning program processes the information as follows.

まず、初期表示では図8の画像ファイルを表示する。
次に、初期表示後に、利用者が画像内の空欄を表示する操作、例えば、キーボードの改行キーを押す、ボタンを押す、マウスをクリックする、ディスプレイに触る、音声を出すなどの操作をした時には、非表示の空欄の中の最初の空欄内に該当文字列を表示する。この処理には前記の属性情報を用いればよい。
First, in the initial display, the image file of FIG. 8 is displayed.
Next, after the initial display, when the user performs an operation to display a blank in the image, such as pressing a line feed key on the keyboard, pressing a button, clicking a mouse, touching the display, or making a sound. The corresponding character string is displayed in the first blank among the hidden blanks. The attribute information may be used for this process.

初期表示後に、利用者が画像内の空欄を全て非表示にする操作、例えば、Deleteキーを押す、マウスを右クリックするなど、をした時には、現在表示中の画像を消去し、図8の画像を再度表示すればよい。 After the initial display, when the user performs an operation to hide all blanks in the image, such as pressing the Delete key or right-clicking the mouse, the currently displayed image is deleted, and the image of FIG. May be displayed again.

これらの技術は当業者、特に画像表示のプログラミングの経験があれば比較的容易に実現できる技術である。 These techniques can be realized relatively easily by those skilled in the art, particularly if there is experience in programming image display.

日本特許3554742の技術には、この技術を基礎技術として、日本国特許第3321650号及び第3493609号の技術がある。 The technology of Japanese Patent No. 3554742 includes the technologies of Japanese Patent Nos. 3321650 and 3493609 using this technology as a basic technology.

日本国特許第3321650号は、空欄問題を表示する日本特許3554742と同じデータを用いて選択肢テスト機能を実現するプログラムである。 Japanese Patent No. 3321650 is a program that realizes an option test function using the same data as Japanese Patent No. 3554742 that displays a blank problem.

日本国特許第3493609号は、空欄問題を表示する日本特許3554742と同じデータに、選択肢ファイルを追加することによって選択肢テスト機能を実現するプログラムである。 Japanese Patent No. 3493609 is a program that realizes an option test function by adding an option file to the same data as Japanese Patent 3554742 displaying a blank problem.

実施例1の技術は、日本特許3554742の技術に組み込み可能である。
そして、空欄に該当する情報は文字列であるから、日本国特許第3321650号及び第3493609号の技術が活用可能である。つまり、画像内の空欄に正解文字列を表示するだけでなく、それぞれの空欄の近傍に選択肢一覧を表示して、利用者に解答を1個選ばせる選択肢テストが実施できる。このことは、この実施例の最大の長所である。
The technique of the first embodiment can be incorporated into the technique of Japanese Patent 3554742.
Since the information corresponding to the blank is a character string, the techniques of Japanese Patent Nos. 3321650 and 3493609 can be used. That is, not only the correct character string is displayed in the blank in the image, but also a choice test in which a list of choices is displayed in the vicinity of each blank and the user can select one answer can be performed. This is the greatest advantage of this embodiment.

前記実施例1では空欄内の情報は文字列(テキスト)であるから、分数・累乗・平方根などのテキストでは記述できない内容は空欄問題にできない欠点がある。そこで、この実施例では空欄内も画像とする。 In the first embodiment, since the information in the blank is a character string (text), contents that cannot be described in text such as fraction, power, and square root have a drawback that the blank problem cannot be made. Therefore, in this embodiment, the blank space is also an image.

空欄を含む画像ファイルに対して、属性としてそれぞれの空欄に対応するインデックス情報、位置情報、該当する画像を予め記録してあるとする。 Assume that index information, position information, and a corresponding image corresponding to each blank are recorded in advance as attributes for an image file including blanks.

例えば、図9の画像ファイル(ファイル名はquadratic.gifとする)に対しては、以下のような属性情報を予め記録してあるとする。 For example, assume that the following attribute information is recorded in advance for the image file in FIG. 9 (file name is quadratic.gif).

blankmax=2
blank(0).x=235
blank(0).y=151
blank(0).img="quadratic_1.gif"
blank(1).x=270
blank(1).y=102
blank(1).img="quadratic_2.gif"
blankmax = 2
blank (0) .x = 235
blank (0) .y = 151
blank (0) .img = "quadratic_1.gif"
blank (1) .x = 270
blank (1) .y = 102
blank (1) .img = "quadratic_2.gif"

blankmaxは画像内の空欄の個数を、xは空欄の水平方向の位置を、yは空欄の垂直方向の位置を、imgは空欄に該当する画像を表している。括弧内の0、1はインデックス情報である。 blankmax represents the number of blanks in the image, x represents the horizontal position of the blank, y represents the vertical position of the blank, and img represents the image corresponding to the blank. 0 and 1 in parentheses are index information.

更に、quadratic_1.gifのファイル名で図10の画像ファイルを、quadratic_2.gifのファイル名で図11の画像ファイルを作成してあるとする。 Furthermore, it is assumed that the image file of FIG. 10 is created with the file name of quadratic_1.gif and the image file of FIG. 11 is created with the file name of quadratic_2.gif.

言うまでもないことであるが、quadratic.gif、quadratic_1.gif、quadratic_2.gifの3つの画像ファイルと、属性情報を格納したquadratic.iniは、それぞれ別々の4個のファイルであるが、これらの4個のファイルを一つのファイルに統合することも可能である。 Needless to say, the three image files, quadratic.gif, quadratic_1.gif, and quadratic_2.gif, and quadratic.ini that stores the attribute information are four separate files. It is also possible to combine these files into one file.

これらの情報が記録されている時、学習プログラムは以下のように情報を処理する。 When these pieces of information are recorded, the learning program processes the information as follows.

まず、初期表示では図9の画像ファイルを表示する。
次に、初期表示後で、利用者が画像内の空欄を表示する操作をした時には、非表示の空欄の中の最初の空欄内に該当画像を表示する。
First, in the initial display, the image file of FIG. 9 is displayed.
Next, after the initial display, when the user performs an operation to display a blank in the image, the corresponding image is displayed in the first blank in the non-display blank.

初期表示後で、利用者が画像内の空欄を全て非表示にする操作をした時には、現在表示中の画像を消去し、図9の画像を再度表示すればよい。これらの技術は当業者、特に画像表示のプログラミングの経験があれば比較的容易に実現できる技術である。 After the initial display, when the user performs an operation to hide all the blanks in the image, the currently displayed image may be deleted and the image of FIG. 9 may be displayed again. These techniques can be realized relatively easily by those skilled in the art, particularly if there is experience in programming image display.

実施例2の技術は、日本特許3554742の技術に組み込み可能である。そして、文字では表現が困難な情報も画像として空欄内に表示できるのが実施例1にはない長所である。 The technique of the second embodiment can be incorporated into the technique of Japanese Patent No. 3554742. An advantage of the first embodiment is that information that is difficult to express with characters can be displayed in the blank as an image.

空欄を含む画像ファイルに対して、空欄に対応する画像が補完された画像群と、これらの画像群のインデックス情報が記録してあるとする。 Assume that an image group in which images corresponding to blanks are complemented and index information of these image groups are recorded for an image file including blanks.

例えば、図2の画像ファイル(ファイル名はintegral.gifとする)に対しては、
図3の画像ファイルがintegral_1.gifのファイル名で、
図4の画像ファイルがintegral_2.gifのファイル名で、
図5の画像ファイルがintegral_3.gifのファイル名で、
図6の画像ファイルがintegral_4.gifのファイル名で、
作成済みであって、これらはintegral.gifと同じフォルダ内に格納されているとする。
For example, for the image file in Figure 2 (file name is integral.gif)
The image file in Fig. 3 has the file name integral_1.gif.
The image file in Figure 4 is the file name integral_2.gif.
The image file in Figure 5 is the file name integral_3.gif.
The image file in Fig. 6 is the file name integral_4.gif.
Assume that they have been created and stored in the same folder as integral.gif.

この例では、ファイル名の中の数字がインデックス情報を兼ねている。ファイル名にアンダースコアと数字がない場合(integral.gif)はインデックス情報は0である。 In this example, the number in the file name also serves as index information. If there is no underscore and number in the file name (integral.gif), the index information is 0.

これらの情報が記録されている時、学習プログラムは以下のように情報を処理する。 When these pieces of information are recorded, the learning program processes the information as follows.

まず、初期表示では図2の画像ファイルを表示する。
次に、初期表示後で、利用者が画像内の空欄を表示する操作をした時には、非表示の空欄の中の最初の空欄内に該当画像を表示する。
First, in the initial display, the image file of FIG. 2 is displayed.
Next, after the initial display, when the user performs an operation to display a blank in the image, the corresponding image is displayed in the first blank in the non-display blank.

これには、例えば、次のように処理すればよい。
まず、integral.gifの拡張子を除くファイル名の後ろにアンダースコアと1に始まる連続番号を付けたファイル名、つまり、
integral_1.gif
integral_2.gif
integral_3.gif
(以降、同様のファイル名が作成される)
を作成し、これらのファイルを、integral.gifのあるフォルダ内に検索する。
For example, the following processing may be performed.
First, the file name excluding the extension of integral.gif, followed by an underscore and a sequential number starting with 1, that is,
integral_1.gif
integral_2.gif
integral_3.gif
(The same file name is created thereafter.)
And search for these files in the folder with integral.gif.

この例では、
integral_1.gif
integral_2.gif
integral_3.gif
integral_4.gif
までが見つかり、integral_5.gifは存在しないことがプログラムによって認識される。
In this example,
integral_1.gif
integral_2.gif
integral_3.gif
integral_4.gif
The program recognizes that integral_5.gif does not exist.

この検索から、integral.gifの空欄の個数は4個であり、その最初の空欄に正解が表示された画像はintegral_1.gifであり、2番目までの空欄に正解が表示された画像はintegral_2.gifであり、3番目までの空欄に正解が表示された画像はintegral_3.gifであり、4番目までのつまり全部の空欄に正解が表示された画像はintegral_4.gifであることが認識される。 From this search, the number of blanks in integral.gif is four, the image with the correct answer displayed in the first blank is integral_1.gif, and the image with the correct answer displayed in the second blank is integral_2. It is recognized that an image with a correct answer displayed in gif and up to the third blank is integral_3.gif, and an image with correct answers displayed in the fourth blank, that is, all of the blanks, is integral_4.gif.

プログラムは、integral_1.gif、integral_2.gif、integral_3.gif、integral_4.gifを利用して、順に、図3、図4、図5、図6を表示すれば、空欄内にインデックス情報の順序で正解が表示される。 If the program uses integral_1.gif, integral_2.gif, integral_3.gif, integral_4.gif, and displays FIG. 3, FIG. 4, FIG. 5 and FIG. 6 in order, the correct answer in the order of the index information in the blanks Is displayed.

初期表示後で、利用者が画像内の空欄を全て非表示にする操作をした時には、現在表示中の画像を消去し、図2の画像を再度表示すればよい。これらの技術は当業者、特に画像表示のプログラミングの経験があれば比較的容易に実現できる技術である。 After the initial display, when the user performs an operation to hide all blanks in the image, the currently displayed image may be deleted and the image of FIG. 2 may be displayed again. These techniques can be realized relatively easily by those skilled in the art, particularly if there is experience in programming image display.

実施例3の技術は、日本特許3554742の技術に組み込み可能である。そして、文字では表現が困難な情報も画像として空欄内に表示できる長所が実施例2の長所と同じであるが、更にデータの作成が容易という極めて重要な長所がある。 The technique of the third embodiment can be incorporated into the technique of Japanese Patent 3554742. The advantage that the information difficult to express with characters can be displayed in the blank as an image is the same as the advantage of the second embodiment. However, there is a very important advantage that the data can be easily created.

データの作成の容易さを実施例2の場合と比較して以下に説明する。
実施例2の場合のデータの作成方法は、図12を例とするならば以下のようになる。
(1)図12の画像ファイルを作成する。
(2)図12の画像を部分的に複製して、図10と図11の画像を作成し、同一の画像ファイル内か別のファイル内に格納する。
(3)図12の画像の2個の空欄について、インデックス情報を記録し、空欄長方形の左上端の位置を調べて記録する。
(4)図12から画像を部分的に消去して、図14の画像ファイルを作成する。
The ease of data creation will be described below in comparison with the case of the second embodiment.
The data creation method in the second embodiment is as follows if FIG. 12 is taken as an example.
(1) Create the image file of FIG.
(2) The image of FIG. 12 is partially duplicated to create the images of FIGS. 10 and 11 and stored in the same image file or in another file.
(3) Index information is recorded for the two blanks in the image of FIG. 12, and the position of the upper left corner of the blank rectangle is checked and recorded.
(4) The image is partially deleted from FIG. 12, and the image file of FIG. 14 is created.

実施例3の場合のデータの作成方法は、図12を例とするならば以下のようになる。
(1)図12の画像ファイルを作成する。
(2)図12から画像を部分的に消去して図13の画像ファイルを、図13から画像を部分的に消去して図14の画像ファイルを作成する。
The method of creating data in the third embodiment is as follows if FIG. 12 is taken as an example.
(1) Create the image file of FIG.
(2) The image is partially erased from FIG. 12 to create the image file of FIG. 13, and the image is partially erased from FIG. 13 to create the image file of FIG.

実施例3の場合は、
・データ作成の手順が少ない
・画像だけ編集すればよく、数値や文字の属性情報を扱わない
ので容易で簡単な作業である。この容易にデータを作成できる長所は3つの実施例の中では特に際立っている。
In the case of Example 3,
・ There are few data creation procedures. ・ Only the image needs to be edited, and it does not handle numerical or character attribute information, which is an easy and simple task. This advantage of easily creating data is particularly noticeable among the three embodiments.

従来、特に1990年以前は、メモリや記憶媒体の価格が高く、メモリや記憶媒体を節約する技術がしばしば特許の効果として謳われていた。その考え方では、実施例3の画像情報は、重複した情報を記録している点で好ましくない。図12、図13、図14で、空欄部分以外の画像情報は共通である。 In the past, especially before 1990, the price of memory and storage media was high, and technology for saving memory and storage media was often sought as a patent effect. From this viewpoint, the image information of the third embodiment is not preferable in that duplicate information is recorded. In FIG. 12, FIG. 13, and FIG. 14, the image information other than the blank portion is common.

しかし、2000年以降、パソコンが社会に広く普及するとともに、メモリや記憶媒体の価格は低下し、これらを節約する技術はあまり意味がない場合が少なくない。 However, since 2000, personal computers have become widespread in society, and the prices of memories and storage media have fallen, and the technology to save them often has little meaning.

実施例3のデータ作成では、重複する無駄な情報を持つ欠点はあっても、この欠点は取るに足らない欠点であって、この欠点を補って余りある「データ作成が簡単」という大きな長所がある。これは3つの実施例の中でも特に注目に値する。敢えて重複する無駄なデータを作成することが意外な効果を生み出している。この長所は当業者であっても実際に多数のデータを作成する経験を積まないと認識できない。 In the data creation of the third embodiment, although there is a defect that has redundant useless information, this defect is an insignificant defect. is there. This is particularly noteworthy among the three embodiments. Darefully creating redundant data has an unexpected effect. This advantage cannot be recognized by those skilled in the art unless they have the experience to actually create a large number of data.

実施例1、実施例2及び実施例3の技術は、日本特許3554742の技術に組み込み可能なことを以下に説明する。 It will be described below that the technologies of the first, second, and third embodiments can be incorporated into the technology of Japanese Patent No. 3554742.

日本特許3554742の技術では、
(1)空欄を含む文章と、
(2)文章内の任意の位置に組み込んだ画像
を初期表示する。
In the technology of Japanese Patent 3554742,
(1) a sentence including a blank,
(2) Initially display an image incorporated at an arbitrary position in the sentence.

そして、利用者が改行キーを押すなどの単一の操作に応じて、文章内の空欄内に該当文字列を一つ一つ表示する。 Then, in response to a single operation such as a user pressing a line feed key, the corresponding character strings are displayed one by one in the blank in the sentence.

図15は、日本特許3554742の技術で扱う、画像領域を2個含むテキストファイルの例である。 FIG. 15 shows an example of a text file including two image areas handled by the technology of Japanese Patent No. 3554742.

枠内がテキストファイルの中身であり、枠の左に上下に並ぶ数字21は行番号を、枠の上に水平にならぶ数字22は文字のバイト位置を示す。 The inside of the frame is the contents of the text file. The numbers 21 arranged vertically on the left of the frame indicate the line number, and the numbers 22 aligned horizontally on the frame indicate the byte position of the character.

この例では、文章内の空欄を指定する記号は[ ]であり、画像領域を指定する記号は{ }である。 In this example, the symbol specifying the blank in the sentence is [], and the symbol specifying the image area is {}.

第1の画像領域は、「2行1バイト目の括弧始め{ 11」と「10行6バイト目の括弧終わり} 13」を対角線とする長方形の領域で、この領域にはimg1.gifのファイル名の画像ファイルが表示されることを示す。 The first image area is a rectangular area with diagonal lines starting from "2nd line, 1st byte parenthesis {11" and "10th line, 6th byte parenthesis end} 13". This area contains the file img1.gif. Indicates that a name image file is displayed.

第2の画像領域は、「4行8バイト目の括弧始め{ 12」と「8行13バイト目の括弧終わり} 14」を対角線とする長方形の領域で、この領域にはimg2.gifのファイル名の画像ファイルが表示されることを示す。 The second image area is a rectangular area with diagonal lines starting from "4th line, 8th byte bracket start {12" and "8th line, 13th byte bracket end} 14". Indicates that a name image file is displayed.

日本特許3554742の技術の学習プログラムは、前記の第1第2の画像領域以外では、記述されている文字はそのまま表示するが、[ ]で囲まれている文字のeelとsquidは初期表示では表示しないで、この位置に空欄を表示する。 The learning program of the technology of Japanese Patent No. 3554742 displays the described characters as they are except in the first and second image areas, but the characters eel and squid enclosed in [] are displayed in the initial display. Don't, display a blank at this position.

本発明の技術をこの技術に組み込むと、空欄は文章内と画像内の両方に表示される。 When the technique of the present invention is incorporated into this technique, blanks are displayed both in text and in images.

この場合の空欄内の該当情報の表示順序は、
(a)文章内の空欄については、空欄が文章の先頭から現れる順
(b)画像内の空欄については、属性ファイルや画像ファイル名で設定された順
(c)画像内の空欄と、文章内の空欄との順序は、画像の左上の位置が文章内のどの位置かで順序を決める。
In this case, the display order of the corresponding information in the blank is as follows:
(A) For blanks in a sentence, the order in which blanks appear from the beginning of the sentence (b) For blanks in an image, in the order set by the attribute file or image file name (c) Blanks in the image and in the sentence The order of the blank space is determined by the position in the sentence where the upper left position of the image is.

例えば、図15のテキストファイルでは、
画像は、
2行1バイト目
4行8バイト目
にある。
For example, in the text file of FIG.
The image
2nd row, 1st byte, 4th row, 8th byte.

文章中の空欄は、
2行19バイト目
4行25バイト目
にある。
Blanks in the text
2nd row, 19th byte, 4th row, 25th byte.

これらの位置情報から、
2行 1バイト目の画像内の空欄、
2行19バイト目の空欄、
4行 8バイト目の画像内の空欄、
4行25バイト目の空欄、
の順に該当する空欄情報を表示すればよい。
From these location information,
2nd row, blank in the 1st byte image,
2nd line, 19th byte blank,
4th row, blank in the 8th byte image,
4th row, 25th byte blank,
The corresponding blank information may be displayed in the order of.

画像内に空欄が複数ある場合は、その画像内では、それぞれの画像の空欄のインデックス情報の順序に表示する。
従って本発明の技術は日本特許3554742の技術に組み込み可能である。
When there are a plurality of blanks in the image, the images are displayed in the order of the index information in the blank of each image.
Therefore, the technology of the present invention can be incorporated into the technology of Japanese Patent No. 3554742.

次に、画像内の空欄に該当情報を表示する時に音声を出力する方法を以下に説明する。
実施例1では、空欄の該当情報は、
blank(0).text="2a"
blank(1).text="4ac"
である。
従って、
2a.wav
4ac.wav
のファイル名で「2a」「4ac」を読み上げる音声のファイルを用意して、「2a」「4ac」を表示する時にそれぞれ2a.wav、4ac.wavを再生する。

実施例2では、空欄の該当情報は、
blank(0).img="quadratic_1.gif"
blank(1).img="quadratic_2.gif"
である。
従って、
quadratic_1.wav
quadratic_2.wav
のファイル名でその情報を読み上げる音声のファイルを用意して、quadratic_1.gifやquadratic_2.gifを表示する時にそれぞれquadratic_1.wav、quadratic_2.wavを再生する。

実施例3では、空欄の該当情報は、
integral_1.gif
integral_2.gif
integral_3.gif
integral_4.gif
である。
従って、
integral_1.wav
integral_2.wav
integral_3.wav
integral_4.wav
のファイル名でその情報を読み上げる音声のファイルを用意して、画像ファイルを表示する時に対応する音声ファイルも再生すればよい。
このように空欄に該当する情報を表示する時には、その表示情報に対応した音声ファイルを用意しておけば、空欄情報を音声でも出力することができる。
Next, a method of outputting sound when displaying the corresponding information in the blank in the image will be described below.
In Example 1, the corresponding information in the blank is
blank (0) .text = "2a"
blank (1) .text = "4ac"
It is.
Therefore,
2a.wav
4ac.wav
Prepare a sound file that reads “2a” and “4ac” with the file names of 2a.wav and 4ac.wav, respectively, when “2a” and “4ac” are displayed.

In Example 2, the corresponding information in the blank is
blank (0) .img = "quadratic_1.gif"
blank (1) .img = "quadratic_2.gif"
It is.
Therefore,
quadratic_1.wav
quadratic_2.wav
Prepare an audio file that reads the information with the file name of, and play quadratic_1.wav and quadratic_2.wav respectively when displaying quadratic_1.gif and quadratic_2.gif.

In Example 3, the corresponding information in the blank is
integral_1.gif
integral_2.gif
integral_3.gif
integral_4.gif
It is.
Therefore,
integral_1.wav
integral_2.wav
integral_3.wav
integral_4.wav
It is sufficient to prepare an audio file that reads out the information with the file name, and to reproduce the corresponding audio file when displaying the image file.
When information corresponding to a blank is displayed in this way, blank information can be output by voice if an audio file corresponding to the display information is prepared.

なおこの明細書では、ファイルのデータ構造やファイルの統合と分割についてかなり詳しく記述したが、細かな変形及び改良は無数に容易に考えられることは周知である。 In this specification, the data structure of the file and the integration and division of the file have been described in considerable detail, but it is well known that numerous modifications and improvements can be easily considered.

例えば、実施例1の画像内空欄の属性情報には、文字列のフォント情報を加える改良や、文字列単位でなく文字単位にフォント情報を設定する変形が考えられる。 For example, for the attribute information of the blank in the image according to the first embodiment, an improvement in which font information of a character string is added or a modification in which font information is set in character units instead of character string units can be considered.

実施例2では、空欄内部に用いられる画像ファイルを、一括して特定のフォルダ内で管理し、このフォルダを全ての空欄含有画像ファイルで共有して参照する変形が考えられる。 In the second embodiment, an image file used in the blank space may be collectively managed in a specific folder, and this folder may be shared and referenced by all blank space-containing image files.

実施例3では、インデックス情報をファイル名以外に持たせる変形が考えられる。
例えば、属性ファイルを独立させて、その中にインデックス情報とそれぞれのインデックスに対応するファイル名を記載する変形、その属性ファイルをファイル単位に管理するのでなく、データベース(単一のファイル)で集中的に管理する変形などが考えられる。
In the third embodiment, a modification in which index information other than the file name is provided can be considered.
For example, the attribute file is made independent and the index information and the file name corresponding to each index are written in the attribute file. The attribute file is not managed in units of files, but concentrated in the database (single file). It can be considered to be a modification to manage.

画像の左上の位置を利用する処理の他に、画像の中央の位置を利用する処理も考えられる。 In addition to processing using the upper left position of the image, processing using the center position of the image is also conceivable.

つまり、扱う情報については、
・扱う情報の数を増やす
・扱う情報の一部を変える
・扱う情報の管理単位を変える(ファイルの統合や分割)
・扱う情報の共有化
・扱う情報をデータベースで一括して管理する
・扱う情報を暗号化する
の変形が考えられる。
利用者の操作については、
・入力装置の変更
・操作方法の変更
が考えられる。
表示についても、
・空欄を長方形で表示する
・空欄を下線で表示する
・空欄を立体的なテキストボックスで表示する
などの変形が考えられる。
これらの変形は当業者には非常に簡単である。
In other words,
-Increase the number of information to be handled-Change some of the information to be handled-Change the management unit of information to be handled (file integration and division)
・ Sharing information to be handled ・ Managing information to be handled in a database in a batch ・ Encrypting information to be handled can be modified.
For user operations,
・ Change of input device and operation method can be considered.
As for the display,
・ Variations such as displaying the blank as a rectangle, displaying the blank as an underline, and displaying the blank as a three-dimensional text box are possible.
These variations are very simple to those skilled in the art.

このような変形は小さな変形であり、部分的な置換、部分的な機能の削除は当業者には当然のようにできてしまう。少しの違いを考えるのは極めて容易なことであり、それらの少しの違いは無数に考えられ、その全てを記述することは不可能である。 Such a modification is a small modification, and partial replacement and partial function deletion can be naturally performed by those skilled in the art. It is very easy to think of a few differences, and there are countless differences, and it is impossible to describe all of them.

変形や置換が容易であって、少しの違いしかなく、その違いによる効果の差が小さいなら、本発明とはほとんど同じ効果であり、本発明とは事実上「均等」である。 If the deformation and replacement are easy and there are only a few differences and the difference in effect due to the difference is small, the effect is almost the same as that of the present invention, and the present invention is effectively “equivalent”.

少しの変形を行っただけの模倣製品が裁判所で侵害と判断されないようなら、特許を取ることは無意味なものとなり、特許制度そのものも無意味となって、技術開発をする意味がなくなり、ソフトウェア産業の活性化を阻害することになる。 If a counterfeit product that has only undergone a slight modification is not judged as infringement by the court, it would be meaningless to take a patent, the patent system itself would be meaningless, and there would be no sense of technical development, software It will hinder industrial activation.

以上のように、本発明に係わるコンピュータ利用学習プログラムによれば、
(1)一つの画像内に空欄を設定できるだけでなく、空欄は複数設定できる
(2)それらの空欄には正解を表示できるだけでなく、利用者の単一の操作に応じて、予め設定された表示順序で正解を表示できる
(3)表示された正解は非表示にできるだけでなく、利用者の1回の操作で全部の正解を非表示にできる、とういう機能すなわち効果があり特徴でもある。
As described above, according to the computer-based learning program according to the present invention,
(1) Not only can blanks be set in one image, but a plurality of blanks can be set. (2) Not only can a correct answer be displayed in these blanks, but a preset is set according to a single operation of the user. The correct answer can be displayed in the display order. (3) The displayed correct answer can be hidden, and all the correct answers can be hidden by a single operation of the user.

文字情報だけを扱うプログラムは画像が表示できず、画像情報だけを扱うプログラムは文字情報の更新や検索が容易にはできない。 A program that handles only character information cannot display an image, and a program that handles only image information cannot easily update or search for character information.

本発明では、文字はテキストファイルで、画像は画像ファイルで扱う日本特許3554742の技術のプログラムに組み込み可能であるから、文字情報の更新や検索が容易で、画像内に空欄問題を表示可能である。 In the present invention, since characters are text files and images can be incorporated into the technology program of Japanese Patent No. 3554742 that handles images, it is easy to update and search for character information and display blank problems in images. .

これまで数学や物理の分野ではコンピュータ利用の学習プログラムは殆どなく、あるのはグラフを描くような、視覚的に面白い効果を狙った趣味レベルのものでしかなかった。 So far, there have been few computer-based learning programs in the fields of mathematics and physics, and there have been only hobbies aimed at visually interesting effects such as drawing graphs.

数学や物理には暗記すべき公式や定理が多いが、これらの理解と暗記を目的とした空欄問題表示プログラムはほとんど市販されていなかった。等式やグラフがテキストファイルでは扱えないからである。 There are many formulas and theorems that should be memorized in mathematics and physics, but there are few blank problem display programs on the market for the purpose of understanding and memorizing these. This is because equations and graphs cannot be handled by text files.

しかし、今後は数学や物理についても、等式やグラフを用いて、定理や公式についても盛んにコンテンツ(データ)が作成され、これらの分野でもコンピュータ教育産業が活性化すると考えられる。 In the future, however, content (data) will be actively created for theorems and formulas in mathematics and physics using equations and graphs, and the computer education industry will be activated in these fields as well.

請求項4(実施例3)の学習プログラムでは、加えて、データが視覚的に分かりやすく、コンピュータの専門家でない一般の人でもデータの作成を簡単にできる。 In the learning program of claim 4 (Example 3), in addition, the data is easy to understand visually, and even a general person who is not a computer expert can easily create the data.

おいしい料理は五感で味わうという。本当においしい料理は、見て美しく、香りよく、歯ざわり食感がよく、味がよく、食べるとおいしそうな音がするという。
学習も見る(視覚)だけでなく、書いたり(運動感覚)声に出して読む(運動感覚と聴覚)といっそう効果があることが知られている。空欄の該当情報を表示するだけでなく、音声でも出力することは、利用者の学習経験の印象を強める効果があることは疑いの余地がない。
音声出力の機能を追加したプログラムとデータを作成し試用してみると、「面白い」「学習がすぐ終わる」「女性の声が魅力的」などの感想が出て好評であった。
Delicious food is said to be tasted with the five senses. A really delicious dish is said to be beautiful, fragrant, crispy, tasty, and delicious when eaten.
It is known that not only learning (sight) but also writing (motor sense) and reading aloud (motor sense and hearing) are more effective. There is no doubt that outputting not only the corresponding information in the blank but also sound will have the effect of enhancing the impression of the user's learning experience.
When I created a program and data with an added voice output function and tried it out, I received a lot of comments, such as “interesting”, “learning was just finished” and “female voice is attractive”.

テキストファイルでは表現できない積分記号・分数・累乗を含む数式の画像Mathematical images containing integral symbols, fractions, and powers that cannot be represented in a text file 図1の画像から作成した空欄を含む画像An image including a blank created from the image of FIG. 図2の画像の表示すべき最初の空欄内に正解を表示した画像An image in which the correct answer is displayed in the first blank of the image shown in FIG. 図2の画像の表示すべき2番目までの空欄内に正解を表示した画像Image displaying correct answer in the second blank to be displayed in the image of FIG. 図2の画像の表示すべき3番目までの空欄内に正解を表示した画像Image displaying correct answer in the third blank to be displayed in the image of FIG. 図2の画像の全ての空欄内に正解を表示した画像Image showing correct answers in all blanks in the image of FIG. テキストファイルでは表現できない分数・累乗・平方根を含む数式の画像Formula images that contain fractions, powers, and square roots that cannot be represented in a text file 図7の画像から作成した空欄を含む画像An image including a blank created from the image of FIG. 図7の画像から作成した空欄を含む画像An image including a blank created from the image of FIG. 図12の画像を部分的に複写して作成した画像An image created by partially copying the image of FIG. 図12の画像を部分的に複写して作成した画像An image created by partially copying the image of FIG. テキストファイルでは表現できない画像Images that cannot be represented by text files 図12の画像を部分的に消去して作成した画像An image created by partially erasing the image of FIG. 図13の画像を部分的に消去して作成した画像An image created by partially erasing the image of FIG. 日本特許3554742の技術で扱う、画像領域を2個含むテキストファイルの例。An example of a text file including two image areas handled by the technology of Japanese Patent 3554742.

符号の説明Explanation of symbols

11 括弧始め {
12 括弧始め {
13 括弧終わり }
14 括弧終わり }
21 行番号を表す数字
22 バイト位置を表す数字
11 Opening parenthesis {
12 Opening parenthesis {
13 End of parenthesis}
14 End of parenthesis}
21 Number representing line number
Number representing 22 byte position

Claims (6)

初期表示では1個以上の空欄を含む画像を表示し、初期表示後はそれぞれ空欄に該当する情報を表示する機能をコンピュータに実現させるためのプログラムであって、
利用者の単一の入力操作に応じて、予め記録された順序で、画像内の空欄に該当する情報を表示する機能、
を備えたことを特徴とするプログラム。
A program for causing a computer to realize a function of displaying an image including one or more blanks in the initial display and displaying information corresponding to each blank after the initial display,
A function for displaying information corresponding to blanks in an image in a pre-recorded order in accordance with a single input operation by a user;
A program characterized by comprising:
空欄を含む画像情報と、それぞれの空欄に対応するインデックス情報、位置情報、該当する文字列を読み込むことを特徴とする請求項1に記載のプログラム。 2. The program according to claim 1, wherein image information including blanks, index information corresponding to each blank, position information, and a corresponding character string are read. 空欄を含む画像情報と、それぞれの空欄に対応するインデックス情報、位置情報、該当する画像を読み込むことを特徴とする請求項1に記載のプログラム。 The program according to claim 1, wherein image information including blanks, index information, position information, and corresponding images corresponding to the blanks are read. 空欄を含む画像情報と、空欄に該当する画像が補完された画像群と、これらの画像群のインデックス情報を読み込むことを特徴とする請求項1に記載のプログラム。 The program according to claim 1, wherein image information including a blank, an image group in which an image corresponding to the blank is complemented, and index information of the image group are read. (あ)空欄とする文字列が特定の記号で囲まれることで指定された文字情報と、
(い)空欄を含む画像情報とその画像内空欄のインデックス情報とそれぞれの空欄に該当する情報、
を読み込んで、これらを一つの画面に表示するプログラムであって、
初期表示では(あ)の空欄文字も(い)の画像空欄も空欄で表示し、初期表示の後は利用者の単一の入力操作に応じて空欄内に該当情報を表示し、文章内の空欄の正解表示順序は文章の先頭から現れる順とし、画像内の空欄を文章内のどの空欄の次に表示するかは画像の左上の文章内における位置で決めることを特徴とするプログラム。
(A) Character information specified by enclosing a blank character string with a specific symbol,
(Ii) Image information including blanks, index information of blanks in the image, information corresponding to each blank,
Is a program that reads and displays them on one screen,
In the initial display, both (A) blank character and (I) image blank are displayed as blank, and after the initial display, the corresponding information is displayed in the blank according to the user's single input operation. The correct answer display order of the blanks is the order in which they appear from the beginning of the sentence, and which blank part in the sentence is to be displayed next is determined by the position in the upper left sentence of the image.
画像内の空欄に該当する情報を表示する時に、その情報を読み上げる音声を出力することを特徴とする請求項1に記載のプログラム。 The program according to claim 1, wherein when information corresponding to a blank in an image is displayed, a sound for reading out the information is output.
JP2005040956A 2004-02-20 2005-02-17 Learning program of blank problem style utilizing computer Pending JP2005266796A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005040956A JP2005266796A (en) 2004-02-20 2005-02-17 Learning program of blank problem style utilizing computer

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2004043814 2004-02-20
JP2005040956A JP2005266796A (en) 2004-02-20 2005-02-17 Learning program of blank problem style utilizing computer

Publications (1)

Publication Number Publication Date
JP2005266796A true JP2005266796A (en) 2005-09-29

Family

ID=35091337

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005040956A Pending JP2005266796A (en) 2004-02-20 2005-02-17 Learning program of blank problem style utilizing computer

Country Status (1)

Country Link
JP (1) JP2005266796A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007032527A1 (en) 2005-09-14 2007-03-22 Canon Kabushiki Kaisha Mailing ink, mailing ink tank using the ink, mailing ink jet recording method, and mailing ink jet recording device
KR101130511B1 (en) 2010-07-22 2012-03-28 두산동아 주식회사 Touch screen device and character input method thereof

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007032527A1 (en) 2005-09-14 2007-03-22 Canon Kabushiki Kaisha Mailing ink, mailing ink tank using the ink, mailing ink jet recording method, and mailing ink jet recording device
KR101130511B1 (en) 2010-07-22 2012-03-28 두산동아 주식회사 Touch screen device and character input method thereof

Similar Documents

Publication Publication Date Title
Landow What's a critic to do? Critical theory in the age of hypertext
Newton et al. Teaching science with ICT
US20070112554A1 (en) System of interactive dictionary
Siker Liquid scripture: The Bible in a digital world
Pearson et al. Designing for digital reading
Hémard Design principles and guidelines for authoring hypermedia language learning applications
Anderson-Inman et al. Learning from text in a post-typographic world
Manning et al. Kirrkirr: Software for browsing and visual exploration of a structured Warlpiri dictionary
Gailey Teaching attentive reading and motivated writing through digital editing
JP2005266796A (en) Learning program of blank problem style utilizing computer
Haramundanis Learnability in information design
Hillesund Many outputs—many inputs: XML for publishers and e-book designers
Hall Participatory Design in Digital Language Documentation: A Web Platform Approach
JP2003029612A (en) Learning system
Stancliffe Video annotation for the articulation and transmission of dance and movement knowledge
Ortega Intersections of New Media and Narratives: The Enhanced Ebook Reading Experience
Shillingsburg The dank cellar of electronic texts
Murphy Intermediality: experiencing the virtual text
Becker Encyclopedias on CD-ROM: Two orders of magnitude more than any other educational software has ever delivered before
Biskub Applied and Computational Linguistics
Orlandi et al. European studies on formal methods in the humanities
Ochab Randall Munroe’s thing explainer: The tasks in translation of a book which explains the world with images
Priki Unlocking Poliphilo’s Dream: Towards a digital scholarly edition of the Hypnerotomachia Poliphili
Hula et al. Digital Transliteration of Pegon Arabic Orthography for Language Preservation in Gorontalo Manuscripts
Barlow Computers and ESL in Higher Education. An Introduction for Teachers.

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050708

A02 Decision of refusal

Effective date: 20051011

Free format text: JAPANESE INTERMEDIATE CODE: A02