JP2021064101A - 情報処理装置、制御方法及びプログラム - Google Patents
情報処理装置、制御方法及びプログラム Download PDFInfo
- Publication number
- JP2021064101A JP2021064101A JP2019187660A JP2019187660A JP2021064101A JP 2021064101 A JP2021064101 A JP 2021064101A JP 2019187660 A JP2019187660 A JP 2019187660A JP 2019187660 A JP2019187660 A JP 2019187660A JP 2021064101 A JP2021064101 A JP 2021064101A
- Authority
- JP
- Japan
- Prior art keywords
- student
- data
- test
- score
- information processing
- 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
Links
- 230000010365 information processing Effects 0.000 title claims abstract description 37
- 238000000034 method Methods 0.000 title claims description 32
- 238000012360 testing method Methods 0.000 claims description 167
- 238000011156 evaluation Methods 0.000 claims description 25
- 238000012545 processing Methods 0.000 abstract description 13
- 238000004891 communication Methods 0.000 description 13
- 230000015654 memory Effects 0.000 description 7
- 238000012986 modification Methods 0.000 description 7
- 230000004048 modification Effects 0.000 description 7
- 230000006870 function Effects 0.000 description 5
- 238000010586 diagram Methods 0.000 description 4
- 230000003936 working memory Effects 0.000 description 3
- 238000013528 artificial neural network Methods 0.000 description 2
- 238000004364 calculation method Methods 0.000 description 1
- 238000013527 convolutional neural network Methods 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 239000000284 extract Substances 0.000 description 1
- 238000010801 machine learning Methods 0.000 description 1
- 210000002569 neuron Anatomy 0.000 description 1
- 230000004044 response Effects 0.000 description 1
- 238000012706 support-vector machine Methods 0.000 description 1
- 238000012549 training Methods 0.000 description 1
Images
Landscapes
- Electrically Operated Instructional Devices (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
Description
図1は、本実施形態における教育支援システム100の構成を示す。教育支援システム100は、生徒側に設けられるデジタルペン9及び生徒端末10と、管理サーバ20と、教師側に設けられる教師端末30とをネットワーク5を介して通信可能に構成したものである。
図2(A)は、生徒端末10の構成を示すブロック図である。図示のように、生徒端末10は、通信部11、記憶部12、入力部13、制御部14、及び出力部15を備える。これらの構成要素は、バス19により相互に接続されている。
図3は、テスト結果DB28のデータ構造の一例である。テスト結果DB28は、生徒毎に生成されたレコードから構成されるデータベースであって、主に、「生徒ID」及び「氏名」などの生徒の識別に関する項目と、「一学期体育」、「一学期英語 小テスト」などのテスト結果に関する項目とを含む。
図4は、管理サーバ20が実行する実技データD2に基づく自動採点処理の手順を示すフローチャートの一例である。
次に、テスト結果画面の表示例(第1表示例〜第3表示例)について説明する。
次に、本実施形態に好適な変形例について説明する。以下に示す変形例は、任意に組み合わせて上述の実施形態に適用してもよい。
教師端末30がテスト結果画面を表示する代わりに、学習用端末10dがテスト結果画面を表示してもよい。
管理サーバ20が行う処理を、教師端末30が代わりに実行してもよい。
9 デジタルペン
10 生徒端末
18 接続デバイス
20 管理サーバ
30、30A 教師端末
26 テスト情報DB
27 解答・実技DB
28 テスト結果DB
100、100A 教育支援システム
Claims (8)
- 各生徒におけるそれぞれが関連する画像データ、動画データ、音声データのうちのいずれか複数のデータを取得する取得手段と、
取得した複数のデータに基づき、前記各生徒のスコアを決定する決定手段と、
を有する情報処理装置。 - テストの種別毎に、前記複数のデータから前記スコアを決定するために必要なパラメータを記憶する記憶手段をさらに有し、
前記決定手段は、前記生徒が行ったテストに対応する前記パラメータに基づき、前記複数のデータから前記スコアを決定する、請求項1に記載の情報処理装置。 - テストの結果を記録するデータベースに、前記生徒の識別情報と、前記テストの識別情報とを関連付けて前記スコアを記憶する関連付け手段をさらに有する、請求項1または2に記載の情報処理装置。
- 前記データベースに基づき、複数の生徒の成績の一覧を表示する表示手段をさらに有する、請求項3に記載の情報処理装置。
- 前記決定手段は、前記複数のデータに基づき、複数存在する評価項目の各々に対して前記スコアを決定する、請求項1〜4のいずれか一項に記載の情報処理装置。
- 前記取得手段は、前記生徒が使用する生徒端末、又は前記生徒を指導する教師が使用する教師端末から、前記複数のデータを受信する、請求項1〜5のいずれか一項に記載の情報処理装置。
- 情報処理装置が実行する制御方法であって、
各生徒におけるそれぞれが関連する画像データ、動画データ、音声データのうちのいずれか複数のデータを取得する取得工程と、
取得した複数のデータに基づき、前記各生徒のスコアを決定する決定工程と、
を有する制御方法。 - 各生徒におけるそれぞれが関連する画像データ、動画データ、音声データのうちのいずれか複数のデータを取得する取得手段と、
取得した複数のデータに基づき、前記各生徒のスコアを決定する決定手段
としてコンピュータを機能させる、プログラム。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2019187660A JP7427906B2 (ja) | 2019-10-11 | 2019-10-11 | 情報処理装置、制御方法及びプログラム |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2019187660A JP7427906B2 (ja) | 2019-10-11 | 2019-10-11 | 情報処理装置、制御方法及びプログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2021064101A true JP2021064101A (ja) | 2021-04-22 |
JP7427906B2 JP7427906B2 (ja) | 2024-02-06 |
Family
ID=75486286
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2019187660A Active JP7427906B2 (ja) | 2019-10-11 | 2019-10-11 | 情報処理装置、制御方法及びプログラム |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP7427906B2 (ja) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114800506A (zh) * | 2022-04-26 | 2022-07-29 | 浙江大学 | 一种基于视觉的实训机器人操作逻辑评价系统 |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2007212558A (ja) * | 2006-02-07 | 2007-08-23 | Yamaha Corp | 語学学習システム |
JP2016062543A (ja) * | 2014-09-22 | 2016-04-25 | 株式会社内田洋行 | 校務支援装置、方法及びプログラム |
JP2018031828A (ja) * | 2016-08-23 | 2018-03-01 | Kddi株式会社 | 学習者の口述音声から自動的に採点するプログラム、装置及び方法 |
-
2019
- 2019-10-11 JP JP2019187660A patent/JP7427906B2/ja active Active
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2007212558A (ja) * | 2006-02-07 | 2007-08-23 | Yamaha Corp | 語学学習システム |
JP2016062543A (ja) * | 2014-09-22 | 2016-04-25 | 株式会社内田洋行 | 校務支援装置、方法及びプログラム |
JP2018031828A (ja) * | 2016-08-23 | 2018-03-01 | Kddi株式会社 | 学習者の口述音声から自動的に採点するプログラム、装置及び方法 |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114800506A (zh) * | 2022-04-26 | 2022-07-29 | 浙江大学 | 一种基于视觉的实训机器人操作逻辑评价系统 |
CN114800506B (zh) * | 2022-04-26 | 2023-11-21 | 浙江大学 | 一种基于视觉的实训机器人操作逻辑评价系统 |
Also Published As
Publication number | Publication date |
---|---|
JP7427906B2 (ja) | 2024-02-06 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5387104A (en) | Instructional system for improving communication skills | |
JP3772205B2 (ja) | 教材学習システム | |
US20170330479A1 (en) | Interactive Multisensory Learning Process and Tutorial Device | |
CN108563780A (zh) | 课程内容推荐方法和装置 | |
JP2015102556A (ja) | 学習支援プログラムおよび学習支援装置 | |
US20140045162A1 (en) | Device of Structuring Learning Contents, Learning-Content Selection Support System and Support Method Using the Device | |
JP2020016871A (ja) | 情報処理装置及びプログラム | |
CN111428686A (zh) | 一种学生兴趣偏好评估方法、装置及系统 | |
CN105118354A (zh) | 用于语言学习的数据处理方法和装置 | |
JP2022014890A (ja) | 集中度判別プログラム | |
Shadiev et al. | Review of studies on recognition technologies and their applications used to assist learning and instruction | |
CN117037552A (zh) | 智慧课堂交互系统及方法 | |
US10957210B2 (en) | Language-adapted user interfaces | |
US20220013025A1 (en) | Systems and methods for providing a dialog assessment platform | |
JP7427906B2 (ja) | 情報処理装置、制御方法及びプログラム | |
JP2002268529A (ja) | 学習支援方法および装置と学習支援プログラム | |
CN117854341A (zh) | 一种基于虚拟现实技术的全科规培医患沟通培训考核方法 | |
JP6824105B2 (ja) | 情報処理装置、情報処理方法および情報処理プログラム | |
CN113257100B (zh) | 一种远程超声教学系统 | |
CN115631501A (zh) | 一种基于环幕教学空间的板书智能云调取方法 | |
JP7163648B2 (ja) | 情報処理装置及びプログラム | |
JP7107049B2 (ja) | 情報処理装置及びプログラム | |
JP2020194144A (ja) | 情報処理装置、制御方法及びプログラム | |
JP2020012947A (ja) | 情報処理装置及びプログラム | |
US11990059B1 (en) | Systems and methods for extended reality educational assessment |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20220826 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20230724 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20230808 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20231002 |
|
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: 20231226 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20240108 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 7427906 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |