JP2007041179A - Method for evaluating answer to math examination - Google Patents

Method for evaluating answer to math examination Download PDF

Info

Publication number
JP2007041179A
JP2007041179A JP2005223718A JP2005223718A JP2007041179A JP 2007041179 A JP2007041179 A JP 2007041179A JP 2005223718 A JP2005223718 A JP 2005223718A JP 2005223718 A JP2005223718 A JP 2005223718A JP 2007041179 A JP2007041179 A JP 2007041179A
Authority
JP
Japan
Prior art keywords
answer
correct
mathematical
examination
correct answer
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.)
Granted
Application number
JP2005223718A
Other languages
Japanese (ja)
Other versions
JP4867056B2 (en
Inventor
Hisashi Yokota
壽 横田
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.)
Hiroshima Industrial Promotion Organization
Original Assignee
Hiroshima Industrial Promotion Organization
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 Hiroshima Industrial Promotion Organization filed Critical Hiroshima Industrial Promotion Organization
Priority to JP2005223718A priority Critical patent/JP4867056B2/en
Publication of JP2007041179A publication Critical patent/JP2007041179A/en
Application granted granted Critical
Publication of JP4867056B2 publication Critical patent/JP4867056B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Electrically Operated Instructional Devices (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To reduce the burden of a creator in creating description type examinations by making a correct solution to be automatically generated from a examination, by making it possible to make correct/incorrect judgement even when the arrangement of character strings in the correct solution is different from that in the answer, and by making it sufficient to prepare only one correct solution even when there exist several ways to describe the correct solution. <P>SOLUTION: A method for evaluating an answer to a math examination comprises: an examination generation means for generating a description type math examination on a computer; a correct solution generation means for generating just one solution to the examination; an examination display means for displaying the examination; an answer input means for a user to input an answer; a correct/incorrect judgement means which recognizes the correct solution and the answer, and calculates and compare the results of assigning a numeric value to the correct solution and to the answer; and a judgement result display means for displaying the result in the correct/incorrect judgement means. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、コンピュータを用いた数学の記述式演算問題の正解と利用者の解答とを評価する方法に関し、特に整数係数多項式、有理数係数多項式、有理関数、多項式以外の標準数学関数の場合における正解と解答との正誤判定をある数値を代入して行う方法に関するものである。   The present invention relates to a method for evaluating a correct answer of a mathematical description formula calculation problem using a computer and a user's answer, and particularly in the case of an integer coefficient polynomial, a rational coefficient polynomial, a rational function, and a standard mathematical function other than a polynomial. It is related to a method of performing correct / incorrect determination of answer and answer by substituting a certain numerical value.

近年、教育分野におけるインターネット等のIT技術が発達し、コンピュータを用いた授業の導入が増えてきている。   In recent years, IT technology such as the Internet in the education field has been developed, and the introduction of classes using computers has been increasing.

従来のコンピュータを用いた正誤判定付き記述式演習問題では、演習問題の作成者は問題の作成に加えて正解や解法も作成していた。また、別解や正解となる解法が複数存在する場合には、全ての別解や解法を事前に正解データとして登録する必要があった。例えば、正解データと答案データとの正誤判断機能を持つ学習支援装置において、正誤判断により解答者の答案が正解と判断され、かつその答案内容が他と異なる答案データの場合には、前記答案の内容を模範解答としてサーバーへ登録する。それにより、作成者が予め解法データを用意しなくても解法に関する情報を提供できる技術が特許文献1に記載されている。   In a descriptive exercise with correct / incorrect judgment using a conventional computer, the creator of the exercise creates not only a problem but also a correct answer and a solution. Further, when there are a plurality of different solutions and correct solutions, it is necessary to register all the different solutions and solutions as correct data in advance. For example, in a learning support apparatus having a correct / incorrect judgment function between correct answer data and answer data, if the answer of the answerer is determined to be correct by correct / incorrect judgment, and the answer content is different from the other answer data, Register the contents as a model answer to the server. Thus, Patent Document 1 discloses a technique that can provide information on a solution without preparing the solution data in advance by the creator.

また、演習問題等の設問中で扱う数値や文字列を変更可能な単位に分割して表計算ソフトのセル上に配置し、パターン値に従って設問中の数値や文字列を変更可能とするプログラムや設問の解を与えるプログラムや解答値と解を突き合わせて解答値を評価するプログラムを有する学習装置において、左辺には数式問題を割り当て右辺には解答欄を割り当てた場合、解答値は左辺のセル間の演算式で求められる。更にセルに対応した式変更プログラムを仕組むことにより、一つの演習問題を幾つものパターンに変化させて繰り返し学習できる技術が特許文献2に記載されている。
特開2004−093915号公報 特開2005−084405号公報
In addition, a program or program that divides numerical values and character strings handled in questions such as exercises into units that can be changed and places them on spreadsheet software cells, and changes the numerical values and character strings in question according to pattern values. In a learning device that has a program that gives an answer to a question and a program that evaluates the answer value by matching the answer value with the answer, if the mathematical problem is assigned to the left side and the answer field is assigned to the right side, the answer value is between cells on the left side. It is calculated by the following equation. Further, Patent Document 2 discloses a technique that allows a single exercise problem to be changed into several patterns and repeatedly learned by setting up a formula change program corresponding to a cell.
JP 2004-093915 A Japanese Patent Laid-Open No. 2005-084405

しかしながら、上記の如く従来のコンピュータを用いた正誤判定付き記述式演習問題では、正解と解答の正誤判定を行う為に、作成者は問題の作成だけでなく正解や解法も作成しなければならなかった。そして正解や解法が複数存在する場合には、全ての正解や解法を予めサーバーへ登録しておく必要があり、作成者の負担が増えるという問題点があった。   However, as described above, in a descriptive exercise with correct / incorrect judgment using a conventional computer as described above, in order to make correct / incorrect correct / incorrect answers, the creator must create not only the problem but also the correct answer / solution. It was. When there are a plurality of correct answers and solutions, it is necessary to register all correct answers and solutions in the server in advance, which increases the burden on the creator.

また、正解と解答の正誤判定を文字列の並びの一致により判定していた為、解答の並びが正解の並びと異なる場合には正しい判定ができないという問題があった。そして、文字列の一致で正誤判定を行う為、表記の規則とコンピュータ内のライブラリに恒等式を用意しなければならず、ライブラリの呼び出しに時間がかかり正誤判定の時間が長くなるという問題もあった。   In addition, since the correct / incorrect determination of the correct answer and the answer is determined by matching the character string sequence, there is a problem that the correct determination cannot be made when the answer sequence is different from the correct answer sequence. In addition, in order to make a correct / incorrect determination by matching the character strings, it is necessary to prepare notation rules and identities in the library in the computer, and there is a problem that it takes time to call the library and it takes a long time for correct / incorrect determination. .

更にまた、正解や解答に関数式や多項式を含むと正誤判定が行えないという問題があった。   Furthermore, there is a problem that correctness / incorrectness determination cannot be made if the correct answer or answer includes a functional expression or polynomial.

更にまた、正解と解答の一致を証明するには、全ての点において両者が一致することを確認する必要があり、手間がかかるという問題があった。   Furthermore, in order to prove the agreement between the correct answer and the answer, it is necessary to confirm that the two match at all points, which is troublesome.

最後に、正誤判定付き記述式演習問題で扱える問題のレベルの向上や、正誤判定の精度の向上が望まれていた。   Finally, there has been a demand for an improvement in the level of problems that can be handled in a descriptive exercise problem with correct / incorrect determination, and an improvement in the accuracy of correct / incorrect determination.

本発明は、上述した問題点に鑑みて為されたものであり、コンピュータ上に数学の記述式演習問題を生成する問題生成手段と、該演習問題の正解を一つだけ生成する正解生成手段と、前記コンピュータ上に前記演習問題を表示する問題表示手段と、利用者が解答を入力する解答入力手段と、前記正解と前記解答とを認識し、両者にある数値を代入して計算した結果を算出し、その結果を比較する正誤判定手段と、前記正誤判定手段での結果の一致または不一致により正答または誤答を表示する判定結果表示手段とを有することで解決するものである。   The present invention has been made in view of the above-described problems. Problem generating means for generating a mathematical descriptive exercise problem on a computer and correct answer generating means for generating only one correct answer of the exercise problem The problem display means for displaying the exercise problem on the computer, the answer input means for the user to input the answer, the correct answer and the answer are recognized, and the result obtained by substituting the numerical values in both is calculated. The problem is solved by having a correct / incorrect determination means for calculating and comparing the results, and a determination result display means for displaying a correct answer or an incorrect answer depending on whether the results in the correct / incorrect determination means match.

また前記正解および前記解答は関数式で表示されることを特徴とするものである。   In addition, the correct answer and the answer are displayed as functional expressions.

更にまた、前記正解生成手段は、問題を入力することにより自動的に生成されることを特徴とするものである。   Furthermore, the correct answer generating means is automatically generated by inputting a question.

更にまた、前記ある数値は、有理数であり、かつ最下位の値が10と互いに素の数であることを特徴とするものである。   Furthermore, the certain numerical value is a rational number, and the lowest value is 10 and a relatively prime number.

更にまた、前記正誤判定手段は、整数係数多項式、有理数係数多項式、有理関数、多項式以外の標準数学関数の場合に判定を行えることを特徴とするものである。   Further, the correctness / incorrectness determination means is characterized in that the determination can be made in the case of a standard mathematical function other than an integer coefficient polynomial, a rational number coefficient polynomial, a rational function, and a polynomial.

上述したように、本発明の数学問題解答評価方法は、数学の記述式演習問題を生成する問題生成手段と、正解を1つだけ入力する正解生成手段と、コンピュータに問題を表示する問題表示手段と、利用者が入力する解答入力手段と、正解と解答を認識し両者にある数値を代入した結果を比較する正誤判定手段と、正誤判定手段の結果を表示する判定結果表示手段とを備えることにより、正解が問題から自動的に生成される。そして、正解と解答の文字列の並びが異なった場合でも正誤判定を行うことができるので、正解の記載が複数存在してもただ1つ準備すればよく、作成者は問題の作成に集中することができる。これにより、作成者の記述式演習問題における負担を軽減させることができる。   As described above, the mathematical problem answer evaluation method according to the present invention includes a problem generating means for generating a mathematical description formula exercise problem, a correct answer generating means for inputting only one correct answer, and a problem display means for displaying a problem on a computer. And an answer input means for the user to input, a correct / incorrect determination means for comparing the result of recognizing the correct answer and the answer and substituting numerical values in both, and a determination result display means for displaying the result of the correct / incorrect determination means Thus, a correct answer is automatically generated from the problem. And even if the correct answer and the answer string are different, correct / incorrect determination can be made, so even if there are multiple correct answer descriptions, only one is prepared, and the creator concentrates on creating the question be able to. As a result, the burden on the creator's descriptive exercise problem can be reduced.

例えば、正解と解答にある数値を代入した結果を比較して正誤判定を行うことにより、正解や解答に関数式や多項式を含むことができる。すなわち、関数式とは整数係数多項式、有理数係数多項式、有理関数、多項式以外の標準数学関数をいう。これにより、演習問題の出題の幅が広がり、高等レベルの演習問題が出題できる。   For example, by comparing the result of substituting numerical values in the correct answer and the answer to make a correct / incorrect determination, the correct answer or the answer can include a functional expression or a polynomial. That is, the function expression means an integer coefficient polynomial, a rational coefficient polynomial, a rational function, or a standard mathematical function other than a polynomial. As a result, the range of exercise questions can be expanded and higher level exercises can be asked.

また例えば、ある数値を有理数であり、かつ最下位の値が10と互いに素の数とすることにより、正解と解答を一点の値のみで比較することができる。これにより、正誤判定において数式処理を行う必要がなく、全て数値計算で済むため、処理の高速化および計量化が図れ、正誤判定の精度も向上する。   Further, for example, when a certain numerical value is a rational number and the lowest value is a relatively prime number with 10, the correct answer and the answer can be compared with only one value. As a result, it is not necessary to perform mathematical formula processing for correct / incorrect determination, and all numerical calculations can be performed. Therefore, the processing can be speeded up and quantified, and the accuracy of correct / incorrect determination is improved.

更に、正誤判定は大半のプログラミング言語に標準で備わっている標準数学関数で判定できる為、ライブラリから恒等式を呼び出す場合と比較して、処理速度は高速である。   Furthermore, the correctness / incorrectness determination can be determined by a standard mathematical function provided in most programming languages as a standard, so that the processing speed is faster than the case of calling an identity from a library.

更にまた、利用者は演習問題を自分で解き、解答を導き出す為、演習問題を通じて学習の習熟度を理解することができる。   Furthermore, since the user solves the exercise problem by himself and derives an answer, the user can understand the proficiency level of learning through the exercise problem.

以下に、本発明における実施の形態について、図1〜図7を参照にして詳細に説明する。   Hereinafter, embodiments of the present invention will be described in detail with reference to FIGS.

本発明の数学問題解答評価方法は、入力部、出力部、表示部、記憶部等を備えるコンピュータ等のユーザー端末と、ネットワークと、前記ユーザー端末と前記ネットワークを介してアクセスが行われるサーバーとを含むシステムで構成される。   A mathematical problem answer evaluation method according to the present invention includes a user terminal such as a computer including an input unit, an output unit, a display unit, a storage unit, and the like, a network, and a server that is accessed via the user terminal and the network. Consists of systems that include.

また、数式の表記用の形式には、例えばTX形式を利用している。TX形式は数式の表記用の形式であり、数式表記に関して新たに何も追加する必要がなく、最も多くの人に利用されているものである。 In addition, for example, a T EX format is used as a format for expressing mathematical expressions. The T E X format is a format for expressing mathematical expressions, and it is not necessary to add anything new to the mathematical expression, and is used by most people.

更にまた、扱う問題は多項式の記述式演習問題であり、多項式の係数は例えば−900〜900までの整数とし、乗数の場合は最大10乗まで計算可能とする。尚、コンピュータの処理速度や処理能力を上げれば、係数の桁を増やすことも乗数の最大値を増やすことも可能である。   Furthermore, the problem to be handled is a polynomial descriptive exercise problem, and the coefficient of the polynomial is, for example, an integer from −900 to 900. In the case of a multiplier, it is possible to calculate up to the 10th power. If the processing speed and processing capability of the computer are increased, it is possible to increase the digit of the coefficient and increase the maximum value of the multiplier.

図1は、本発明の一実施の形態である数学問題解答評価方法が利用されるシステムの構成図である。   FIG. 1 is a configuration diagram of a system in which a mathematical problem answer evaluation method according to an embodiment of the present invention is used.

図1に示すごとく、数学問題解答評価方法が利用されるシステムは、少なくともサーバー1、ネットワーク2、ユーザー端末3とから構成される。   As shown in FIG. 1, a system in which the mathematical problem answer evaluation method is used includes at least a server 1, a network 2, and a user terminal 3.

サーバー1は、クライアント/サーバー型システムにおいてサービスを行う側のコンピュータもしくはソフトウェアのことをいう。例えば、サーバーには問題生成手段11、正解生成手段12、問題表示手段13、解答入力手段14、正誤判定手段15、判定結果表示手段16、問題データ1a、正解データ1bがあり、問題を配信し、解答データを受信するとともに正解と解答の正誤判定を行う。   The server 1 refers to a computer or software on the service providing side in a client / server type system. For example, the server includes a problem generation unit 11, a correct answer generation unit 12, a problem display unit 13, an answer input unit 14, a correct / incorrect determination unit 15, a determination result display unit 16, question data 1a, and correct answer data 1b. The answer data is received and correct / incorrect determination of the answer is made.

問題生成手段11は、コンピュータ上に数学の記述式演習問題を生成する手段であり、生成された問題は問題データ1aへ保存される。また、問題文はコンピュータにより作成することができる。例えば、メソッド(ここでは[□□□]とする)と引数(ここでは[〇〇〇]とする)の集合を準備しておき、メソッド集合と引数集合から一つずつ要素をとり出し、助詞「の」を用いて「[〇〇〇]の[□□□]」と並べて問題文を作成する。更にまた、人により作成された問題文を入力し問題データへ登録してもよい。尚、問題データ1aは後で詳細に説明する。   The problem generation means 11 is a means for generating a mathematical descriptive exercise problem on a computer, and the generated problem is stored in the problem data 1a. The question sentence can be created by a computer. For example, prepare a set of methods (here [□□□]) and arguments (here [00]]), extract elements one by one from the method set and argument set, and particles Using “no”, create a question sentence alongside “[□□□]” of [[00]]. Furthermore, a question sentence created by a person may be input and registered in the question data. The problem data 1a will be described in detail later.

正解生成手段12は、演習問題の正解を一つだけ生成する手段であり、正解は正解データ1bへ保存される。また、正解データは問題文の構造解析を利用して導き出すことができる。例えば、「[〇〇〇]の[□□□]」という構文から「<□□□>(<〇〇〇>)」というTX形式に書き直した構文を準備し、コンピュータに処理する機能を用意しておけば、その処理結果が自動的に演習問題の正解となる。尚、正解データ1bは後で詳細に説明する。 The correct answer generating means 12 is a means for generating only one correct answer of the exercise problem, and the correct answer is stored in the correct answer data 1b. The correct answer data can be derived by using the structure analysis of the question sentence. For example, "[thousand] of [□□□]""<□□□>(<thousand>)" from the syntax of preparing a syntax rewritten to T E X format, ability to process the computer Is prepared, the processing result automatically becomes the correct answer to the exercise. The correct answer data 1b will be described in detail later.

問題表示手段13は、コンピュータ上に問題を表示する手段である。例えば、ユーザー端末3の表示部に問題データ1aに登録されている数学の記述式演習問題を表示する。   The problem display means 13 is a means for displaying a problem on a computer. For example, a mathematical descriptive exercise problem registered in the problem data 1 a is displayed on the display unit of the user terminal 3.

解答入力手段14は、利用者が演習問題の解答を入力する手段である。   The answer input means 14 is a means for a user to input an answer to an exercise.

正誤判定手段15は、正解と解答とを認識し、両者にある数値を代入して計算した結果を算出し、その結果を比較する手段である。例えば、標準関数の一致の判定法を用いて、二つの式が等しいかをある点の数値の等しさで判断する。尚、ある数値とは有理数であり、かつ最下位の値が10と互いに素の数ある。例えば1.1や1.3や1.7や1.11や1.33や1.77等である。   The correctness / incorrectness determination means 15 is means for recognizing the correct answer and the answer, calculating a result obtained by substituting numerical values in both, and comparing the results. For example, using a standard function match determination method, whether two expressions are equal is determined by the equality of numerical values at a certain point. A certain numerical value is a rational number, and the lowest value is 10 and a relatively prime number. For example, 1.1, 1.3, 1.7, 1.11, 1.33, 1.77, etc.

判定結果表示手段16は、正誤判定手段15での結果が一致するときには正答を表示し、一方、結果が不一致のときには誤答をユーザー端末3の表示部に表示する手段である。   The determination result display means 16 is a means for displaying a correct answer when the results of the correct / incorrect determination means 15 match, and for displaying an incorrect answer on the display unit of the user terminal 3 when the results do not match.

問題データ1aは、数学の演習問題の情報であり、サーバーの記憶部に保存されている。   The question data 1a is information on a math practice question and is stored in the storage unit of the server.

正解データ1bは、問題データ1aの正解の情報であり、サーバーの記憶部に保存されている。   The correct answer data 1b is correct answer information of the question data 1a and is stored in the storage unit of the server.

ネットワーク2は、ハードウェア、ソフトウェア、データなどを共有する目的でコンピュータを結び付けた状態をいう。例えば、LAN(Local Area Network)を利用して同一フロア、同一建物ないしは近隣の建物内にあるコンピュータ同士を接続したり、WAN(Wide Area Network)を利用して遠隔地にあるコンピュータ同士を公衆回線網を使って接続したりする。   The network 2 is a state in which computers are connected for the purpose of sharing hardware, software, data, and the like. For example, LAN (Local Area Network) is used to connect computers on the same floor, the same building or nearby buildings, or WAN (Wide Area Network) is used to connect computers in remote locations to public lines. Connect using the net.

ユーザー端末3は、数学問題解答評価方法のシステムを利用できる端末であり、少なくとも入力部、出力部、表示部、記憶部とを備えている。   The user terminal 3 is a terminal that can use the system of the mathematical problem answer evaluation method, and includes at least an input unit, an output unit, a display unit, and a storage unit.

次に図2は、本発明の一実施の形態である数学問題解答評価方法を説明するフローチャートである。   Next, FIG. 2 is a flowchart for explaining a mathematical problem answer evaluation method according to an embodiment of the present invention.

まず、作成者は数学の記述式演習問題を生成する(ステップS1)。演習問題の作成はコンピュータにメソッドと引数を渡して自動的に生成してもよいし、作成者が作成した演習問題を直接問題データへ登録してもよい。   First, the creator generates a mathematical descriptive exercise (Step S1). The exercises may be automatically generated by passing methods and arguments to the computer, or the exercises created by the creator may be registered directly in the problem data.

そして、演習問題の正解を一つだけ生成する(ステップS2)。生成された正解は、サーバーの記憶部にある正解データ1bへと保存される。   Then, only one correct answer for the exercise problem is generated (step S2). The generated correct answer is stored in the correct answer data 1b in the storage unit of the server.

そして、ユーザー端末3に演習問題を表示する(ステップS3)。利用者は表示された演習問題を読み、自分で解答を求める。   Then, the exercise problem is displayed on the user terminal 3 (step S3). The user reads the displayed exercise and asks for an answer by himself.

そして、利用者が解答欄に解答を記入する(ステップS4)。解答の形式には、(1)定数、(2)整数係数多項式、(3)有理数係数多項式、(4)有理関数、(5)上記2〜4以外の場合の5通りがある。尚、5つの解答パターンについては後で詳細に説明する。   Then, the user enters the answer in the answer field (step S4). There are five answer formats: (1) constant, (2) integer coefficient polynomial, (3) rational coefficient polynomial, (4) rational function, and (5) cases other than 2-4 above. The five answer patterns will be described in detail later.

そして、正解と解答の両者に、ある数値を代入して正誤判定を行う(ステップS5)。正誤判定の結果が一致した場合には(ステップS5のYES)、利用者の解答が正解であることをユーザー端末3に表示して知らせる(ステップS6)。一方、正誤判定の結果が不一致の場合には(ステップS5のNO)、利用者の解答が不正解であることをユーザー端末3に表示して知らせる(ステップS7)。   Then, correctness determination is performed by assigning a certain numerical value to both the correct answer and the answer (step S5). If the correct / incorrect determination results match (YES in step S5), the user terminal 3 is displayed and informed that the user's answer is correct (step S6). On the other hand, when the result of correct / incorrect determination does not match (NO in step S5), it is displayed on the user terminal 3 to notify that the user's answer is incorrect (step S7).

次に、図3〜図7を用いて、正誤判定手段の正誤判定について解答のパターン毎に詳細に説明していく。   Next, the correctness determination of the correctness determination means will be described in detail for each answer pattern with reference to FIGS.

(実施例1)
図3は、解が定数となる演習問題とその解答記述欄を表した表示画面の一例である。
Example 1
FIG. 3 is an example of a display screen showing exercise questions whose answers are constants and their answer description columns.

例えば、図3に示すように「次の関数の極限値を求めよ。」という問題が表示画面に表示されており、利用者は解答欄に「1/2」と記述したとする。尚、用意された正解は「1/2」である。   For example, as shown in FIG. 3, it is assumed that the question “Find the limit value of the next function” is displayed on the display screen, and the user describes “1/2” in the answer column. The correct answer prepared is “1/2”.

そして正誤判定手段15により、利用者の解答が正解であるのか、または不正解であるのかを判断する。例えば、ある数値xの値をx=1.11として正誤判定を行った結果を表1に表す。   Then, the correctness determination means 15 determines whether the user's answer is correct or incorrect. For example, Table 1 shows the result of correct / incorrect determination with a certain numerical value x set to x = 1.11.

Figure 2007041179
x=1.11で記述された解答と用意された正解の評価を行う。表より明らかなように、両者の値はそれぞれ0.5となり、同じものであることが判定できる。
Figure 2007041179
The answer described by x = 1.11 and the prepared correct answer are evaluated. As is apparent from the table, both values are 0.5, and it can be determined that they are the same.

利用者の解答と用意された正解が等しい場合は、どのようなxで評価しても同じになる。すなわち、ある数値xの評価値を用いることで正誤判定が行える。尚、ある数値xは有理数であり、最下位の値が10と互いに素の数であることが好ましい。   If the user's answer is the same as the prepared correct answer, it will be the same regardless of what x is evaluated. That is, it is possible to make a correct / incorrect determination using an evaluation value of a certain numerical value x. A certain numerical value x is a rational number, and the lowest value is preferably a relatively prime number with 10.

(実施例2)
図4は、解が整数係数多項式となる演習問題とその解答記述欄を表した表示画面の一例である。
(Example 2)
FIG. 4 is an example of a display screen showing an exercise problem whose answer is an integer coefficient polynomial and its answer description column.

例えば、図4に示すように「次の関数の導関数を求めよ。」という問題が表示画面に表示されており、利用者は解答欄に「2+2x+35x−12x」と記述したとする。尚、用意された正解は「35x−12x+2x+2」である。 For example, "find the derivative of the next function." As shown in FIG. 4 are displayed on the display screen problem, the user shall be described as "2 + 2x + 35x 6 -12x 3" to the answer column. The correct answer prepared is “35x 6 −12x 3 + 2x + 2”.

そして正誤判定手段15により、利用者の解答が正解であるのか、または不正解であるのかを判断する。例えば、ある数値xの値をx=1.11として正誤判定を行った結果を表2に表す。   Then, the correctness determination means 15 determines whether the user's answer is correct or incorrect. For example, Table 2 shows the results of correct / incorrect determination with a certain numerical value x set to x = 1.11.

