Skip to content

Commit a3f651c

Browse files
authored
Merge pull request #61 from udzuki/feat-60-remove-context-description
perf: xAPIステートメントのcontextからdefinition.descriptionを削除
2 parents 2be0e65 + a1a541d commit a3f651c

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

  • xapi_stmt_gen/xapi_stmt_gen/config

xapi_stmt_gen/xapi_stmt_gen/config/app.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,7 @@ const config = {
4242
definition: {
4343
type: 'http://id.tincanapi.com/activitytype/source',
4444
name: 'Moodle',
45-
description:
46-
'Moodle is a open source learning platform designed to ' +
47-
'provide educators, administrators and learners with ' +
48-
'a single robust, secure and integrated system to create ' +
49-
'personalized learning environments.'
45+
description: ''
5046
}
5147
},
5248
platform: 'Moodle',

0 commit comments

Comments
 (0)