Skip to content

Commit

Permalink
Merge pull request #46 from avantifellows/feat/show-quiz-attempted-da…
Browse files Browse the repository at this point in the history
…te-in-student-reports

Feature: Show quiz attempted date
  • Loading branch information
Bahugunajii authored Mar 19, 2024
2 parents 20848e2 + 0b9c6d4 commit f1bcc5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/routers/student_quiz_reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def get_student_reports(
"report_link": STUDENT_QUIZ_REPORT_URL.format(
session_id=doc["session_id"], user_id=user_id
),
"start_date": doc["start_date"],
}
student_reports.append(result)
response["reports"] = student_reports
Expand Down

0 comments on commit f1bcc5c

Please sign in to comment.