Figure 2007041179
x=1.11で記述された解答と用意された正解の評価を行う。表より明らかなように、両者の値はそれぞれ53.27293733となり、同じものであることが判定できる。
Figure 2007041179
The answer described by x = 1.11 and the prepared correct answer are evaluated. As is apparent from the table, both values are 53.27393733, and it can be determined that they are the same.

尚、従来の評価方法の場合には、正解のパターンを全て用意する必要があった。しかし、ある数値における関数の評価を用いると、ある数値x(この場合は、x=1.11)を代入して利用者の解答と正解を評価するだけで、利用者の解答の正誤判定が可能となる。   In the case of the conventional evaluation method, it is necessary to prepare all correct patterns. However, if the evaluation of the function at a certain numerical value is used, it is possible to determine whether the user's answer is correct or not simply by substituting a certain numerical value x (in this case, x = 1.11) and evaluating the user's answer and the correct answer. It becomes possible.

(実施例3)
図5は、解が有理数係数多項式となる演習問題とその解答記述欄を表した表示画面の一例である。
(Example 3)
FIG. 5 is an example of a display screen showing an exercise problem in which the solution is a rational coefficient polynomial and its answer description column.

例えば、図5に示すように「次の関数の導関数を求めよ。」という問題が表示画面に表示されており、利用者は解答欄に「x+2x+1/3−4/5x」と記述したとする。尚、用意された正解は「2x−4/5x+x+1/3」である。 For example, as shown in FIG. 5, the question “Find the derivative of the next function” is displayed on the display screen, and the user writes “x + 2x 6 + 1 / 3-4 / 5x 3 ” in the answer column. Suppose that The correct answer prepared is “2x 6 −4 / 5x 3 + x + 1/3”.

そして正誤判定手段15により、利用者の解答が正解であるのか、または不正解であるのかを判断する。例えば、ある数値xの値をx=1.11として正誤判定を行った結果を表3に表す。   Then, the correctness determination means 15 determines whether the user's answer is correct or incorrect. For example, Table 3 shows the result of correct / incorrect determination with a certain numerical value x set to x = 1.11.

Figure 2007041179
x=1.11で記述された解答と用意された正解の評価を行う。表より明らかなように、両者の値はそれぞれ4.090057638となり、同じものであることが判定できる。
Figure 2007041179
The answer described by x = 1.11 and the prepared correct answer are evaluated. As apparent from the table, both values are 4.0090057638, and it can be determined that they are the same.

(実施例4)
図6は、解が有理関数となる演習問題とその解答記述欄を表した表示画面の一例である。
Example 4
FIG. 6 is an example of a display screen showing an exercise problem whose answer is a rational function and its answer description column.

例えば、図6に示すように「次の関数の導関数を求めよ。」という問題が表示画面に表示されており、利用者は解答欄に「2x/(1+x)」と記述したとする。尚、用意された正解は「2x/(x+1)」である。 For example, as shown in FIG. 6, it is assumed that the question “Find the derivative of the next function” is displayed on the display screen, and the user describes “2x / (1 + x 2 )” in the answer column. The correct answer prepared is “2x / (x 2 +1)”.

そして正誤判定手段15により、利用者の解答が正解であるのか、または不正解であるのかを判断する。例えば、ある数値xの値をx=1.11として正誤判定を行った結果を表4に表す。   Then, the correctness determination means 15 determines whether the user's answer is correct or incorrect. For example, Table 4 shows the results of correct / incorrect determination with a certain numerical value x set to x = 1.11.

Figure 2007041179
x=1.11で記述された解答と用意された正解の評価を行う。表より明らかなように、両者の値はそれぞれ0.9945790959となり、同じものであることが判定できる。
Figure 2007041179
The answer described by x = 1.11 and the prepared correct answer are evaluated. As apparent from the table, both values are 0.9945579959, and it can be determined that they are the same.

尚、解が有利関数の場合には、正誤判定手段15により、まず解答と正解の分母が揃えられる。そして両者の分子に注目すると、共に多項式となる為、実施例2または実施例3と同様に正誤判定が可能となる。   If the answer is an advantageous function, the correctness / incorrectness determination means 15 first arranges the answer and the correct answer denominator. When attention is paid to both numerators, since both become polynomials, it is possible to make a correct / incorrect determination as in the second or third embodiment.

(実施例5)
図7は、解が正数係数または有理数係数の多項式、および有理関数以外となる演習問題とその解答記述欄を表した表示画面の一例である。
(Example 5)
FIG. 7 is an example of a display screen showing a practice question whose answer is other than a polynomial of a positive coefficient or rational coefficient, and a rational function, and its answer description column.

例えば、図7に示すように「次の関数の導関数を求めよ。」という問題が表示画面に表示されており、利用者は解答欄に「9cosx−9cosx+2+2x」と記述したとする。尚、用意された正解は「9sinxcosx+2x+2」である。 For example, as shown in FIG. 7, it is assumed that the question “Find the derivative of the next function” is displayed on the display screen, and the user describes “9 cosx−9 cos 3 x + 2 + 2x” in the answer column. The correct answer prepared is “9 sin 2 xcosx + 2x + 2”.

そして正誤判定手段15により、利用者の解答が正解であるのか、または不正解であるのかを判断する。例えば、ある数値xの値をx=1.11として正誤判定を行った結果を表5に表す。   Then, the correctness determination means 15 determines whether the user's answer is correct or incorrect. For example, Table 5 shows the results of correct / incorrect determination with a certain numerical value x set to x = 1.11.

Figure 2007041179
x=1.11で記述された解答と用意された正解の評価を行う。表より明らかなように、両者の値はそれぞれ7.430671909となり、同じものであることが判定できる。
Figure 2007041179
The answer described by x = 1.11 and the prepared correct answer are evaluated. As apparent from the table, both values are 7.43071909, and it can be determined that they are the same.

尚、従来の評価方法の場合には、まずこの問題の正解として以下の6通りのパターンが用意された。   In the case of the conventional evaluation method, the following six patterns were prepared as correct answers to this problem.

・2x+9sinxcosx+2
・2+9sinxcosx+2x
・2+2x+9sinxcosx
・2x+2+9sinxcosx
・9sinxcosx+2+2x
・9sinxcosx+2x+2
そして、sinxは、1−cosx、cosx−cos2x、(1−cos2x)/2とも表すことができる為、ここに挙げただけでも6×4=24通りの正解を用意する必要があり、効率が悪かった。
・ 2x + 9sin 2 xcosx + 2
・ 2 + 9sin 2 xcosx + 2x
・ 2 + 2x + 9sin 2 xcosx
・ 2x + 2 + 9sin 2 xcosx
・ 9sin 2 xcosx + 2 + 2x
・ 9sin 2 xcosx + 2x + 2
Since sin 2 x can also be expressed as 1-cos 2 x, cos 2 x-cos 2x, and (1-cos 2x) / 2, 6 × 4 = 24 correct answers are prepared even if only listed here. It was necessary and inefficient.

