JP7505205B2 - Information processing device, information processing method, server device and program - Google Patents
Information processing device, information processing method, server device and program Download PDFInfo
- Publication number
- JP7505205B2 JP7505205B2 JP2020033868A JP2020033868A JP7505205B2 JP 7505205 B2 JP7505205 B2 JP 7505205B2 JP 2020033868 A JP2020033868 A JP 2020033868A JP 2020033868 A JP2020033868 A JP 2020033868A JP 7505205 B2 JP7505205 B2 JP 7505205B2
- Authority
- JP
- Japan
- Prior art keywords
- command list
- execution content
- execution
- command
- display unit
- 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.)
- Active
Links
- 230000010365 information processing Effects 0.000 title claims description 88
- 238000003672 processing method Methods 0.000 title claims description 6
- 238000000034 method Methods 0.000 claims description 34
- 230000004044 response Effects 0.000 claims description 13
- 238000013515 script Methods 0.000 description 211
- 238000004422 calculation algorithm Methods 0.000 description 27
- 230000006870 function Effects 0.000 description 20
- 238000010586 diagram Methods 0.000 description 13
- 238000004364 calculation method Methods 0.000 description 8
- 101000992283 Homo sapiens Optineurin Proteins 0.000 description 2
- 102100031822 Optineurin Human genes 0.000 description 2
- 230000003213 activating effect Effects 0.000 description 2
- 239000004973 liquid crystal related substance Substances 0.000 description 2
- 230000000694 effects Effects 0.000 description 1
- 239000011159 matrix material Substances 0.000 description 1
- 230000006386 memory function Effects 0.000 description 1
- 230000008450 motivation Effects 0.000 description 1
- 230000000007 visual effect Effects 0.000 description 1
Images
Landscapes
- Calculators And Similar Devices (AREA)
Description
本発明は、情報処理装置、情報処理方法、サーバ装置およびプログラムに関する。 The present invention relates to an information processing device, an information processing method, a server device, and a program.
近年の電卓は高度な機能を有し、例えば、グラフの描画、連立方程式の計算、変数を用いた演算等の可能な関数電卓が知られている。テキスト情報や計算結果のグラフ等を表示するためのディスプレイを持つものもある。そこで、例えばプログラミングを教育するために関数電卓を利用することが考えられている。 Recently, calculators have advanced functions, and there are known scientific calculators that can draw graphs, calculate simultaneous equations, perform calculations using variables, and so on. Some calculators also have displays for showing text information and graphs of the calculation results. For this reason, it has been considered to use scientific calculators, for example, to teach programming.
この種の関数電卓は、デフォルトの計算モードに加えて、プログラムを記述することの可能なモードを備える。以下、このモードを『アルゴリズムモード』と称して説明する。ユーザは簡単な操作により、計算モードからアルゴリズムモードに移ることができる。 In addition to the default calculation mode, this type of scientific calculator has a mode in which programs can be written. In the following explanation, this mode will be referred to as the "algorithm mode." The user can switch from the calculation mode to the algorithm mode with a simple operation.
アルゴリズムモードでは、変数に値をセットしたり、簡単な制御構造を記述できるコンパクトなプログラムを作成することができる。以下、この種のプログラムを『スクリプト』と称して説明する。スクリプトは命令としての『コマンド』の集合であり、コマンドはそれぞれ特有の処理を実行する。例えば、ディスプレイ上にアバターを表示したり、移動させたりするコマンドがある。コマンドを組み合わせてスクリプトを作成すれば、ディスプレイ上に図形を描画することもできる。 In algorithm mode, you can create compact programs that can set values for variables and describe simple control structures. In what follows, this type of program will be referred to as a "script". A script is a collection of "commands" as instructions, and each command executes a specific process. For example, there are commands to display and move an avatar on the display. By combining commands to create a script, you can also draw shapes on the display.
ここで、アバターとは、ディスプレイに表示される画面に設定される座標系内の、コマンドに応じて定められる座標値に対応する位置に表示される表示体のことである。アバターは、動物などのキャラクターの画像であってもよいし、矢印やドットなどの抽象的な画像であってもよい。 Here, an avatar is a display object that is displayed at a position that corresponds to the coordinate values determined in response to a command within a coordinate system set on the screen displayed on the display. The avatar may be an image of a character such as an animal, or an abstract image such as an arrow or a dot.
アルゴリズムモードは、いわゆるビジュアルツール(Visual tools)といわれるプログラミング環境の一つであり、スクリプトでアバターを動かしていろいろな図形を描画することができる。この場合、一般には、ユーザがスクリプトを作成し、マシンが図形を描く、という時系列である。逆に、ユーザが図形を描き、マシンがその図形に合わせたスクリプトを作成する、という時系列は、ファクトリー・オートメーションのような分野では知られているが、プログラミング学習を支援する目的ではない。一方で、ユーザが描いた図形から作成されたスクリプトと自作のスクリプトとを比べることができれば、学習効果が大幅に高まることを期待できる。特に、初心者にとっては学習意欲を高めるうえでも非常に有益であるといえる。 Algorithm mode is one of the so-called visual tools programming environments, and allows you to use scripts to move an avatar and draw various shapes. In this case, the timeline is generally that the user creates the script and the machine draws the shape. Conversely, the timeline in which the user draws a shape and the machine creates a script to match that shape is known in fields such as factory automation, but is not intended to help learners learn programming. On the other hand, if you can compare a script created from a shape drawn by the user with a script you have created yourself, it is expected that the learning effect will be greatly improved. It can be said that this is particularly useful for beginners in terms of increasing their motivation to learn.
本発明は、上記に鑑みてなされたものであって、プログラミングの学習効果を高めることができる情報処理装置、情報処理方法、サーバ装置およびプログラムを提供することを目的とする。 The present invention has been made in consideration of the above, and aims to provide an information processing device, an information processing method, a server device, and a program that can improve the effectiveness of learning programming.
本発明に係る情報処理装置は、
命令リストを作成する操作を受け付けることで、第1の命令リストを作成し、
作成された前記第1の命令リストを記憶部へ記憶し、
命令リストに基づく実行内容の表示が指示されたとき、前記記憶部に前記第1の命令リストが記憶されていれば、前記記憶部より前記第1の命令リストを読み出して、前記第1の命令リストの第1の実行内容を表示部へ表示し、
前記第1の実行内容の少なくとも一部を変更する操作を受け付けることで、第2の実行内容を生成して前記表示部へ表示し、
前記第1の実行内容の少なくとも一部を変更する操作の終了を受け付けることで、前記第2の実行内容に対応する第2の命令リストを生成するとともに、前記第2の実行内容に代えて前記第2の命令リストを前記表示部に表示し、
命令リストに基づく実行内容の表示が指示されたとき、前記記憶部に前記第1の命令リストが記憶されていなければ、前記表示部に実行内容ではなく初期画面を表示し、
前記初期画面への描画に係る操作を受け付けることで、前記描画に係る第3の実行内容を生成して前記表示部へ表示し、
前記初期画面への描画に係る操作の終了を受け付けることで、前記第3の実行内容に対応する第3の命令リストを生成するとともに、前記第3の実行内容に代えて前記第3の命令リストを前記表示部に表示する、
制御手段を備える。
The information processing device according to the present invention comprises:
A first command list is created by accepting an operation for creating a command list;
storing the created first command list in a storage unit;
when an instruction to display execution contents based on a command list is given, if the first command list is stored in the storage unit, reading out the first command list from the storage unit and displaying the first execution contents of the first command list on a display unit;
receiving an operation to change at least a part of the first execution content, thereby generating a second execution content and displaying the second execution content on the display unit;
by accepting an end of an operation for changing at least a part of the first execution content, generating a second command list corresponding to the second execution content, and displaying the second command list on the display unit in place of the second execution content;
when a command is issued to display execution contents based on a command list, if the first command list is not stored in the storage unit, an initial screen is displayed on the display unit instead of the execution contents;
receiving an operation related to drawing on the initial screen, generating a third execution content related to the drawing and displaying the third execution content on the display unit;
by accepting an end of an operation related to drawing on the initial screen, a third command list corresponding to the third execution content is generated, and the third command list is displayed on the display unit in place of the third execution content .
A control means is provided.
本発明によれば、実行内容変更前後の命令リストの変化を学べることができ、プログラミングの学習効果を高めることができる。 According to the present invention , it is possible to learn the changes in the instruction list before and after the execution content is changed, thereby improving the effectiveness of learning programming.
以下に、本発明の実施形態に係る情報処理装置、情報処理方法、サーバ装置およびプログラムについて、図面を参照して説明する。
図1は、本発明の実施形態に係る情報処理装置10の外観の一例を示す正面図である。図1は、情報処理装置10を関数電卓として実施した場合を示す。なお関数電卓に限定されず、情報処理装置10は、タブレット端末、スマートフォン、携帯電話機、タッチパネル式PDA(Personal Digital Assistants)、電子ブック、携帯ゲーム機、パーソナルコンピュータ等として構成することもできる。物理的なキー(ボタン)を持たない、例えばタブレット端末のような情報処理装置(図示せず)は、関数電卓のキーと同様なソフトウェアキーボードを表示し、このソフトウェアキーボードに対するキー操作に応じて処理を実行する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An information processing apparatus, an information processing method, a server apparatus, and a program according to embodiments of the present invention will be described below with reference to the accompanying drawings.
Fig. 1 is a front view showing an example of the appearance of an
図1において、情報処理装置10は、本体正面にキー入力部11、およびディスプレイ12を備える。キー入力部11は、数値、数式、およびコマンドを入力したり、計算やスクリプトの実行を指示したりするための数値・演算記号キー群111、各種の関数を入力したりメモリ機能を立ち上げたりするための関数機能キー群112、計算モードやアルゴリズムモードといった各種動作モードのメニュー画面を表示させたり、これら動作モードの設定を指示したりするための設定キー群113、各種の機能を1回のキー操作で立ち上げるためのファンクションキー群114、ディスプレイ12に表示されたカーソルの移動操作やデータ項目の選択操作などを行うためのカーソルキー115を含む。
In FIG. 1, the
数値・演算記号キー群111としては、[0]~[9](数値)キー、[+][-][×][÷](四則記号)キー、[=](実行:EXE)キー、[AC](クリア)キーなどが配列される。
関数機能キー群112としては、[sin](サイン)キー、[cos](コサイン)キー、[tan](タンジェント)キーなどが配列される。
設定キー群113としては、[OPTN](オプション)キー、[CALC]キーなどが配列される。
ファンクションキー群114としては、[SHIFT]キー、[ALPHA]キーなどが配列される。
The numeric and arithmetic
The
The
The
なお、数値・演算記号キー群111、関数機能キー群112、設定キー群113、ファンクションキー群114のキーは、[SHIFT]キーが操作された後に続けて操作されることで、そのキートップに記載されたキー機能ではなく、そのキーの上方に記載されたキーとして機能できるようになっている。例えば、[SHIFT]キー操作後に[DEL]キーが操作(以下、[SHIFT]+[DEL]キーと記す。)されると、[UNDO](操作取消)キーとなる。
When the numeric/
情報処理装置10の動作モードは、例えば設定キー群113における[CALC]キーが押下されるたびに、計算モードとアルゴリズムモードとで交互に切り替わる。すなわち、情報処理装置10は、少なくとも、計算モードとアルゴリズムモードの2種類の動作モードを備える。もちろん、3つ以上のモードを備えていてもよく、その場合には[CALC]キーを押下するたびに順次、モードを切り替えるようにすればよい。
The operation mode of the
ディスプレイ12は、例えばドットマトリクス型の液晶表示ユニットである。情報処理装置10がタブレット端末であれば、ディスプレイ12は、タッチパネルを重ねて設けた液晶表示ユニットである。ディスプレイ12は、アルゴリズムモードにおいて、スクリプト編集画面と、スクリプト実行画面との少なくとも2つの画面を、ユーザ操作に応じて切り替え表示する表示部である。
The
スクリプト編集画面は、アルゴリズムモードにおいて、図形を描画する命令リストとしてのスクリプトを表示する画面である。作成されたスクリプトの確認、スクリプトの新規作成、および作成済のスクリプトの変更のために利用される画面である。図2に示されるように、スクリプト編集画面13は、スクリプトを、表示画面内の、例えば4行のスクリプト表示領域に縦スクロール可能に表示する。各行がコマンドに対応する。ユーザは、キー操作によりスクリプトを入力することにより、入力されたスクリプトが画面上に表示される。スクリプト編集画面13上でスクリプトを編集することも可能である。情報処理装置10は、メモリに記憶されたスプリクトを読み出してスクリプト編集画面13上に表示する。ユーザは、表示されたスクリプトをキー操作により変更することによりスクリプトを編集する。
The script editing screen is a screen that displays a script as a command list for drawing figures in algorithm mode. It is a screen that is used to check a created script, create a new script, and modify an already created script. As shown in FIG. 2, the
スクリプト実行画面は、アルゴリズムモードにおいて、スクリプトを実行して、図形を描画する画面である。作成されたスクリプトの実行結果の確認、新規図形の作成、およびスクリプトの実行内容の変更のために利用される画面である。図3は、スクリプト実行画面14の一例を示す図で、アバターAが座標(x、y)=(5,0)に表示されていることを示す。ちなみに図3は図2のスクリプトの実行結果を示しており、アバターAは(0,-1)→(5,-1)→(5,0)の順に移動し、その移動軌跡が図3に直線で示される。実施形態では、スクリプト実行画面14上で描画されるアバターの移動軌跡を、オブジェクトと称する。ユーザは、キー操作等により描画する図形を入力することにより、入力された図形がスクリプト実行画面14上に表示される。スクリプト実行画面14上でスクリプトを編集することも可能である。情報処理装置10は、メモリに記憶されたスプリクトを読み出してスクリプト実行画面14上に実行内容を表示する。ユーザは、表示された実行結果の図形をキー操作等により変更して実行内容を編集する。
The script execution screen is a screen for executing a script and drawing a figure in the algorithm mode. It is a screen used for checking the execution result of a created script, creating a new figure, and changing the execution content of a script. FIG. 3 is a diagram showing an example of the
図4は、情報処理装置10の一例を示す機能ブロック図である。情報処理装置10は、キー入力部11およびディスプレイ12に加えて、CPU(Central Processing Unit)21、メモリ22、および記録媒体読取部24を備える。つまり情報処理装置10は、プロセッサとメモリとを有する、コンピュータである。
Figure 4 is a functional block diagram showing an example of an
CPU21は、メモリ22に書き込まれているプログラムに従って各部の動作を制御し、キー入力部11からのキー入力信号に応じた各種の処理を実行する。プログラムは、メモリ22に予め記録されていてもよいし、あるいはメモリカード等の外部記録媒体23から記録媒体読取部24を介してメモリ22に読み込まれて記憶されたものであってもよい。
The
メモリ22は、書き換え不可の領域に加えて、書込可能データエリア22bを有する。書込可能データエリア22bは、例えば、キー入力部11によりキー入力されたキーコードのデータ、数式のデータ、表データ、グラフデータ、あるいはスクリプトのテキストデータ等を記憶するためのエリアである。例えば、メモリ22の書き換え不可の領域に、プログラムとしてのスクリプト実行エンジン22aが記録される。スクリプト実行エンジン22aは、アルゴリズムモードにおけるスクリプトの編集、コンパイル、実行等の、スクリプトの作成から実行に係わる機能を制御するプログラムである。
In addition to the non-rewritable area, the
情報処理装置10は、プログラムに記述された命令に従ってCPU21が各部の動作を制御し、ソフトウェアとハードウェアとが協働して動作することにより、以下に説明する機能を実現する。
The
図5は、スクリプト実行エンジン22aに含まれるサブルーチンの一例を示す図である。スクリプト実行エンジン22aは、オブジェクト編集受付ルーチン22a1、スクリプト作成ルーチン22a2、表示制御ルーチン22a3、スクリプト編集受付ルーチン22a4、作成条件設定ルーチン22a5、スクリプト読み出しルーチン22a6、およびスクリプト記憶ルーチン22a7を備える。
Figure 5 is a diagram showing an example of a subroutine included in the
オブジェクト編集受付ルーチン22a1は、スクリプト実行画面14に表示されるオブジェクトを編集するためのユーザ操作を受け付ける。図6に示されるように、スクリプト実行画面14上でアバターを移動させてゆくと、その移動軌跡がオブジェクトとして描画される。図6の白抜き矢印は、その位置で何らかのユーザ操作(カーソルキー115の押下など)がなされることを示す。
The object editing reception routine 22a1 receives user operations for editing objects displayed on the
図6を用いて、オブジェクト編集受付ルーチン22a1が実行する処理を、具体的に説明する。初期状態で、アバターの位置座標は原点(0,0)にあったとする。この状態から、「描画開始」を指示するペンダウン操作(例えば「+」ボタンの押下)を行った後、カーソルキー115の右ボタンを操作して例えば座標(30,0)にまでアバターを移動させ、実行キー(例えば「=」ボタン)を押下する。そうするとアバターの軌跡が確定し、(0,0)と(30,0)を結ぶ1本の線が画面上に描画される。
The process executed by the object editing reception routine 22a1 will be specifically explained using Figure 6. Assume that in the initial state, the position coordinates of the avatar are at the origin (0,0). From this state, a pen-down operation (e.g., pressing the "+" button) is performed to instruct "start drawing", and then the right button of the
続いて、カーソルキー115の上ボタンを操作して例えば座標(30,10)にまでアバターを移動させ、実行キー「=」を押下する。そうすると(30,0)と(30,10)を結ぶ2本目の線が画面上に描画される。さらに、カーソルキー115の右ボタンを操作して例えば座標(60,10)にまでアバターを移動させ、実行キー「=」を押下すると、(30,10)と(60,10)を結ぶ3本目の線が画面上に描画される。最後に、「描画終了」を指示するペンアップ操作(例えば「-」ボタンの押下)により、線の描画が終了する。このような手順により、図6に示されるようなかぎ型の図形を描画することができる。
Next, the user operates the up button of the
オブジェクトの位置や形状は、スクリプト実行画面14において、カーソルキー115を上下左右に押下して自由に編集することが可能である。例えば、図7は、編集操作時のスクリプト実行画面14を示している。(A)は、編集操作開始前の画面であり、三角形の図形が描画されている。ここで、オブジェクトの最終点は、座標の原点に位置しており、太字のx印のポインタで示されている。編集操作開始前の初期状態において、オブジェクトの最終点が編集開始位置として選択されている。次に、カーソルキー115を操作して、編集開始位置を移動して編集したいポインタを選択する。(B)は、この編集したいポインタを選択する操作時の画面を示している。カーソルキー115の上ボタンを操作することにより、編集開始位置がオブジェクトの最終点のポインタから1つ手前のポインタに移動される。この状態で、実行キーを操作することにより、このポインタが編集開始位置として決定される。編集開始位置が決定されると、次に、新たなポインタを追加、あるいは、ポインタの位置を変更する操作を行う。(C)は、新たなポインタを追加する操作時の画面を示している。編集開始位置からカーソルキー115を操作することによって、新たに追加されるポインタが移動する。新たなポインタが描画したい位置に到達すると、実行キーを操作することによって、オブジェクトの最終点として確定される。また、(D)は、ポインタの位置を変更する操作時の画面を示している。編集開始位置のポインタが選択された状態において、「DEL」(削除)キーを操作することによって、ポインタが削除される。続いて、カーソルキー115を操作することによってポインタを移動して、ポインタの位置を変更する。ここでは、カーソルキー115の左ボタンを操作することにより、ポインタの位置を左に移動している。以上の操作により、オブジェクトの位置、形状が編集される。
The position and shape of the object can be freely edited by pressing the
アバターの初期位置である原点(0,0)および実行キー「=」を押下した各座標値は、図14を用いて後述するスクリプトの自動作成に係わる処理における、スタート値(x1,y1)またはエンド値(x2,y2)として用いられる。なお、ディスプレイ12がタッチパネルであれば、描画したい図形の頂点に対応するパネル上の位置に指先を接触させる操作(タッチ)や、パネルに指先を接触させたまま移動させる操作(タッチ&スライド)により、図形を描画することも可能である。
The origin (0,0), which is the initial position of the avatar, and each coordinate value when the execute key "=" is pressed are used as the start value (x1,y1) or end value (x2,y2) in the process related to automatic script creation described later with reference to FIG. 14. If the
スクリプト作成ルーチン22a2は、スクリプト実行画面14において編集されたオブジェクトに対応するスクリプトを、作成条件設定ルーチン22a5により設定された作成条件に従って作成する。
The script creation routine 22a2 creates a script corresponding to the object edited on the
表示制御ルーチン22a3は、スクリプト作成ルーチン22a2により作成されたスクリプトを、スクリプト編集画面13に表示する。
The display control routine 22a3 displays the script created by the script creation routine 22a2 on the
スクリプト編集受付ルーチン22a4は、スクリプト編集画面に表示されるスクリプトを編集するためのユーザ操作を受け付ける。[CALC]キーの押下により情報処理装置10がアルゴリズムモードになると、スクリプト編集受付ルーチン22a4は、数値・演算記号キー群111から、コマンドの入力を受け付ける。例えば、ディスプレイ12に表示されているアバターAの表示位置をある移動量で移動させるコマンドがある。ユーザは、数値・演算記号キー群111を操作して、引数としての移動量とともにコマンドを入力し、スクリプトを作成する。
The script editing reception routine 22a4 receives user operations for editing the script displayed on the script editing screen. When the
作成条件設定ルーチン22a5は、スクリプトの作成条件を指定するためのユーザ操作を受け付ける。そして、作成条件設定ルーチン22a5は、指定された作成条件に基づいて、スクリプト作成ルーチン22a2にスクリプトを作成させる。 The creation condition setting routine 22a5 accepts a user operation to specify the creation conditions for the script. Then, the creation condition setting routine 22a5 causes the script creation routine 22a2 to create a script based on the specified creation conditions.
スクリプト読み出しルーチン22a6は、メモリ22の書込可能データエリア22bに記憶されているスクリプトを読み出し、スクリプト編集画面13またはスクリプト実行画面14に表示する。
The script reading routine 22a6 reads the script stored in the writable data area 22b of the
スクリプト記憶ルーチン22a7は、スクリプト作成ルーチン22a2、スクリプト編集受付ルーチン22a4により作成されたスクリプトを、メモリ22の書込可能データエリア22bに記憶する。
The script storage routine 22a7 stores the scripts created by the script creation routine 22a2 and the script edit reception routine 22a4 in the writable data area 22b of the
アルゴリズムモードに入ると、情報処理装置10は、図8に示すように、ユーザによる実行モードの選択を受け付ける実行モード選択画面15をディスプレイ12に表示する。ユーザはカーソルキー115を操作して、Edit->Runモード(数値1に対応)、またはRun->Editモード(数値2に対応)のいずれかを指定することができる。
When the algorithm mode is entered, the
図8を参照して、これらの2つのモードについて説明する。Edit->Runモードは、ディスプレイ12に表示されるスクリプトを編集するためのモードである。Edit->Runモードでは、スクリプト編集画面13が表示され、例えば、コマンドに与えられる引数を変更するなどの操作を行うことができる。スクリプトの編集が完了した後に実行ボタン(例えばEXEボタン)が押下されると、スクリプト実行画面14が表示され、スクリプトを実行して画面上に図形を描画する。当該スクリプトを実行した結果として画面に表示される図形は、基本的には編集できないようになっている。
These two modes will be explained with reference to Figure 8. The Edit->Run mode is a mode for editing the script displayed on the
Run->Editモードは、ディスプレイ12の画面に表示される図形を編集可能とするモードである。Run->Editモードでは、スクリプト実行画面14が表示され、ユーザは、図形の編集を行うことができる。図形の編集が完了した後に実行ボタン(例えばEXEボタン)が押下されると、スクリプト編集画面13が表示され、その図形に対応するスクリプトが自動で生成される。編集済のスクリプトのデータは、メモリ22におけるそれぞれのモードからアクセス可能な記憶領域(共通データエリア)に記憶される。
The Run->Edit mode is a mode in which the figures displayed on the screen of the
Edit->RunモードからRun->Editモード、Run->EditモードからEdit->Runモードへの変更は、例えば、[OPTN](オプション)キーを押下することにより、実行モード選択画面15に移行し、実行モード選択画面15上でEdit->RunモードあるいはRun->Editモードを選択することによって、実行される。したがって、共通データエリアに記憶されたスクリプトのデータをそれぞれのモードから読み出してスクリプトを再編集することが可能である。
Changing from Edit->Run mode to Run->Edit mode, or from Run->Edit mode to Edit->Run mode, is performed, for example, by pressing the [OPTN] (option) key to move to the execution
スクリプトの編集に関し、図9を参照してアルゴリズムモードの処理手順の概要を説明する。例えば、学習者であるユーザは、スクリプトを作成して、これがどのように実行されるのか確かめたいとする。このとき、実行モード選択画面15からEdit->Runモードを選択して、共通データエリアからスクリプトを読み出し、あるいは共通データエリアにスクリプトが記憶されていない場合は、スクリプトを新規作成する。スクリプト編集画面13上に読み出されたスクリプトを編集、あるいはスクリプト編集画面13上にスクリプトを新規に作成することにより、第1の命令リストである第1のスクリプトが作成され、メモリ22の共通データエリアに保存される(ステップS101)。続いて、作成された第1のスクリプトが実行され、第1の実行内容である図形の描画が行われ、スクリプト実行画面14に表示されるグラフィカル実行・表示処理が行われる(ステップS102)。このように、ユーザは、自分で作成したスクリプトがどのように実行されグラフィカル表示されるのかを確かめることができ、プログラムの学習をすることができる。
Regarding editing of a script, an outline of the processing procedure of the algorithm mode will be described with reference to FIG. 9. For example, a user who is a learner creates a script and wants to confirm how it is executed. At this time, the user selects Edit->Run mode from the execution
続いてユーザは、スクリプト実行画面14に表示された第1の実行内容により描画された図形に基づいて描画された図形を変更してそのときのスクリプトの変化を確かめてみたいと思う場合がある。このとき、モードをRun->Editモードに変更して描画された図形の編集を行う。実行モード選択画面15に戻り、Run->Editモードを選択してRun->Editモードに移行すると、共通データエリアに保存された第1のスクリプトが読み出される。読み出されたスクリプトは実行されて、第1の実行内容である図形の描画が行われスクリプト実行画面14上に表示され、描画された図形についてグラフィカル編集が可能となる。ここで、ユーザは、描画された図形を変更することにより、グラフィカル編集し、図形の描画についての第2の実行内容を作成する(ステップS103)。グラフィカル編集が終了すると、第2の実行内容に対応する第2の命令リストである第2のスクリプトが自動生成され、生成された第2のスクリプトがスクリプト編集画面13に表示される。生成された第2のスクリプトは共通データエリアに保存される(ステップS104)。このように、既に作成されているスクリプトの実行により描画された図形を変更して新たなスクリプトを生成することにより、描画された図形の変更によりスクリプトがどのように変更されるかを確認することができ、プログラムの学習の効果を高めることができる。
Next, the user may want to change the drawn figure based on the figure drawn by the first execution content displayed on the
さらに、スクリプト編集画面13に表示された第2のスプリクトを編集したい場合、モードをEdit->Runモードに変更する。実行モード選択画面15に戻り、Edit->Runモードを選択することによってEdit->Runモードに移行する。Edit->Runモードに移行すると、共通データエリアに保存された第2のスプリクトが読み出され、スクリプト編集画面13に第2のスクリプトが表示され、スクリプトの編集が可能な状態とされる。すなわち、ステップS101の状態に移行する。ここで、第2のスクリプトを変更してスクリプトを編集することにより、これが、第1のスクリプトとなって、以下同様にステップS101→ステップS102→ステップS103→ステップS104→・・・と繰り返し編集が可能となる。
If you want to edit the second script displayed on the
上記の説明は、スクリプトを作成して、これがどのように実行されるのか確かめるべく、Edit->Runモードを選択することにより、ステップS101から始まる処理であった。これに対して、例えば、ユーザが、描画される図形を作成して、これがどのようなスクリプトとなるのか確かめたい場合、Run->Editモードを選択して、ステップS103から処理を始めることもできる。このとき、実行モード選択画面15からRun->Editモードを選択して、共通データエリアからスクリプトを読み出し、あるいは共通データエリアにスクリプトが記憶されていない場合は、描画される図形を新規作成する。スクリプト実行画面14上で描画された図形を編集、あるいは描画される図形を新規に作成することにより、第3の実行内容が作成される(ステップS103)。このグラフィカル編集が終了すると、第3の実行内容に対応する第3の命令リストである第3のスクリプトが自動生成され、生成された第3のスクリプトがスクリプト編集画面13に表示される。これにより、ユーザは、描画される図形を作成して、これがどのようなスクリプトとなるのか表示して確かめることができる。生成された第3のスクリプトは共通データエリアに保存される(ステップS104)。
The above description was of a process that starts from step S101 by creating a script and selecting the Edit->Run mode to check how it will be executed. In contrast, for example, if the user wants to create a figure to be drawn and check what kind of script it will be, the user can select the Run->Edit mode and start the process from step S103. At this time, the user selects the Run->Edit mode from the execution
さらに、スクリプト編集画面13に表示された第3のスプリクトを編集したい場合、モードをEdit->Runモードに変更する。Edit->Runモードに移行すると、共通データエリアに保存された第2のスプリクトが読み出され、スクリプト編集画面13に第2のスクリプトが表示され、スクリプトの編集が可能な状態とされる。すなわち、ステップS101の状態に移行する。ここで、第3のスクリプトを変更してスクリプトを編集することにより、第1の命令リストである第1のスクリプトが作成される。以下同様にステップS101→ステップS102→ステップS103→ステップS104→・・・と繰り返し編集が可能となる。
If the user wishes to further edit the third script displayed on the
このように、作成された1つのスクリプトを基に、スクリプトを変更して実行内容を確かめ、さらに実行内容である図形を変更してスクリプトを確かめることを繰り返し行うことができ、どこをどのように変更したら、どのような結果になるかを確かめることができる。ここで、まったく新しいスクリプトを生成するのではなく、一部を少しずつ変更して確かめることができるので、よりプログラムの構造を理解しやすくなる。 In this way, you can use a single created script as a base to change the script and check what it does, then change the shapes it does and check the script again, repeatedly, to see what results you get when you change something and how. Here, rather than generating an entirely new script, you can change parts of it little by little and check what happens, making it easier to understand the program structure.
図10は、上記処理手順を実現する情報処理装置10の処理手順の具体的な一例を示すフローチャートである。アルゴリズムモードに入ると、初期画面を表示したのち、情報処理装置10は、図8に示された実行モード選択画面15により、ユーザによる実行モードの選択を受け付ける(ステップS201)。ステップS201においてEdit->Runモードが指定(1)されると、情報処理装置10は、メモリ22の共通データエリアに記憶されたスクリプトが存在するか否かを判断する(ステップS202)。メモリ22の共通データエリアにスクリプトが存在する場合(ステップS202:YES)、記憶されたスクリプトを読み出し、ディスプレイ12のスクリプト編集画面13に表示する(ステップS203)。共通データエリアにスクリプトが存在しない場合(ステップS202:NO)、スクリプト編集画面13にスクリプトが存在しない新規作成状態を表示する(ステップS204)。
Figure 10 is a flowchart showing a specific example of the processing procedure of the
次に、情報処理装置10は、編集開始のユーザ操作(ステップS205)、スクリプト実行のユーザ操作(ステップS209)、実行モード選択画面に戻るユーザの操作(ステップS211)、およびアルゴリズムモード終了のユーザ操作(ステップS212)を待ち受け、いずれの操作も無ければ(NO)、ステップS205~ステップS212のループが繰り返される。
The
ステップS205で、編集開始のユーザ操作があれば(ステップS205:YES)、ユーザによるスクリプトの編集操作が受け付けられる(ステップS206)。編集終了のユーザ操作が有れば(ステップS207:YES)、最新の編集内容がメモリ22の共通データエリアに反映され、記憶される(ステップS208)。そして、スクリプトの実行のユーザ操作があれば(ステップS209:YES)、情報処理装置10は共通データエリアのスクリプトを読み出し、実行する(ステップS210)。スクリプトが実行されると、スクリプト編集画面13からスクリプト実行画面14に変更され、図形が描画される。スクリプトの実行が終了すると、実行モード選択画面15に戻るユーザ操作が有るか否か判断される(ステップS211)。実行モード選択画面15に戻るユーザ操作が有れば(ステップS211:YES)、ステップS201に戻り、ユーザは、実行モードを変更することができる。実行モード選択画面15に戻るユーザ操作が無ければ(ステップS211:NO)、アルゴリズムモード終了のユーザ操作が有るか否か判断される(ステップS212)。アルゴリズムモード終了のユーザ操作が有れば(ステップS212:YES)、アルゴリズムモードは終了する。アルゴリズムモード終了のユーザ操作が無ければ(ステップS212:NO)、ステップS205に戻る。この場合、Edit->Runモードにおいて、続けてスクリプトの編集を行うことができる。
In step S205, if there is a user operation to start editing (step S205: YES), the user's script editing operation is accepted (step S206). If there is a user operation to end editing (step S207: YES), the latest edited content is reflected and stored in the common data area of the memory 22 (step S208). Then, if there is a user operation to execute the script (step S209: YES), the
一方、図10のフローチャートのステップS201においてRun->Editモードが指定(2)されると、図11のフローチャートに示される処理手順が開始される。このモードにおいて、情報処理装置10は、最初にメモリ22の共通データエリアに記憶されたスクリプトが存在するか否かを判断する(ステップS301)。メモリ22の共通データエリアにスクリプトが存在する場合(ステップS301:YES)、記憶されたスクリプトを読み出して実行し、実行結果をディスプレイ12にRun->Editモードにおける初期画面として表示する(ステップS302)。初期画面は、例えば図8に示されるように、横方向(x軸)および縦方向(y軸)の各座標軸を備えるスクリプト実行画面14である。共通データエリアにスクリプトが存在しない場合(ステップS301:NO)、ディスプレイ12にRun->Editモードの初期画面として実行結果が存在しない新規作成状態を表示する(ステップS303)。初期座標としての原点にx印を表示しても良い。ここで、メモリ22の共通データエリアにスクリプトが存在する場合、記憶されたスクリプトをすぐに読み出すのではなく、共通データエリアにどんなスクリプトのデータが記憶されているのか、確認できるようにしてもよい。
On the other hand, when the Run->Edit mode is specified (2) in step S201 of the flowchart in FIG. 10, the processing procedure shown in the flowchart in FIG. 11 is started. In this mode, the
次に、情報処理装置10は、スクリプト自動生成に係わる優先順位の設定を待ち受け(ステップS304)、ユーザ操作が有れば(ステップS304:YES)、優先順位設定のユーザ操作を受け付ける(ステップS305)。優先順位の設定は、例えば図12および図13に示されるようなプロンプトを用いてユーザに促される。
Next, the
図12は、ディスプレイ12に表示されるアバターAの位置を指定するための、3つの条件(Priority-1)を示す。これらの条件のうちいずれを優先するかを、ユーザは、カーソルキー115を押下するなどの操作で指定する。
Figure 12 shows three conditions (Priority-1) for specifying the position of avatar A displayed on the
『1:Turn』は、アバターの位置を、ディスプレイ12の座標系における現在の絶対角度に対する相対角度、および現在位置からの移動量で指定する、という条件である。この条件が指定されると、情報処理装置10は、回転を指示する命令(Turnコマンド)と、移動を指示する命令(Moveコマンド)との組み合わせでアバターを移動させるようなスクリプトを自動生成する。
"1: Turn" is a condition that specifies the position of the avatar by a relative angle with respect to the current absolute angle in the coordinate system of the
『2:Direction』は、アバターの位置を、ディスプレイ12の座標系における絶対角度、および現在位置からの移動量で指定する、という条件である。この条件が指定されると、情報処理装置10は、向きを指定する命令(Directionコマンド)と、移動を指示する命令(Moveコマンド)との組み合わせでアバターを移動させるようなスクリプトを自動生成する。
"2: Direction" is a condition that specifies the position of the avatar by an absolute angle in the coordinate system of the
『3:Go to x,y』は、アバターの位置を、ディスプレイ12の座標系における座標値で直接指定する、という条件である。この条件が指定されると、情報処理装置10は、アバターの座標を指定する命令(Go toコマンド)でアバターを移動させるようなスクリプトを自動生成する。
"3: Go to x, y" is a condition that specifies the position of the avatar directly using coordinate values in the coordinate system of the
図13は、スクリプトの作成に係わる2つ目の優先度(Priority-2)を選択するためのプロンプト画面の一例を示す。図13に示される画面において、ユーザは、『1:Sequence』または『2:Repeat』のいずれかを、カーソルキー115を押下するなどの操作で指定する。
Figure 13 shows an example of a prompt screen for selecting the second priority (Priority-2) for creating a script. On the screen shown in Figure 13, the user selects either "1: Sequence" or "2: Repeat" by pressing the
『1:Sequence』は、順次型のアルゴリズムを優先してスクリプトを作成する、という条件である。この条件が指定されると、情報処理装置10は、Repeat命令を考慮せず、シーケンス型のスクリプトを生成する。
"1: Sequence" is a condition that prioritizes sequential algorithms when creating a script. When this condition is specified, the
『2:Repeat』は、ループ型のアルゴリズムを優先してスクリプトを作成する、という条件である。この条件が指定されると、情報処理装置10は、Repeat命令を考慮し、この命令をできる限り使用してコンパクトなスクリプトを生成する。
"2: Repeat" is a condition that prioritizes loop-type algorithms when creating a script. When this condition is specified, the
図11のフローチャートに戻って説明を続ける。次のステップにおいて、情報処理装置10は、図形描画に係わる編集開始のユーザ操作を待ち受ける(ステップS306)。ユーザ操作が無ければ(ステップS306:NO)、実行モード選択画面15に戻るユーザの操作(ステップS312)の有無を判定する。実行モード選択画面15に戻るユーザ操作が無ければ(ステップS312:NO)、アルゴリズムモード終了のユーザ操作の有無を判定し(ステップS313)、当該ユーザ操作が有れば(ステップS313:YES)終了する。ユーザ操作が無ければ(ステップS313:NO)、処理手順はステップS304に戻る。
Returning to the flowchart of FIG. 11, the explanation will be continued. In the next step, the
ステップS306において、図形描画に係わる編集開始のユーザ操作が有れば(ステップS306:YES)、情報処理装置10は、このユーザ操作を受け付ける(ステップS307)。ユーザは、スクリプト実行画面14に表示された図形を変更あるいはスクリプト実行画面14に新たな図形を描画する。
In step S306, if a user operation to start editing related to drawing a figure is performed (step S306: YES), the
そして、図形を描画するモードを終了するユーザ操作が有れば(ステップS308:YES)、情報処理装置10は、指定された優先順位および指定された図形に基づいて、スクリプトを自動生成する(ステップS309)。次に、情報処理装置10は、作成したスクリプトをディスプレイ12に表示する(ステップS310)。このとき、ディスプレイ12は、スクリプト編集画面13に変更され、作成したスクリプトは、スクリプト編集画面13上に表示される。作成したスクリプトのデータはメモリ22の共通データエリアへ記憶される(ステップS311)。スクリプトのデータが共通データエリアへ記憶された後、実行モード選択画面15に戻るユーザ操作が有るか否か判断される(ステップS312)。実行モード選択画面15に戻るユーザ操作が有れば(ステップS312:YES)、ステップS201に戻り、ユーザは、実行モードを変更することができる。実行モード選択画面15に戻るユーザ操作が無ければ(ステップS312:NO)、アルゴリズムモード終了のユーザ操作が有るか否か判断される(ステップS313)。アルゴリズムモード終了のユーザ操作が有れば(ステップS313:YES)、アルゴリズムモードは終了する。アルゴリズムモード終了のユーザ操作が無ければ(ステップS313:NO)、ステップS304に戻る。この場合、Run->Editモードにおいて、続けて図形の編集を行うことができる。あるいは、スクリプト自動生成の優先順位を変更して別の条件を設定し、設定された条件を満たすコマンドを含むスクリプトを生成することができる。
Then, if there is a user operation to end the mode for drawing a figure (step S308: YES), the
図14は、スクリプトの自動生成に係わる処理手順の一例を示すフローチャートである。ここで、初期状態において、アバターの座標は原点(0,0)であり、絶対角度は「0°」であるとする。図14において、情報処理装置10は、Run->Editモードにおいて描画された図形(例えば図7)の各点の、スタート値(x1,y1)およびエンド値(x2,y2)をキャッシュメモリに格納し(ステップS401,S402)、Priority-1での優先順位をチェックする(ステップS403)。
Figure 14 is a flowchart showing an example of a processing procedure for automatic generation of a script. Here, in the initial state, the coordinates of the avatar are the origin (0,0), and the absolute angle is "0°". In Figure 14, the
ここで、図6を用いて説明したように、オブジェクトを描画する際、アバターの初期位置は原点(0,0)であり、アバターを移動させる毎に実行キー「=」を押下する操作を複数回繰り返すことで、当該オブジェクトの複数の頂点が順次指定される。このとき、描画される当該オブジェクトの複数の頂点の中の隣接する2つの頂点のうち、時系列で先に指定した座標値をスタート値、後に指定した座標値をエンド値という。したがって、スタート値とエンド値の組が複数存在する場合がある。 As explained using Figure 6, when drawing an object, the initial position of the avatar is the origin (0,0), and by repeatedly pressing the execution key "=" multiple times each time the avatar is moved, multiple vertices of the object are specified in sequence. At this time, of the two adjacent vertices of the multiple vertices of the object being drawn, the coordinate value that is specified first in chronological order is called the start value, and the coordinate value that is specified last is called the end value. Therefore, there may be multiple pairs of start and end values.
例えば、図6においては、(0,0)と(30,0)との組、(30,0)と(30,10)との組、および、(30,10)と(60,10)との組がスタート値(x1,y1)とエンド値(x2,y2)との組である。また、図7(A)においては、(0,0)と(20,0)との組、(20,0)と(10,10√3)との組、および、(10,10√3)と(0,0)との組がスタート値(x1,y1)とエンド値(x2,y2)との組である。 For example, in FIG. 6, the pairs (0,0) and (30,0), (30,0) and (30,10), and (30,10) and (60,10) are pairs of start value (x1,y1) and end value (x2,y2). Also, in FIG. 7(A), the pairs (0,0) and (20,0), (20,0) and (10,10√3), and (10,10√3) and (0,0) are pairs of start value (x1,y1) and end value (x2,y2).
図14において、『1:Turn』が指定されていれば、情報処理装置10は、上記キャッシュされたスタート値、エンド値に基づいてTurnコマンド、Moveコマンドのそれぞれの引数を自動で計算し、これらのコマンドを順に配置してスクリプトブロックを生成する(ステップS404)。
In FIG. 14, if "1:Turn" is specified, the
『2:Direction』が指定されていれば、情報処理装置10は、上記キャッシュされたスタート値、エンド値に基づいてDirectionコマンド、Moveコマンドのそれぞれの引数を自動で計算し、これらのコマンドを順に配置してスクリプトブロックを生成する(ステップS405)。
If "2: Direction" is specified, the
『3:Go to』が指定されていれば、情報処理装置10は、上記キャッシュされたスタート値、エンド値に基づいてGo toコマンドの引数(座標値)を自動で計算し、スクリプトブロックを生成する(ステップS406)。
If "3: Go to" is specified, the
ステップS401~ステップS406までの処理は、点の終端に至るまで繰り返される(ステップS407)。終端に至ると(ステップS407:Yes)、情報処理装置10は、Priority-2での優先順位をチェックする(ステップS408)。『1:Sequence』が指定されていれば、情報処理装置10は、上記生成されたブロックを順に配列してスクリプトを作成する。
The processes from step S401 to step S406 are repeated until the end of the point is reached (step S407). When the end is reached (step S407: Yes), the
『2:Repeat』が指定されていれば、情報処理装置10は、上記生成されたブロックのうち連続するブロックが有れば(ステップS409:YES)、それらを『Repeat』コマンドに置き換えてスクリプトを作成し(ステップS410)、終了する。
If "2: Repeat" is specified, if there are consecutive blocks among the generated blocks (step S409: YES), the
上記実施形態において、CPU21がメモリ22に記憶されたプログラムを実行することによって、制御手段として機能した。しかしながら、CPU21がメモリ22に記憶されたプログラムを実行する代わりに、例えばASIC(Application Specific Integrated Circuit)、FPGA(Field-Programmable Gate Array)、各種制御回路等の専用のハードウェアを備え、専用のハードウェアが、制御手段として機能しても良い。この場合、一部を専用のハードウェアによって実現し、他の一部をソフトウェア又はファームウェアによって実現しても良い。
In the above embodiment, the
また、上記実施形態において、メモリ22に予めプログラムを記憶しておくことはもとより、メモリカード等の外部記録媒体23から記録媒体読取部24を介してメモリ22に読み込ませて記憶されたものであってもよいと説明した。これに加えて、プログラムを搬送波に重畳し、インターネット等の通信媒体を介してメモリ22に読み込ませて記憶することもできる。図15は、互いにインターネット等のネットワーク30で通信可能に接続されたサーバ装置31と複数の情報処理装置10とを備えるシステムである。サーバ装置31は、本発明に係る処理を実行するプログラムを記憶部に記憶している。プログラムは、情報処理装置10の要求に応じてネットワーク30を介しサーバ装置31からダウンロードされ、情報処理装置10のメモリ22にインストールされる。そして、情報処理装置10は、このプログラムを起動し、OS(Operating System)の制御下で、他のアプリケーションプログラムと同様に実行することにより、上記の処理を実行できるように構成してもよい。また、サーバ装置31は、本発明に係る処理を実行するプログラムを実装し、情報処理装置10がプログラムを実行するのではなく、情報処理装置10の操作入力に応じてサーバ装置31がプログラムを実行して、その実行結果を情報処理装置10に送信してもよい。例えば、情報処理装置10はウェブブラウザを通じてサーバ装置31にアクセスしてサーバ装置31はプログラムの実行結果を提供する。
In the above embodiment, the program may be stored in advance in the
以上説明したように、本実施形態によれば、情報処理装置10は、学習者が作成した第1の命令リストの第1の実行内容をディスプレイ12へ表示し、どのような実行結果がもたらされるのかを提示することで、プログラミングに慣れ親しむことができる。
As described above, according to this embodiment, the
また、図形を描画する第1の実行内容の少なくとも一部を変更する操作を受け付けることで、第2の実行内容を作成し、第2の実行内容に対応する第2命令リストを生成し、第2の命令リストをディスプレイ12に表示する。これにより、すでに存在するグラフィカルな実行結果を変更すると、学習者自身が作成した命令リストがどのように修正されるのかを理解することができ、命令リストに対する理解を深めさせることで、プログラミング学習を支援する。
In addition, by accepting an operation to change at least a part of the first execution content that draws a figure, a second execution content is created, a second command list corresponding to the second execution content is generated, and the second command list is displayed on the
また、情報処理装置10は、図形を描画する実行内容を作成する操作を受け付けることで、第3の実行内容を作成し、第3の実行内容に対応する第3命令リストを生成し、第3の命令リストをディスプレイ12に表示する。これにより学習者がグラフィカルな実行結果を新たに作成し、その実行結果をもたらす命令リストを自動生成して提示し、プログラミングが初めての入門者であっても、プログラミングに慣れ親しむことができる。
In addition, by accepting an operation to create an execution content for drawing a figure, the
さらに、第3の命令リストをディスプレイ12に表示し、第3の命令リストの少なくとも一部を変更する操作を受け付けることで、第1の命令リストを作成する。したがって、グラフィカルな実行結果を示した後に、その実行結果をもたらす命令リストを自動生成して提示し、その後その命令リストを変更することができ、さらに、変更後の命令リストに対するグラフィカルな実行結果を提示する。これにより、学習者自身が命令リストを変更すると、その実行結果がどのように変化するのかを理解することができ、命令リストに対する理解を深めさせることで、プログラミング学習を支援する。
Furthermore, the third command list is displayed on the
さらに、情報処理装置10は、第1の実行内容の少なくとも一部を変更する操作を受け付けることで、第2の実行内容を作成し、第2の実行内容に対応する第2の命令リストを生成し、第2の命令リストをディスプレイ12に表示する一方で、第3の命令リストをディスプレイ12に表示し、第3の命令リストの少なくとも一部を変更する操作を受け付けることで、第1の命令リストを作成する。これにより、『命令リストをユーザが作成/変更し、自動生成されるグラフィカルな実行結果を確認する』という処理と、『グラフィカルな実行結果をユーザが作成/変更し、命令リストが自動生成される』という処理の双方を行き来して実行できるようにしたので、ユーザ自身が作成している命令リストの理解度を深めることができ、プログラミング学習支援できる。
Furthermore, the
また、命令リストを自動生成する際、2通り以上の命令リストを生成し、その少なくとも何れかを提示する。これにより、学習者は、同じグラフィカルな実行結果であっても、2通り以上のコマンドリストが対応し得ることを学習することができる。また、自動生成するする命令リストは、ユーザ設定した特定の命令をリストへ含めることとした。これにより、学習者は、特定の命令を使用したプログラミング方法を学習することができる。 When automatically generating a command list, two or more command lists are generated and at least one of them is presented. This allows the learner to learn that the same graphical execution result can be handled by two or more command lists. In addition, the automatically generated command list includes specific commands set by the user. This allows the learner to learn programming methods that use specific commands.
本発明の実施形態を説明したが、本発明の範囲は、上述の実施形態に限定するものではなく、特許請求の範囲に記載された発明の範囲とその均等の範囲を含む。以下に、この出願の願書に最初に添付した特許請求の範囲に記載した発明を付記する。付記の番号は、この出願の願書に最初に添付した特許請求の範囲の通りである。 Although an embodiment of the present invention has been described, the scope of the present invention is not limited to the above-mentioned embodiment, but includes the scope of the invention described in the claims and their equivalents. The invention described in the claims first attached to this application is appended below. The appended number corresponds to the claim first attached to this application.
(付記1)
命令リストを作成する操作を受け付けることで、第1の命令リストを作成し、
前記第1の命令リストの第1の実行内容を表示部へ表示し、
前記第1の実行内容の少なくとも一部を変更する操作を受け付けることで、第2の実行内容を作成し、
前記第2の実行内容に対応する第2の命令リストを生成し、前記第2の命令リストを前記表示部に表示する、
制御手段を備える情報処理装置。
(Appendix 1)
A first command list is created by accepting an operation for creating a command list;
displaying a first execution content of the first command list on a display unit;
creating a second execution content by accepting an operation to change at least a part of the first execution content;
generating a second command list corresponding to the second execution content, and displaying the second command list on the display unit;
An information processing device comprising a control means.
(付記2)
前記制御手段は、
実行内容を作成する操作を受け付けることで、第3の実行内容を作成し、
前記第3の実行内容に対応する第3の命令リストを生成し、前記第3の命令リストを前記表示部に表示し、
前記第3の命令リストの少なくとも一部を変更する操作を受け付けることで、前記第1の命令リストを作成する、
付記1に記載の情報処理装置。
(Appendix 2)
The control means
A third execution content is created by accepting an operation to create the execution content;
generating a third command list corresponding to the third execution content, and displaying the third command list on the display unit;
creating the first command list by accepting an operation to change at least a part of the third command list;
2. The information processing device according to
(付記3)
前記制御手段は、
作成した前記第1の命令リストを記憶部へ記憶し、
ユーザの指示に応じて、前記記憶部より前記第1の命令リストを読み出し、
読み出した前記第1の命令リストの前記第1の実行内容を前記表示部に表示し、
前記第1の実行内容の少なくとも一部を変更する操作を受け付けることで前記第2の実行内容を作成する、
付記1に記載の情報処理装置。
(Appendix 3)
The control means
storing the created first command list in a storage unit;
reading the first command list from the storage unit in response to a user instruction;
displaying the first execution content of the first command list on the display unit;
creating the second execution content by accepting an operation to change at least a part of the first execution content;
2. The information processing device according to
(付記4)
前記制御手段は、
生成した前記第3の命令リストを記憶部へ記憶し、
ユーザの指示に応じて、前記記憶部より前記第3の命令リストを読み出し、
読み出した前記第3の命令リストを前記表示部に表示し、
前記第3の命令リストの少なくとも一部を変更する操作を受け付けることで、前記第1の命令リストを作成する、
付記2に記載の情報処理装置。
(Appendix 4)
The control means
storing the generated third command list in a storage unit;
reading the third command list from the storage unit in response to a user instruction;
displaying the read third command list on the display unit;
creating the first command list by accepting an operation to change at least a part of the third command list;
3. The information processing device according to
(付記5)
前記制御手段は、
前記第2の実行内容に対応する命令リストを生成する際の条件を設定し、前記条件を満たす命令リストが存在するか否かを判別し、
前記条件を満たす命令リストが存在すると判別した場合、前記第2の命令リストとして生成する、
付記1に記載の情報処理装置。
(Appendix 5)
The control means
setting a condition for generating an instruction list corresponding to the second execution content, and determining whether or not an instruction list that satisfies the condition exists;
if it is determined that a command list that satisfies the condition exists, generating the command list as the second command list;
2. The information processing device according to
(付記6)
コンピュータに、
命令リストを作成する操作を受け付けることで、第1の命令リストを作成し、
前記第1の命令リストの第1の実行内容を表示部へ表示し、
前記第1の実行内容の少なくとも一部を変更する操作を受け付けることで、第2の実行内容を作成し、
前記第2の実行内容に対応する第2の命令リストを生成し、前記表示部に表示する、
処理を実行させるプログラム。
(Appendix 6)
On the computer,
A first command list is created by accepting an operation for creating a command list;
displaying a first execution content of the first command list on a display unit;
creating a second execution content by accepting an operation to change at least a part of the first execution content;
generating a second command list corresponding to the second execution content and displaying the second command list on the display unit;
A program that executes a process.
(付記7)
ネットワークを介して通信可能に接続されるサーバ装置および情報処理装置を備えるシステムによって実行される方法であって、
命令リストを作成する操作を受け付けるステップと、
前記命令リストを作成する操作を受け付けたことに応じて、第1の命令リストを作成するステップと、
前記第1の命令リストの第1の実行内容を表示部へ表示するステップと、
前記第1の実行内容の少なくとも一部を変更する操作を受け付けるステップと、
前記第1の実行内容の少なくとも一部を変更する操作を受け付けたことに応じて、第2の実行内容を作成するステップと、
前記第2の実行内容に対応する第2の命令リストを生成するステップと、
前記第2の命令リストを前記表示部に表示するステップと、
を含む情報処理方法。
(Appendix 7)
A method executed by a system including a server device and an information processing device communicatively connected via a network,
accepting an operation to create a command list;
creating a first command list in response to receiving an operation to create the command list;
displaying a first execution content of the first command list on a display unit;
receiving an operation to change at least a part of the first execution content;
creating a second execution content in response to receiving an operation to change at least a part of the first execution content;
generating a second instruction list corresponding to the second execution content;
displaying the second command list on the display;
An information processing method comprising:
(付記8)
ネットワークを介して通信可能に接続される情報処理装置へプログラムを送信するサーバ装置であって、
前記情報処理装置のコンピュータに、
命令リストを作成する操作を受け付けることで、第1の命令リストを作成し、
前記第1の命令リストの第1の実行内容を表示部へ表示し、
前記第1の実行内容の少なくとも一部を変更する操作を受け付けることで、第2の実行内容を作成し、
前記第2の実行内容に対応する第2の命令リストを生成し、前記表示部に表示する、
処理を実行させる前記プログラムを記憶部に記憶するサーバ装置。
(Appendix 8)
A server device that transmits a program to an information processing device that is communicatively connected via a network,
A computer of the information processing device
A first command list is created by accepting an operation for creating a command list;
displaying a first execution content of the first command list on a display unit;
creating a second execution content by accepting an operation to change at least a part of the first execution content;
generating a second command list corresponding to the second execution content and displaying the second command list on the display unit;
A server device that stores the program for executing the process in a storage unit.
10…情報処理装置、11…キー入力部、12…ディスプレイ、13…スクリプト編集画面、14…スクリプト実行画面、15…実行モード選択画面、21…CPU、22…メモリ、22a…スクリプト実行エンジン、22a1…オブジェクト編集受付ルーチン、22a2…スクリプト作成ルーチン、22a3…表示制御ルーチン、22a4…スクリプト編集受付ルーチン、22a5…作成条件設定ルーチン、22a6…スクリプト読み出しルーチン、22a7…スクリプト記憶ルーチン、22b…書込可能データエリア、23…外部記録媒体、24…記録媒体読取部、30…ネットワーク、31…サーバ装置、111…数値・演算記号キー群、112…関数機能キー群、113…設定キー群、114…ファンクションキー群、115…カーソルキー、A…アバター 10...information processing device, 11...key input unit, 12...display, 13...script editing screen, 14...script execution screen, 15...execution mode selection screen, 21...CPU, 22...memory, 22a...script execution engine, 22a1...object editing acceptance routine, 22a2...script creation routine, 22a3...display control routine, 22a4...script editing acceptance routine, 22a5...creation condition setting routine, 22a6...script reading routine, 22a7...script storage routine, 22b...writable data area, 23...external recording medium, 24...recording medium reading unit, 30...network, 31...server device, 111...numerical value and arithmetic symbol keys, 112...function function keys, 113...setting keys, 114...function keys, 115...cursor key, A...avatar
Claims (11)
作成された前記第1の命令リストを記憶部へ記憶し、
命令リストに基づく実行内容の表示が指示されたとき、前記記憶部に前記第1の命令リストが記憶されていれば、前記記憶部より前記第1の命令リストを読み出して、前記第1の命令リストの第1の実行内容を表示部へ表示し、
前記第1の実行内容の少なくとも一部を変更する操作を受け付けることで、第2の実行内容を生成して前記表示部へ表示し、
前記第1の実行内容の少なくとも一部を変更する操作の終了を受け付けることで、前記第2の実行内容に対応する第2の命令リストを生成するとともに、前記第2の実行内容に代えて前記第2の命令リストを前記表示部に表示し、
命令リストに基づく実行内容の表示が指示されたとき、前記記憶部に前記第1の命令リストが記憶されていなければ、前記表示部に実行内容ではなく初期画面を表示し、
前記初期画面への描画に係る操作を受け付けることで、前記描画に係る第3の実行内容を生成して前記表示部へ表示し、
前記初期画面への描画に係る操作の終了を受け付けることで、前記第3の実行内容に対応する第3の命令リストを生成するとともに、前記第3の実行内容に代えて前記第3の命令リストを前記表示部に表示する、
制御手段を備える情報処理装置。 A first command list is created by accepting an operation for creating a command list;
storing the created first command list in a storage unit;
when an instruction to display execution contents based on a command list is given, if the first command list is stored in the storage unit, reading out the first command list from the storage unit and displaying the first execution contents of the first command list on a display unit;
receiving an operation to change at least a part of the first execution content, thereby generating a second execution content and displaying the second execution content on the display unit;
by accepting an end of an operation for changing at least a part of the first execution content, generating a second command list corresponding to the second execution content, and displaying the second command list on the display unit in place of the second execution content;
when a command is issued to display execution contents based on a command list, if the first command list is not stored in the storage unit, an initial screen is displayed on the display unit instead of the execution contents;
receiving an operation related to drawing on the initial screen, generating a third execution content related to the drawing and displaying the third execution content on the display unit;
by accepting an end of an operation related to drawing on the initial screen, a third command list corresponding to the third execution content is generated, and the third command list is displayed on the display unit in place of the third execution content .
An information processing device comprising a control means.
実行内容を作成する操作を受け付けることで、第4の実行内容を作成して前記表示部へ表示し、
前記実行内容を作成する操作の終了を受け付けることで、前記第4の実行内容に対応する第4の命令リストを生成するとともに前記第4の実行内容に代えて前記第4の命令リストを前記表示部に表示し、
前記第4の命令リストの少なくとも一部を変更する操作を受け付けることで、前記第1の命令リストを作成する、
請求項1に記載の情報処理装置。 The control means
by accepting an operation for creating an execution content, a fourth execution content is created and displayed on the display unit;
by accepting the completion of the operation for creating the execution content, a fourth command list corresponding to the fourth execution content is generated, and the fourth command list is displayed on the display unit in place of the fourth execution content;
creating the first command list by accepting an operation to change at least a part of the fourth command list;
The information processing device according to claim 1 .
生成した前記第4の命令リストを前記記憶部へ記憶し、
ユーザの指示に応じて、前記記憶部より前記第4の命令リストを読み出し、
読み出した前記第4の命令リストを前記表示部に表示し、
前記第4の命令リストの少なくとも一部を変更する操作を受け付けることで、前記第1の命令リストを作成する、
請求項2に記載の情報処理装置。 The control means
storing the generated fourth command list in the storage unit;
reading the fourth command list from the storage unit in response to a user instruction;
displaying the read fourth command list on the display unit;
creating the first command list by accepting an operation to change at least a part of the fourth command list;
The information processing device according to claim 2 .
前記第2の実行内容に対応する命令リストを生成する際の前記命令リストに含めるコマンドの条件を設定し、前記条件を満たすコマンドが前記記憶部に記憶されているか否かを判別し、
前記条件を満たすコマンドが前記記憶部に記憶されていると判別した場合、前記コマンドを含めた前記第2の命令リストとして生成する、
請求項1に記載の情報処理装置。 The control means
setting a condition for commands to be included in an instruction list when generating an instruction list corresponding to the second execution content, and determining whether or not a command satisfying the condition is stored in the storage unit;
when it is determined that a command satisfying the condition is stored in the storage unit, the second instruction list is generated including the command .
The information processing device according to claim 1 .
前記第1の命令リストの第1の実行内容を表示部へ表示し、
前記第1の実行内容の少なくとも一部を変更する操作を受け付けることで、第2の実行内容を作成して前記表示部へ表示し、
前記第1の実行内容の少なくとも一部を変更する操作の終了を受け付けることで、前記第2の実行内容に対応する第2の命令リストを生成するとともに、前記第2の実行内容に代えて前記第2の命令リストを前記表示部に表示し、
実行内容を作成する操作を受け付けることで、第3の実行内容を作成して前記表示部へ表示し、
前記第3の実行内容を作成する操作の終了を受け付けることで、前記第3の実行内容に対応する第3の命令リストを生成するとともに、前記第3の実行内容に代えて前記第3の命令リストを前記表示部に表示し、
前記第3の命令リストの少なくとも一部を変更する操作を受け付けることで、前記第1の命令リストを作成する、
制御手段を備える情報処理装置。 A first command list is generated by accepting an operation for generating a command list;
displaying a first execution content of the first command list on a display unit;
receiving an operation to change at least a part of the first execution content, thereby creating a second execution content and displaying the second execution content on the display unit;
by accepting an end of an operation for changing at least a part of the first execution content, generating a second command list corresponding to the second execution content, and displaying the second command list on the display unit in place of the second execution content;
by accepting an operation for creating an execution content, a third execution content is created and displayed on the display unit;
by accepting completion of an operation for creating the third execution content, generating a third command list corresponding to the third execution content, and displaying the third command list on the display unit in place of the third execution content;
creating the first command list by accepting an operation to change at least a part of the third command list;
An information processing device comprising a control means.
前記第1の命令リストの第1の実行内容を表示部へ表示し、
前記第1の実行内容の少なくとも一部を変更する操作を受け付けることで、第2の実行内容を作成して前記表示部へ表示し、
前記第1の実行内容の少なくとも一部を変更する操作の終了を受け付けることで、前記第2の実行内容に対応する第2の命令リストを生成するとともに、前記第2の実行内容に代えて前記第2の命令リストを前記表示部に表示し、
作成した前記第1の命令リストを記憶部へ記憶し、
ユーザの指示に応じて、前記記憶部より前記第1の命令リストを読み出し、
ユーザの指示に応じて、前記読み出した前記第1の命令リストに代えて、前記第1の実行内容を前記表示部に表示し、
前記第1の実行内容の少なくとも一部を変更する操作を受け付けることで、前記第2の実行内容を作成して前記表示部へ表示する、
制御手段を備える情報処理装置。 A first command list is created by accepting an operation for creating a command list;
displaying a first execution content of the first command list on a display unit;
receiving an operation to change at least a part of the first execution content, and creating a second execution content and displaying the second execution content on the display unit;
by accepting an end of an operation for changing at least a part of the first execution content, generating a second command list corresponding to the second execution content, and displaying the second command list on the display unit in place of the second execution content;
storing the created first command list in a storage unit;
reading the first command list from the storage unit in response to a user instruction;
displaying the first execution content on the display unit in place of the read first command list in response to a user instruction ;
by accepting an operation to change at least a part of the first execution content, the second execution content is created and displayed on the display unit;
An information processing device comprising a control means.
前記第1の命令リストの第1の実行内容を表示部へ表示し、
前記第1の実行内容の少なくとも一部を変更する操作を受け付けることで、第2の実行内容を作成し、
前記第2の実行内容に対応する第2の命令リストを生成し、前記第2の命令リストを前記表示部に表示し、
前記第2の実行内容に対応する命令リストを生成する際の前記命令リストに含めるコマンドの条件を設定し、前記条件を満たすコマンドが存在するか否かを判別し、
前記条件を満たすコマンドが存在すると判別した場合、前記コマンドを含めた前記第2の命令リストとして生成する、
制御手段を備える情報処理装置。 A first command list is created by accepting an operation for creating a command list;
displaying a first execution content of the first command list on a display unit;
creating a second execution content by accepting an operation to change at least a part of the first execution content;
generating a second command list corresponding to the second execution content, and displaying the second command list on the display unit;
setting a condition for commands to be included in an instruction list when generating an instruction list corresponding to the second execution content, and determining whether or not a command that satisfies the condition exists;
if it is determined that a command satisfying the condition exists, the second instruction list is generated including the command .
An information processing device comprising a control means.
作成された前記第1の命令リストを記憶部へ記憶し、storing the created first command list in a storage unit;
命令リストに基づく実行内容の表示が指示されたとき、前記記憶部に前記第1の命令リストが記憶されていれば、前記記憶部より前記第1の命令リストを読み出して、前記第1の命令リストの第1の実行内容を表示部へ表示し、when an instruction to display execution contents based on a command list is given, if the first command list is stored in the storage unit, reading out the first command list from the storage unit and displaying the first execution contents of the first command list on a display unit;
前記第1の実行内容の少なくとも一部を変更する操作を受け付けることで、第2の実行内容を作成し、creating a second execution content by accepting an operation to change at least a part of the first execution content;
前記第2の実行内容に対応する第2の命令リストを生成し、前記第2の命令リストを前記表示部に表示し、generating a second command list corresponding to the second execution content, and displaying the second command list on the display unit;
命令リストに基づく実行内容の表示が指示されたとき、前記記憶部に前記第1の命令リストが記憶されていなければ、前記表示部に実行内容ではなく初期画面を表示し、when a command is issued to display execution contents based on a command list, if the first command list is not stored in the storage unit, an initial screen is displayed on the display unit instead of the execution contents;
前記初期画面への描画に係る操作を受け付けることで、第3の実行内容を作成し、creating a third execution content by accepting an operation related to drawing on the initial screen;
前記第3の実行内容に対応する第3の命令リストを生成し、前記第3の命令リストを前記表示部に表示する制御手段を備え、更に、a control unit that generates a third command list corresponding to the third execution content and displays the third command list on the display unit; and
前記制御手段は、The control means
前記第2の実行内容に対応する命令リストを生成する際の前記命令リストに含めるコマンドの条件を設定し、前記条件を満たすコマンドが前記記憶部に記憶されているか否かを判別し、setting a condition for commands to be included in an instruction list when generating the instruction list corresponding to the second execution content, and determining whether or not a command satisfying the condition is stored in the storage unit;
前記条件を満たすコマンドが前記記憶部に記憶されていると判別した場合、前記コマンドを含めた前記第2の命令リストとして生成する、when it is determined that a command satisfying the condition is stored in the storage unit, the second instruction list is generated including the command.
情報処理装置。Information processing device.
命令リストを作成する操作を受け付けることで、第1の命令リストを作成し、
作成された前記第1の命令リストを記憶部へ記憶し、
命令リストに基づく実行内容の表示が指示されたとき、前記記憶部に前記第1の命令リストが記憶されていれば、前記記憶部より前記第1の命令リストを読み出して、前記第1の命令リストの第1の実行内容を表示部へ表示し、
前記第1の実行内容の少なくとも一部を変更する操作を受け付けることで、第2の実行内容を生成して前記表示部へ表示し、
前記第1の実行内容の少なくとも一部を変更する操作の終了を受け付けることで、前記第2の実行内容に対応する第2の命令リストを生成するとともに、前記第2の実行内容に代えて前記第2の命令リストを前記表示部に表示し、
命令リストに基づく実行内容の表示が指示されたとき、前記記憶部に前記第1の命令リストが記憶されていなければ、前記表示部に実行内容ではなく初期画面を表示し、
前記初期画面への描画に係る操作を受け付けることで、前記描画に係る第3の実行内容を生成して前記表示部へ表示し、
前記初期画面への描画に係る操作の終了を受け付けることで、前記第3の実行内容に対応する第3の命令リストを生成するとともに、前記第3の実行内容に代えて前記第3の命令リストを前記表示部に表示する、
処理を実行させるプログラム。 On the computer,
A first command list is created by accepting an operation for creating a command list;
storing the created first command list in a storage unit;
when an instruction to display execution contents based on a command list is given, if the first command list is stored in the storage unit, reading out the first command list from the storage unit and displaying the first execution contents of the first command list on a display unit;
receiving an operation to change at least a part of the first execution content, thereby generating a second execution content and displaying the second execution content on the display unit;
by accepting an end of an operation for changing at least a part of the first execution content, generating a second command list corresponding to the second execution content, and displaying the second command list on the display unit in place of the second execution content;
when a command is issued to display execution contents based on a command list, if the first command list is not stored in the storage unit, an initial screen is displayed on the display unit instead of the execution contents;
receiving an operation related to drawing on the initial screen, generating a third execution content related to the drawing and displaying the third execution content on the display unit;
by accepting an end of an operation related to drawing on the initial screen, a third command list corresponding to the third execution content is generated, and the third command list is displayed on the display unit in place of the third execution content .
A program that executes a process.
命令リストを作成する操作を受け付けるステップと、
前記命令リストを作成する操作を受け付けたことに応じて、第1の命令リストを作成するステップと、
作成された前記第1の命令リストを記憶部へ記憶するステップと、
命令リストに基づく実行内容の表示が指示されたとき、前記記憶部に前記第1の命令リストが記憶されていれば、前記記憶部より前記第1の命令リストを読み出して、前記第1の命令リストの第1の実行内容を表示部へ表示するステップと、
前記第1の実行内容の少なくとも一部を変更する操作を受け付けることで、第2の実行内容を生成して前記表示部へ表示し、
前記第1の実行内容の少なくとも一部を変更する操作の終了を受け付けることで、前記第2の実行内容に対応する第2の命令リストを生成するとともに、前記第2の実行内容に代えて前記第2の命令リストを前記表示部に表示するステップと、
命令リストに基づく実行内容の表示が指示されたとき、前記記憶部に前記第1の命令リストが記憶されていなければ、前記表示部に実行内容ではなく初期画面を表示するステップと、
前記初期画面への描画に係る操作を受け付けることで、前記描画に係る第3の実行内容を生成して前記表示部へ表示し、
前記初期画面への描画に係る操作の終了を受け付けることで、前記第3の実行内容に対応する第3の命令リストを生成するとともに、前記第3の実行内容に代えて前記第3の命令リストを前記表示部に表示するステップと、
を含む情報処理方法。 A method executed by a system including a server device and an information processing device communicatively connected via a network,
accepting an operation to create a command list;
creating a first command list in response to receiving an operation to create the command list;
storing the created first command list in a storage unit;
when an instruction to display execution contents based on a command list is given, if the first command list is stored in the storage unit, reading out the first command list from the storage unit and displaying a first execution content of the first command list on a display unit;
receiving an operation to change at least a part of the first execution content , thereby generating a second execution content and displaying the second execution content on the display unit;
generating a second command list corresponding to the second execution content by accepting an end of an operation for changing at least a part of the first execution content, and displaying the second command list on the display unit in place of the second execution content ;
when a command to display execution contents based on a command list is received, if the first command list is not stored in the storage unit, displaying an initial screen instead of the execution contents on the display unit;
receiving an operation related to drawing on the initial screen, generating a third execution content related to the drawing and displaying the third execution content on the display unit;
generating a third command list corresponding to the third execution content by receiving an end of an operation related to drawing on the initial screen, and displaying the third command list on the display unit in place of the third execution content;
An information processing method comprising:
前記情報処理装置のコンピュータに、
命令リストを作成する操作を受け付けることで、第1の命令リストを作成し、
作成された前記第1の命令リストを記憶部へ記憶し、
命令リストに基づく実行内容の表示が指示されたとき、前記記憶部に前記第1の命令リストが記憶されていれば、前記記憶部より前記第1の命令リストを読み出して、前記第1の命令リストの第1の実行内容を表示部へ表示し、
前記第1の実行内容の少なくとも一部を変更する操作を受け付けることで、第2の実行内容を生成して前記表示部へ表示し、
前記第1の実行内容の少なくとも一部を変更する操作の終了を受け付けることで、前記第2の実行内容に対応する第2の命令リストを生成するとともに、前記第2の実行内容に代えて前記第2の命令リストを前記表示部に表示し、
命令リストに基づく実行内容の表示が指示されたとき、前記記憶部に前記第1の命令リストが記憶されていなければ、前記表示部に実行内容ではなく初期画面を表示し、
前記初期画面への描画に係る操作を受け付けることで、前記描画に係る第3の実行内容を生成して前記表示部へ表示し、
前記初期画面への描画に係る操作の終了を受け付けることで、前記第3の実行内容に対応する第3の命令リストを生成するとともに、前記第3の実行内容に代えて前記第3の命令リストを前記表示部に表示する、
処理を実行させるプログラムを記憶部に記憶するサーバ装置。 A server device that transmits a program to an information processing device that is communicatively connected via a network,
A computer of the information processing device
A first command list is created by accepting an operation for creating a command list;
storing the created first command list in a storage unit;
when an instruction to display execution contents based on a command list is given, if the first command list is stored in the storage unit, reading out the first command list from the storage unit and displaying the first execution contents of the first command list on a display unit;
receiving an operation to change at least a part of the first execution content, thereby generating a second execution content and displaying the second execution content on the display unit;
by accepting an end of an operation for changing at least a part of the first execution content, generating a second command list corresponding to the second execution content, and displaying the second command list on the display unit in place of the second execution content;
when a command is issued to display execution contents based on a command list, if the first command list is not stored in the storage unit, an initial screen is displayed on the display unit instead of the execution contents;
receiving an operation related to drawing on the initial screen, generating a third execution content related to the drawing and displaying the third execution content on the display unit;
by accepting an end of an operation related to drawing on the initial screen, a third command list corresponding to the third execution content is generated, and the third command list is displayed on the display unit in place of the third execution content .
A server device that stores a program for executing a process in a storage unit.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2020033868A JP7505205B2 (en) | 2020-02-28 | 2020-02-28 | Information processing device, information processing method, server device and program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2020033868A JP7505205B2 (en) | 2020-02-28 | 2020-02-28 | Information processing device, information processing method, server device and program |
Publications (3)
Publication Number | Publication Date |
---|---|
JP2021135936A JP2021135936A (en) | 2021-09-13 |
JP2021135936A5 JP2021135936A5 (en) | 2023-03-02 |
JP7505205B2 true JP7505205B2 (en) | 2024-06-25 |
Family
ID=77661503
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2020033868A Active JP7505205B2 (en) | 2020-02-28 | 2020-02-28 | Information processing device, information processing method, server device and program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP7505205B2 (en) |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2001093206A1 (en) | 2000-05-31 | 2001-12-06 | Sharp Kabushiki Kaisha | Device for editing animation, method for editing animation, program for editing animation, recorded medium where computer program for editing animation is recorded |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH02216588A (en) * | 1989-02-17 | 1990-08-29 | Hitachi Ltd | Interactive script animation generating method |
-
2020
- 2020-02-28 JP JP2020033868A patent/JP7505205B2/en active Active
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2001093206A1 (en) | 2000-05-31 | 2001-12-06 | Sharp Kabushiki Kaisha | Device for editing animation, method for editing animation, program for editing animation, recorded medium where computer program for editing animation is recorded |
Also Published As
Publication number | Publication date |
---|---|
JP2021135936A (en) | 2021-09-13 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8172681B2 (en) | Storage medium having stored therein game program and game device | |
EP1729204A1 (en) | Information processor, information processing program, recording medium with information processing program stored therein and window control method | |
JP2006146556A (en) | Image display processing program and image display processing device | |
US20110234596A1 (en) | Graph display apparatus, recording medium on which program is recorded, and graph display method | |
JP4743602B2 (en) | Image processing apparatus, image processing program, game apparatus, and game program | |
JP2009064068A (en) | Information processor, and user interface control method and program | |
US10915301B2 (en) | Programming support device, programming support method, and non-transitory recording medium | |
KR20120107854A (en) | Electronic book game device | |
JP2020006194A (en) | Video game processing device, and video game processing program | |
JP4961792B2 (en) | Formula editing apparatus and formula editing program | |
JP2010165291A (en) | Display device and method for magnifying display | |
JP7505205B2 (en) | Information processing device, information processing method, server device and program | |
JP6800714B2 (en) | Electronic equipment and display control method | |
JP5287588B2 (en) | Graphic display device and program | |
JP5084663B2 (en) | Information input device and information input method | |
JP7206704B2 (en) | Information processing method, information processing device, and program | |
JP5786542B2 (en) | Formula input device and program | |
JP5494105B2 (en) | Graphic display device and program | |
JP7331901B2 (en) | Electronics, Display Methods, and Programs | |
JP7215054B2 (en) | PROGRAMMING DISPLAY, PROGRAMMING DISPLAY METHOD, AND PROGRAM | |
JP7388483B2 (en) | Display control device, display control method, and program | |
JPH0583926B2 (en) | ||
JP7226486B2 (en) | ELECTRONIC DEVICE, MOVEMENT PATH COMPARING METHOD, AND PROGRAM | |
JP7024421B2 (en) | Electronic devices, display control methods, and programs | |
JP2011181104A (en) | Electronic equipment and program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20230221 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20230221 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20231130 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20231205 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20240202 |
|
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: 20240514 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20240527 |