William Entriken commited on
Commit
23a3db5
·
unverified ·
1 Parent(s): 474b2a4

add comment on expirations data

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -57,7 +57,7 @@ Important detail:
57
  - the blinded course columns are ordered by blinded course index, not by the original source column order
58
  - this is intentional and helps avoid leaking the original course-name ordering from the source system
59
 
60
- ### `published_expirations.csv`
61
 
62
  Columns:
63
 
@@ -66,7 +66,11 @@ Columns:
66
  - `course_blinded_index`: 0-based blinded course identifier
67
  - `our_course`: source flag indicating whether the record was associated with the organization’s own course catalog
68
 
69
- ### `published_orders.csv`
 
 
 
 
70
 
71
  Columns:
72
 
 
57
  - the blinded course columns are ordered by blinded course index, not by the original source column order
58
  - this is intentional and helps avoid leaking the original course-name ordering from the source system
59
 
60
+ ### `expirations.csv`
61
 
62
  Columns:
63
 
 
66
  - `course_blinded_index`: 0-based blinded course identifier
67
  - `our_course`: source flag indicating whether the record was associated with the organization’s own course catalog
68
 
69
+ If a student purchased our course and then completed that course, a `expirations.csv` record will exist for that student/course. The `expired_date` will be a certain number of months after the date they completed the course, and this depends on the course. Such records will have `our_course = 1`.
70
+
71
+ Students may also self-report expirations data. They may indicate `our_course = 0` indicating a competitor's brand course, or they may indicate `our_course = 1` to say this course was purchased with us.
72
+
73
+ ### `orders.csv`
74
 
75
  Columns:
76