Skip to content

Commit

Permalink
Tracking: Add username column in user session export - refs BT#21794
Browse files Browse the repository at this point in the history
ywarnier authored Jul 4, 2024

Verified

This commit was signed with the committer’s verified signature.
addaleax Anna Henningsen
2 parents 9a6496a + 75bacc8 commit 04c3e31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main/inc/lib/statistics.lib.php
Original file line number Diff line number Diff line change
@@ -2117,6 +2117,7 @@ public static function exportUserReportByCourseSession(int $courseId, ?string $s
get_lang('SessionName'),
get_lang('LastName'),
get_lang('FirstName'),
get_lang('UserName'),
get_lang('Email'),
get_lang('EndDate'),
get_lang('Score'),
@@ -2144,6 +2145,7 @@ public static function exportUserReportByCourseSession(int $courseId, ?string $s
$session['name'],
$studentInfo['lastname'],
$studentInfo['firstname'],
$studentInfo['username'],
$studentInfo['mail'],
$lastConnectionFormatted,
$averageScore,

0 comments on commit 04c3e31

Please sign in to comment.