Skip to content

Commit 1f00662

Browse files
committed
Modify config/app.js
1 parent 6ad8ba7 commit 1f00662

1 file changed

Lines changed: 2 additions & 16 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
};

0 commit comments

Comments
 (0)