We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22775a6 commit 8fabfaaCopy full SHA for 8fabfaa
1 file changed
README.adoc
@@ -143,15 +143,9 @@ image::learninglocker/new-xapi-store-client.png[align=center]
143
144
<<<
145
=== xAPIステートメント変換スクリプトの設定
146
-`xapi_stmt_gen` コンテナに接続する。
147
-
148
-----
149
-$ docker exec -it xapi_stmt_gen bash
150
151
152
スクリプトの設定ファイルを編集する。
153
154
-./usr/local/src/xapi_stmt_gen/config/app.js
+.xapi_stmt_gen/xapi_stmt_gen/config/app.js
155
[source, javascript]
156
----
157
const config = {
@@ -183,6 +177,13 @@ $ docker inspect learninglocker
183
177
...
184
178
185
179
180
+設定ファイルの変更を `xapi_stmt_gen` コンテナに反映する。
181
+
182
+----
+$ docker-compose build xapi_stmt_gen
+$ docker-compose up -d xapi_stmt_gen
186
187
188
=== xAPIステートメントの生成
189
Moodle上での学習活動を実施した後、以下のコマンドでMoodleログをxAPIステートメントに変換する。
0 commit comments