Skip to content

Commit a8471f2

Browse files
author
m-tanabe
committed
Add description of how to set the username
1 parent 7129591 commit a8471f2

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)