しかし、ある数値における関数の評価を用いると、ある数値x(この場合は、x=1.11)を代入して利用者の解答と正解を評価するだけで、利用者の解答の正誤判定が可能となる。   However, if the evaluation of the function at a certain numerical value is used, it is possible to determine whether the user's answer is correct or not simply by substituting a certain numerical value x (in this case, x = 1.11) and evaluating the user's answer and the correct answer. It becomes possible.

以下、上述してきた一点による関数の一致を用いて行う正誤判定は、十分に実用耐えうるものであることを詳細に説明していく。   In the following, it will be described in detail that the correctness / incorrectness determination performed using the above-described function matching by one point is sufficiently practical.

まず、実施例2の解が「整数係数多項式」の場合について証明する。   First, a case where the solution of the second embodiment is an “integer coefficient polynomial” will be proved.

2つの整数係数の多項式f(x)とg(x)の係数が−10と10の間にあるとする。 Assume that the coefficients of the polynomials f (x) and g (x) of two integer coefficients are between −10 l and 10 l .

gcd(d,10)=1を満たすd(m)=0.d…d,l≦mにおいて、以下のような定理がある。尚、gcd(d,10)=1は、dと10の最大公約数が1であることを表している。
(定理) f(d(m))=g(d(m)),nm+l≦kならば、
f(x)=g(x)が成り立つ。
d (m) = 0 satisfying gcd (d i , 10) = 1. In d 1 d 2 ... d m , l ≦ m, there is the following theorem. Note that gcd (d i , 10) = 1 indicates that the greatest common divisor of d i and 10 is 1.
(Theorem) If f (d (m)) = g (d (m)), nm + l ≦ k,
f (x) = g (x) is established.

ここでf(d(m))=g(d(m))より、最大次数のa(d(m))の末尾とb(d(m))の末尾を比較する。 Here, from f (d (m)) = g (d (m)), the end of the maximum order a n (d (m) n ) and the end of b n (d (m) n ) are compared.

l≦mとnm+l≦kよりa(d(m))の末尾とb(d(m))の末尾は他のどの項からも影響を受けないため等しい。 From l ≦ m and nm + l ≦ k, the end of a n (d (m) n ) and the end of b n (d (m) n ) are not affected by any other term and are equal.

更に、d(m)の末尾は10と互いに素であるから、a=bとなる。同様にして、すべてのiにおいてもa=bとなる。 Furthermore, since the end of d (m) n is relatively prime with 10, a n = b n . Similarly, a i = b i for all i.

また、a(d(m))の桁数nm+lはkより少ないので、誤差0でf(x)=g(x)である。すなわち、f(x)=g(x)が成り立つ。 Since the number of digits nm + 1 of a n (d (m) n ) is less than k, f (x) = g (x) with zero error. That is, f (x) = g (x) is established.

例えば、d(m)=1.11として実施例2の解答と正解を最大次数より次数毎に比較した結果を表6に表す。   For example, when d (m) = 1.11, the result of comparing the answer of Example 2 and the correct answer for each order from the maximum order is shown in Table 6.

Figure 2007041179
表からも明らかなように、各次数の値がそれぞれ一致すれば、総和は一致する。また、最大次数から順番に比較していき、不一致となる次数が出現した場合には、これ以上判定を行っても両者が一致することは無いと判断される。そして、正誤判定の処理は終了となる。
Figure 2007041179
As is clear from the table, if the values of the orders match, the sums match. In addition, when the orders that do not match appear in order from the maximum order, it is determined that they do not match even if the determination is further made. Then, the correctness / incorrectness determination process ends.

尚、ある数値を有理数でありかつ最下位を10と互いに素の数とし、最大次数から順番に比較していくのは、ある数値の最大次数(例えば、n)の算出値の最下位は、他の次数(例えば、n−1、n−2、…、1)の算出値の影響を受けないためである。   Note that a certain numerical value is a rational number and the least significant is a relatively prime number with 10, and the order of comparison from the maximum order is the least significant of the calculated value of the maximum degree (for example, n) of a certain numerical value. This is because it is not affected by the calculated values of other orders (for example, n-1, n-2, ..., 1).

また、ある数値(例えば、1.11)の最下位を10と互いに素の数にするのは、10と互いに素の数に1から9までのどんな2つの数をかけても最下位の値は必ず異なるからである。例えば、ある数値を1.22や1.44として、11や16といった1から9までのどんな2つの数をかけた場合には、算出した最下位の値(1.22の場合には2、1.44の場合には4)が同一となり正誤判定ができなくなる。よって、ある数値を1.11や1.33や1.77とすると正誤判定ができる。   In addition, the lowest value of a certain numerical value (for example, 1.11) is 10 and a relatively prime number. The lowest value is obtained by multiplying 10 and a relatively prime number by any two numbers from 1 to 9. This is because they are always different. For example, when a certain numerical value is 1.22 or 1.44 and any two numbers from 1 to 9 such as 11 and 16 are multiplied, the calculated lowest value (2 in the case of 1.22 is 2, In the case of 1.44, 4) is the same and correct / incorrect determination cannot be made. Therefore, if a certain numerical value is 1.11, 1.33, or 1.77, correct / incorrect determination can be made.

次に、実施例3の解が「有理数係数多項式」の場合について証明する。   Next, the case where the solution of the third embodiment is a “rational coefficient polynomial” will be proved.

2つの有理数係数の多項式f(x)とg(x)の係数の分子と分母が−5と5の間にあるとする。 Suppose that the coefficients numerator and denominator of the polynomials f (x) and g (x) of the two rational number coefficients are between −5 l and 5 l .

gcd(d,10)=1を満たすd(m)=0.d…d,l≦mにおいて、以下のような定理がある。 d (m) = 0 satisfying gcd (d i , 10) = 1. In d 1 d 2 ... d m , l ≦ m, there is the following theorem.

Figure 2007041179
Figure 2007041179

Figure 2007041179
(定理) f(d(m))=f(d(m))かつ数1かつ数2ならば、
f(x)=g(x)が成り立つ。
Figure 2007041179
(Theorem) If f (d (m)) = f (d (m)) and Equation 1 and Equation 2,
f (x) = g (x) is established.

