Skip to content

Commit 7e8d98e

Browse files
author
m-tanabe
committed
Fix parameter names
1 parent 4e992b5 commit 7e8d98e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

caliper/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#### Common definitions
55
- agent.id = <MOODLE_URL>/user/profile.php?id=<mdl_logstore_standard_log.userid>
66
- agent.name = <mdl_user.username> (Converted to SHA256 hash)
7-
※ Set to <mdl_user.alternatename> instead if `ePPNScoped` is enabled and <mdl_user.auth> is 'lti'
7+
※ Set to <mdl_user.alternatename> instead if `DB_EPPN` is enabled and <mdl_user.auth> is 'lti'
88
- agent.description = <mdl_user.description>
99
- agent.type = Person
1010
- eventTime = <mdl_logstore_standard_log.timecreated>(Converted)
@@ -373,7 +373,7 @@
373373
#### Common definitions
374374
- agent.id = <MOODLE_URL>/user/profile.php?id=<mdl_mdl_scorm_scoes_track.userid>
375375
- agent.name = <mdl_user.username> (Converted to SHA256 hash)
376-
※ Set to <mdl_user.alternatename> instead if `ePPNScoped` is enabled and <mdl_user.auth> is 'lti'
376+
※ Set to <mdl_user.alternatename> instead if `DB_EPPN` is enabled and <mdl_user.auth> is 'lti'
377377
- agent.description = <mdl_user.description>
378378
- agent.type = Person
379379
- eventTime = <mdl_scorm_scoes_track.timemodified>(Converted)

0 commit comments

Comments
 (0)