Skip to content

Commit 574edf6

Browse files
authored
Merge pull request #63 from udzuki/perf-62-remove-context-description
perf: 動画ログのxAPIステートメントのcontextからdefinition.descriptionを削除
2 parents a3f651c + 95c6b04 commit 574edf6

4 files changed

Lines changed: 7 additions & 25 deletions

File tree

moodle_video_logs/README.adoc

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:lang: ja
33
:source-highlighter: rouge
44
:author: 国立情報学研究所
5-
:revdate: 2022年9月22日
5+
:revdate: 2023年5月17日
66
:doctype: book
77
:version-label:
88
:chapter-label:
@@ -43,27 +43,13 @@ const config = {
4343
LRS:{
4444
url:'http://<lrs-server-hostname>:8081/data/xAPI/', // <1>
4545
clients:{
46-
// LRS client
4746
'default':{
4847
user:'<lrs-client-username>', // <2>
4948
pass:'<lrs-client-password>' // <3>
5049
}
5150
}
5251
},
53-
category:{
54-
id:'http://moodle.org',
55-
definition:{
56-
type:'http://id.tincanapi.com/activitytype/source',
57-
name:'Moodle',
58-
description:
59-
'Moodle is a open source learning platform designed to ' +
60-
'provide educators, administrators and learners with ' +
61-
'a single robust, secure and integrated system to create ' +
62-
'personalized learning environments.'
63-
}
64-
},
65-
platform:'Moodle',
66-
language:'en',
52+
...
6753
homepage: '<moodle-site-url>', // <4>
6854
pathToCSVFile: './videojs.csv'
6955
};

moodle_video_logs/STATEMENT_SPEC.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:lang: ja
33
:source-highlighter: rouge
44
:author: 国立情報学研究所
5-
:revdate: 2021年7月29日
5+
:revdate: 2023年5月17日
66
:doctype: book
77
:version-label:
88
:chapter-label:
@@ -80,7 +80,7 @@ TSVファイルはヘッダーを含まず、下表の通りログが格納さ
8080
"en": "Moodle"
8181
},
8282
"description": {
83-
"en": "Moodle is a open source learning platform designed to provide educators, administrators and learners with a single robust, secure and integrated system to create personalized learning environments."
83+
"en": ""
8484
}
8585
}
8686
}

moodle_video_logs/xapi_stmt_gen/xapi_stmt_gen/config/app.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ const config = {
1414
definition:{
1515
type:'http://id.tincanapi.com/activitytype/source',
1616
name:'Moodle',
17-
description:
18-
'Moodle is a open source learning platform designed to ' +
19-
'provide educators, administrators and learners with ' +
20-
'a single robust, secure and integrated system to create ' +
21-
'personalized learning environments.'
17+
description: ''
2218
}
2319
},
2420
platform:'Moodle',

xapi_stmt_gen/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If not specified, the following properties will be applied.
1414
- category.id = http://moodle.org
1515
- category.definition.type = http://id.tincanapi.com/activitytype/source
1616
- category.definition.name['en'] = Moodle
17-
- category.definition.description['en'] = Moodle is a open source learning platform designed to provide educators, administrators and learners with a single robust, secure and integrated system to create personalized learning environments.
17+
- category.definition.description['en'] = ''
1818
* context.platform = Moodle
1919
* context.language = en
2020
* timestamp = <mdl_logstore_standard_log.timecreated> (Converted)
@@ -1459,7 +1459,7 @@ If not specified, the following properties will be applied.
14591459
- category.id = http://moodle.org
14601460
- category.definition.type = http://id.tincanapi.com/activitytype/source
14611461
- category.definition.name['en'] = Moodle
1462-
- category.definition.description['en'] = Moodle is a open source learning platform designed to provide educators, administrators and learners with a single robust, secure and integrated system to create personalized learning environments.
1462+
- category.definition.description['en'] = ''
14631463
* context.platform = Moodle
14641464
* context.language = en
14651465
* timestamp = <mdl_scorm_scoes_track.timemodified> (Converted)

0 commit comments

Comments
 (0)