Figure 2007041179
f(x)とg(x)の有理数係数の分母の最小公倍数をlcmとし、数3のように表す。
Figure 2007041179
The least common multiple of the denominator of the rational coefficient of f (x) and g (x) is assumed to be 1 cm, and expressed as Equation 3.

Figure 2007041179
f(d(m))=g(d(m))より、数4となる。
Figure 2007041179
From f (d (m)) = g (d (m)), Equation 4 is obtained.

ここで、数1より最大次数の末尾は等しい。また、数2よりf(x)、g(x)は因数x−d(m)を含まない。   Here, the end of the maximum order is equal to that in Equation (1). Further, from Equation 2, f (x) and g (x) do not include the factor xd (m).

Figure 2007041179
更に、d(m)の末尾は10と互いに素であるから、数5となる。
Figure 2007041179
Further, since the end of d (m) n is relatively prime with 10, Equation 5 is obtained.

Figure 2007041179
Figure 2007041179

Figure 2007041179
同様にして、すべてのiにおいてもa=bとなる。また、数6の桁数である数7はkより少ないので、誤差0でf(x)=g(x)である。
Figure 2007041179
Similarly, a i = b i for all i. Further, since the number 7 of the number 6 is less than k, the error is 0 and f (x) = g (x).

すなわち、f(x)=g(x)が成り立つ。   That is, f (x) = g (x) is established.

最後に、実施例5の解が「多項式以外の標準数学関数」の場合について証明する。   Finally, the case where the solution of Example 5 is “standard mathematical function other than polynomial” will be proved.

LindermannとBakerの定理より、xの累乗を含まない標準関数の値は明らかな代数的数を除いて全て超越数であることが知られている。超越数とは、すべて無理数であり、代数方程式の解とならないような複素数のことであり、例えば円周率である。   From Lindermann and Baker's theorem, it is known that all values of standard functions that do not contain powers of x are transcendental numbers except for obvious algebraic numbers. Transcendental numbers are all irrational numbers and complex numbers that do not become solutions to algebraic equations, for example, pi.

つまり、明らかでない代数的数dにおけるh(d)=f(d)−g(d)の値が0ならば、f(x)=g(x)であるといえる。   That is, if the value of h (d) = f (d) −g (d) in the unclear algebraic number d is 0, it can be said that f (x) = g (x).

h(x)=f(x)−g(x)は多項式ではないので、多項式近似を行うと、h(x)≒c+cx+…+cとなる。 Since h (x) = f (x) −g (x) is not a polynomial, if polynomial approximation is performed, h (x) ≈c 0 + c 1 x +... + c n x n .

|h(0.1)|≦10−kとすると、c=c=…=c=0となる。 If | h (0.1) | ≦ 10 −k , then c 0 = c 1 =... = C k = 0.

したがって、d(m)=0.d…d,l≦mのとき|f(d(m))−g(d(m))|≦10−kならば、誤差10−k以下でf(x)=g(x)である。 Therefore, d (m) = 0. d 1 d 2 ... d m, when l ≦ m | f (d ( m)) - g (d (m)) | ≦ 10 -k If, in the error 10 -k below f (x) = g ( x).

つまり、f(x)=g(x)が成り立つ確率は1−10−k以上である。 That is, the probability that f (x) = g (x) is satisfied is 1-10 −k or more.

以上詳しく説明したとおり、本発明の数学問題解答評価方法を用いることにより、例えば整数係数多項式、有理数係数多項式、有理関数、多項式以外の標準数学関数の数学の演習問題の作成において、問題および正解を自動生成することができ、また記入された解答と用意した正解の正誤判定をある数値の一致を用いて行うことができ、それにより問題作成者の負担も軽減することができる。したがって、学期末試験等において幅広い問題を提供することに利用できる。   As described above in detail, by using the mathematical problem answer evaluation method of the present invention, for example, in the creation of mathematical exercises of standard mathematical functions other than integer coefficient polynomials, rational number coefficient polynomials, rational functions, and polynomials, problems and correct answers can be obtained. It can be automatically generated, and the correctness of the entered answer and the prepared correct answer can be determined using a match of a certain numerical value, thereby reducing the burden on the problem creator. Therefore, it can be used to provide a wide range of problems in the final exams.

本発明の一実施の形態である数学問題解答評価方法が利用されるシステムの構成図である。It is a block diagram of the system by which the mathematical problem-answer evaluation method which is one embodiment of this invention is utilized. 本発明の一実施の形態である数学問題解答評価方法を説明するフローチャートである。It is a flowchart explaining the mathematical question answer evaluation method which is one embodiment of this invention. 本発明の一実施の形態である解が定数となる演習問題とその解答記述欄を表した表示画面の一例であるIt is an example of the display screen showing the practice question and the answer description column in which the solution is an embodiment according to the present invention. 本発明の一実施の形態である解が整数係数多項式となる演習問題とその解答記述欄を表した表示画面の一例である。It is an example of the display screen showing the exercise problem in which the solution which is one embodiment of this invention becomes an integer coefficient polynomial, and its answer description column. 本発明の一実施の形態である解が有理数係数多項式となる演習問題とその解答記述欄を表した表示画面の一例である。It is an example of the display screen showing the exercise problem in which the solution which is one embodiment of this invention becomes a rational coefficient polynomial, and its answer description column. 本発明の一実施の形態である解が有理関数となる演習問題とその解答記述欄を表した表示画面の一例である。It is an example of the display screen showing the exercise problem in which the solution which is one embodiment of this invention becomes a rational function, and its answer description column. 本発明の一実施の形態である解が正数係数または有理数係数の多項式、および有理関数以外となる演習問題とその解答記述欄を表した表示画面の一例である。It is an example of the display screen showing the exercise problem in which the solution which is one embodiment of this invention becomes a positive coefficient or a polynomial of a rational coefficient, and other than a rational function, and its answer description column.

符号の説明Explanation of symbols

1 サーバー
2 ネットワーク
3 ユーザー端末
11 問題生成手段
12 正解生成手段
13 問題解答手段
14 解答入力手段
15 正誤判定手段
16 判定結果表示手段
1a 問題データ
1b 正解データ
DESCRIPTION OF SYMBOLS 1 Server 2 Network 3 User terminal 11 Problem generation means 12 Correct answer generation means 13 Problem answer means 14 Answer input means 15 Correct / incorrect determination means 16 Determination result display means 1a Problem data 1b Correct answer data

Claims (5)

