Skip to content

Commit 58c7ba3

Browse files
committed
Update moodle_video_logs's document
1 parent 2814672 commit 58c7ba3

9 files changed

Lines changed: 19 additions & 23 deletions

moodle_video_logs/README.adoc

Lines changed: 19 additions & 23 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: 2022年9月22日
66
:doctype: book
77
:version-label:
88
:chapter-label:
@@ -191,47 +191,43 @@ $ mongo caliper -u <caliper-username> -p <caliper-password>
191191
ユーザが行った行動(日本語表記)を円グラフで可視化する例を以下に示す。
192192

193193
.検索条件
194-
[cols="20%,20%,60%"]
194+
[cols="30%,30%,40%"]
195195
|===
196-
|大項目 |小項目 |設定値
197-
|Visualization Type |- |`Pie Chart`
198-
.3+|Time |Time Column |`stored`
199-
|Since |`∞`
200-
|Until |`now`
201-
.2+|Query |Metrics |`COUNT(*)`
202-
|Group by |`statement.verb.display.ja`
196+
|大項目 |小項目 |設定値
197+
2+|Visualization Type |`Pie Chart`
198+
|Time |TIME COLUMN |`timestamp`
199+
.2+|Query |DIMENSIONS |`statement.verb.display.ja`
200+
|METRIC |`COUNT(*)`
203201
|===
204202

205-
image::superset.png[align=center]
203+
image::superset-xapi.png[align=center]
206204

207205
<<<
208206
=== Supersetを用いたCaliperステートメントの可視化例
209207
ユーザが行った行動を円グラフで可視化する例を以下に示す。
210208

211209
.検索条件
212-
[cols="20%,20%,60%"]
210+
[cols="30%,30%,40%"]
213211
|===
214-
|大項目 |小項目 |設定値
215-
|Visualization Type |- |`Pie Chart`
216-
.3+|Time |Time Column |`event.eventTime`
217-
|Since |`∞`
218-
|Until |`now`
219-
.2+|Query |Metrics |`COUNT(*)`
220-
|Group by |`event.action`
212+
|大項目 |小項目 |設定値
213+
2+|Visualization Type |`Pie Chart`
214+
|Time |TIME COLUMN |`event.eventTime`
215+
.2+|Query |DIMENSIONS |`event.action`
216+
|METRIC |`COUNT(*)`
221217
|===
222218

223-
image::superset_caliper.png[align=center]
219+
image::superset-caliper.png[align=center]
224220

225221
<<<
226222
=== JupyterHubを用いたxAPIステートメントの可視化例
227223

228-
link:../jupyterhub/notebooks/get_statements_from_learninglocker.ipynb[xAPIステートメントを取得するノートブック]でユーザが行った行動(英語表記)を棒グラフで可視化する例を以下に示す。
224+
link:../jupyterhub/notebooks/xAPI_statements.ipynb[xAPIステートメントを取得するノートブック]でユーザが行った行動(英語表記)を棒グラフで可視化する例を以下に示す。
229225

230-
image::jupyterhub.png[align=center]
226+
image::jupyterhub-xapi.png[align=center]
231227

232228
<<<
233229
=== JupyterHubを用いたCaliperステートメントの可視化例
234230

235-
link:../jupyterhub/notebooks/get_statements_from_openlrw.ipynb[Caliperステートメントを取得するノートブック]でユーザが行った行動を棒グラフで可視化する例を以下に示す。
231+
link:../jupyterhub/notebooks/Caliper_statements.ipynb[Caliperステートメントを取得するノートブック]でユーザが行った行動を棒グラフで可視化する例を以下に示す。
236232

237-
image::jupyterhub_caliper.png[align=center]
233+
image::jupyterhub-caliper.png[align=center]
225 KB
Loading
349 KB
Loading
-599 KB
Binary file not shown.
-196 KB
Binary file not shown.
413 KB
Loading
443 KB
Loading
-500 KB
Binary file not shown.
-162 KB
Binary file not shown.

0 commit comments

Comments
 (0)