Skip to content

Commit 04c3e31

Browse files
authored
Tracking: Add username column in user session export - refs BT#21794
Author: @christianbeeznest
2 parents 9a6496a + 75bacc8 commit 04c3e31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main/inc/lib/statistics.lib.php

+2
Original file line numberDiff line numberDiff line change
@@ -2117,6 +2117,7 @@ public static function exportUserReportByCourseSession(int $courseId, ?string $s
21172117
get_lang('SessionName'),
21182118
get_lang('LastName'),
21192119
get_lang('FirstName'),
2120+
get_lang('UserName'),
21202121
get_lang('Email'),
21212122
get_lang('EndDate'),
21222123
get_lang('Score'),
@@ -2144,6 +2145,7 @@ public static function exportUserReportByCourseSession(int $courseId, ?string $s
21442145
$session['name'],
21452146
$studentInfo['lastname'],
21462147
$studentInfo['firstname'],
2148+
$studentInfo['username'],
21472149
$studentInfo['mail'],
21482150
$lastConnectionFormatted,
21492151
$averageScore,

0 commit comments

Comments
 (0)