コンピュータ上に数学の記述式演習問題を生成する問題生成手段と、
該演習問題の正解を一つだけ生成する正解生成手段と、
前記コンピュータ上に前記演習問題を表示する問題表示手段と、
利用者が解答を入力する解答入力手段と、
前記正解と前記解答とを認識し、両者にある数値を代入して計算した結果を算出し、その結果を比較する正誤判定手段と、
前記正誤判定手段での結果の一致または不一致により正答または誤答を表示する判定結果表示手段とを有することを特徴とする数学問題解答評価方法。
A problem generation means for generating a mathematical descriptive exercise on a computer;
Correct answer generating means for generating only one correct answer of the exercise,
Problem display means for displaying the exercise on the computer;
An answer input means for the user to enter an answer;
Recognizing the correct answer and the answer, calculating a result calculated by substituting numerical values in both, correctness determination means for comparing the results,
5. A mathematical problem answer evaluation method comprising: a determination result display means for displaying a correct answer or an incorrect answer depending on whether the result in the correctness / incorrectness determination means matches or does not match.
前記正解および前記解答は関数式で表示されることを特徴とする請求項1に記載の数学問題解答評価方法。   2. The mathematical problem answer evaluation method according to claim 1, wherein the correct answer and the answer are displayed as a function formula. 前記正解生成手段は、問題を入力することにより自動的に生成されることを特徴とする請求項1に記載の数学問題解答評価方法。   2. The mathematical problem answer evaluation method according to claim 1, wherein the correct answer generation means is automatically generated by inputting a question. 前記ある数値は、有理数であり、かつ最下位の値が10と互いに素の数であることを特徴とする請求項1に記載の数学問題解答評価方法。   The mathematical problem answer evaluation method according to claim 1, wherein the certain numerical value is a rational number, and the lowest value is a relatively prime number with 10. 前記正誤判定手段は、整数係数多項式、有理数係数多項式、有理関数、多項式以外の標準数学関数の場合に判定を行えることを特徴とする請求項1に記載の数学問題解答評価方法。   2. The mathematical problem answer evaluation method according to claim 1, wherein the correctness / incorrectness determination means can perform determination in the case of a standard mathematical function other than an integer coefficient polynomial, a rational number coefficient polynomial, a rational function, or a polynomial.
JP2005223718A 2005-08-02 2005-08-02 Mathematical problem answer evaluation method Expired - Fee Related JP4867056B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005223718A JP4867056B2 (en) 2005-08-02 2005-08-02 Mathematical problem answer evaluation method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005223718A JP4867056B2 (en) 2005-08-02 2005-08-02 Mathematical problem answer evaluation method

Publications (2)

Publication Number Publication Date
JP2007041179A true JP2007041179A (en) 2007-02-15
JP4867056B2 JP4867056B2 (en) 2012-02-01

Family

ID=37799232

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005223718A Expired - Fee Related JP4867056B2 (en) 2005-08-02 2005-08-02 Mathematical problem answer evaluation method

Country Status (1)

Country Link
JP (1) JP4867056B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011232468A (en) * 2010-04-26 2011-11-17 Casio Comput Co Ltd Electronic equipment and program
CN105678664A (en) * 2016-02-03 2016-06-15 成都爱易佰网络科技有限公司 Method for implementing intelligent change anti-cheating movable question bank
WO2023143127A1 (en) * 2022-01-29 2023-08-03 华为技术有限公司 Test question correction method and related device

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62126460A (en) * 1985-11-27 1987-06-08 Nec Corp Answer collating device
JP2004012836A (en) * 2002-06-07 2004-01-15 Edu-Tec Japan Inc Method and device for supporting learning and operation program therefor

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62126460A (en) * 1985-11-27 1987-06-08 Nec Corp Answer collating device
JP2004012836A (en) * 2002-06-07 2004-01-15 Edu-Tec Japan Inc Method and device for supporting learning and operation program therefor

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011232468A (en) * 2010-04-26 2011-11-17 Casio Comput Co Ltd Electronic equipment and program
CN105678664A (en) * 2016-02-03 2016-06-15 成都爱易佰网络科技有限公司 Method for implementing intelligent change anti-cheating movable question bank
WO2023143127A1 (en) * 2022-01-29 2023-08-03 华为技术有限公司 Test question correction method and related device

Also Published As

Publication number Publication date
JP4867056B2 (en) 2012-02-01

Similar Documents

Publication Publication Date Title
Saltelli et al. What do I make of your latinorum? Sensitivity auditing of mathematical modelling
Khan et al. Group decision support using fuzzy cognitive maps for causal reasoning
US20020076679A1 (en) Web enabled medical device training
Loy et al. Model choice and diagnostics for linear mixed-effects models using statistics on street corners
O’Regan Giants of computing
Tawafak et al. Innovative smart phone learning system for graphical systems within COVID-19 pandemic
TW201009536A (en) Computer-based abacus training system
Zakharov Feedback micro-engineering in EER-Tutor
Stoiber et al. Design and comparative evaluation of visualization onboarding methods
Abramovich Exploring mathematics with integrated spreadsheets in teacher education
Nababan et al. Determination feasibility of poor household surgery by using weighted product method
JP4867056B2 (en) Mathematical problem answer evaluation method
Park et al. Using total sample size weights in meta-analysis of log-odds ratios
JPH1166283A (en) Correlation extracting method for image feature quantity and image retrieval device
CN111062626A (en) Capability level evaluation method, device, equipment and storage medium
JP2005242176A (en) Computer for learning, description display method of computer for learning, description display program of computer for learning and computation system for learning
CN111784553B (en) Data analysis method and device, electronic equipment and storage medium
KR20100121401A (en) Apparatus and method of learning number operation
CN109657126B (en) Answer generation method, device, equipment and medium
US20120189991A1 (en) Freeform mathematical parsing and grading method and system
JP6955773B2 (en) Ability improvement means selection device, ability improvement means selection method, trained model, trained model generation program and ability improvement means output program
Armstrong et al. Characterizing tradeoffs in memory, accuracy, and speed for chemistry tabulation techniques
Hwang et al. Evaluation of fraction learning in authentic context using Ubiquitous Fraction App
ROSAK-SZYROCKA et al. HIGHER EDUCATION AND DIGITALIZATION IN PERSPECTIVE OF USE OF INTERNET, INTEGRATION OF DIGITAL TECHNOLOGY, DIGITAL PUBLIC SERVICES: PANEL STUDY OF EU NATIONS
Jeon et al. Deriving prior distributions for bayesian models used to achieve adaptive e-learning

Legal Events

Date Code Title Description
A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A711

Effective date: 20080619

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080710

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20080619

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20101201

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110530

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110627

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110725

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110921

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20111019

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20111028

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

Ref document number: 4867056

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20141125

Year of fee payment: 3

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees