Skip to content

Commit

Permalink
print email address in csv
Browse files Browse the repository at this point in the history
  • Loading branch information
sushant12 committed Nov 28, 2024
1 parent 38ce53b commit a2b9740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/handin/assignment_submissions.ex
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ defmodule Handin.AssignmentSubmissions do

Map.merge(test_result_marks, %{
"full_name" => DisplayHelper.get_full_name(user),
"id" => user.id,
"email" => user.email,
"attempt_marks" => attempt_marks,
"total" => total_points
})
Expand Down

0 comments on commit a2b9740

Please sign in to comment.