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
  • Loading branch information
ywarnier committed Jul 4, 2024
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
Expand Up @@ -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'),
Expand Down Expand Up @@ -2144,6 +2145,7 @@ public static function exportUserReportByCourseSession(int $courseId, ?string $s
$session['name'],
$studentInfo['lastname'],
$studentInfo['firstname'],
$studentInfo['username'],
$studentInfo['mail'],
$lastConnectionFormatted,
$averageScore,
Expand Down

0 comments on commit 04c3e31

Please sign in to comment.