Skip to content

Commit 02e9d30

Browse files
authored
Merge pull request #55 from udzuki/docs-54-caliper-lti-alternatename-error
docs: LTI連携のログで機関のスコープをalternatenameから取得(Caliperステートメント変換のドキュメント修正)
2 parents 7129591 + a8471f2 commit 02e9d30

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

caliper/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767
- generated.comment = <mdl_assignfeedback_comment.commenttext> found by <mdl_assign_grade.assignment> and <mdl_assign_grade.grade>
6868
- generated.scoredBy.id = <MOODLE_URL>/user/profile.php?id=<mdl_user.id> found by <mdl_assign_grade.grader>
6969
- generated.scoredBy.type = Person
70-
- generated.scoredBy.name = <mdl_user.username>
70+
- generated.scoredBy.name = <mdl_user.username> (Converted to SHA256 hash)
71+
※ Set to <mdl_user.alternatename> instead if `DB_EPPN` is enabled and <mdl_user.auth> is 'lti'
7172
- generated.scoredBy.description = <mdl_user.description>
7273

7374
- \mod_book\event\course_module_viewed

0 commit comments

Comments
 (0)