Skip to content

Commit

Permalink
docs: clarify enrolled_at documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SoryRawyer committed May 3, 2024
1 parent e988472 commit 5da3dcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion models/grading/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,4 @@ models:
description: "The email address of the learner"
- name: enrolled_at
data_type: DateTime
description: "The timestamp, to the second, of when the learner enrolled in the course"
description: "The timestamp, to the second, of the most recent enrollment action for this learner and course."
2 changes: 1 addition & 1 deletion models/users/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ models:
description: "The most recent grade for the learner"
- name: enrolled_at
data_type: DateTime
description: "The timestamp, to the second, of when the learner enrolled in the course"
description: "The timestamp, to the second, of the most recent enrollment action for this learner and course."
- name: last_visited
data_type: datetime
description: "The last time the learner visited a page for this course"

0 comments on commit 5da3dcf

Please sign in to comment.