Skip to content

Commit 0c8df8d

Browse files
committed
Fix links
1 parent e3c4526 commit 0c8df8d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ image::learninglocker/stores.png[align=center]
134134
image::learninglocker/add-new-lrs.png[align=center]
135135

136136
<<<
137+
[[learninglocker_client_settings]]
137138
==== クライアント情報の設定
138139
サイドメニューの `Settings>Clients` から `New xAPI store client` を選択する。
139140
`Overall Scopes` の `All` にチェックを入れ、LRSとして事前に作成したLRSを指定する。
@@ -166,7 +167,7 @@ const config = {
166167
167168
----
168169
<1> `LRS.url` はLearning Lockerのクライアント情報として表示される `xAPI Endpoint` とは異なる
169-
<2> <<_クライアント情報の設定>>で確認したLRSのクライアント情報を設定
170+
<2> <<learninglocker_client_settings>>で確認したLRSのクライアント情報を設定
170171

171172
なお、 `<learning-locker-container-ip-address>` は以下の方法で確認することができる。
172173

@@ -262,6 +263,7 @@ $ docker-compose up -d caliper_log_db
262263
----
263264

264265
<<<
266+
[[caliper_settings]]
265267
=== Caliperステートメント変換スクリプトの設定
266268
`openlrw_mongo` のMongoDBに接続する。ログイン情報は `open_lrw/.env` に従う。
267269

@@ -475,7 +477,7 @@ image::jupyterhub/get-statements-from-learninglocker.png[align=center]
475477
<<<
476478
==== OpenLRWからステートメントを取得
477479
ノートブック「link:jupyterhub/notebooks/get_statements_from_openlrw.ipynb[get_statements_from_openlrw]」を活用し、OpenLRWのAPIを使用したステートメント取得が可能であることを確認する。 +
478-
まず `username` 、 `password` にそれぞれ<<Caliperステートメント変換スクリプトの設定>>で取得した `apiKey` と `apiSecret` を設定し、JWTトークンを取得する。 +
480+
まず `username` 、 `password` にそれぞれ<<caliper_settings>>で取得した `apiKey` と `apiSecret` を設定し、JWTトークンを取得する。 +
479481
その後、 `Authorization` ヘッダに取得したJWTトークンを設定し、 `url` のユーザーIDを変更することで任意のユーザーのイベントを取得する。
480482

481483
image::jupyterhub/get-statements-from-openlrw.png[align=center]

0 commit comments

Comments
 (0)