AlisonLanski / IPEDSuploadables

Producing uploadable txt files for IPEDS reporting, one submission at a time
https://alisonlanski.github.io/IPEDSuploadables/
Other
8 stars 5 forks source link

IPEDS 2023-2024 cycle updates -- Dual enrollment students new e1d part E #107

Closed AlisonLanski closed 10 months ago

AlisonLanski commented 10 months ago

e1d has a new part that counts how many students are dual-enrollment (high school earning college credit)

breaks it out by R/E and Sex (M/F only)

may need a new column in the data for this? unless student level is in there and captures it.

https://surveys.nces.ed.gov/ipeds/public/survey-materials/import-spec?surveyid=9&instructionid=30069&layoutid=21

AlisonLanski commented 10 months ago

I think that if there are no such students, we don't have to include this part. But I think it is also safe to submit the part with 0s in that situation. One makes the produce script more complicated, one makes the make script more complicated

AlisonLanski commented 10 months ago

Think the simplest thing is to add an IsHighSchool flag (0 or 1). An updated student level value SHOULD work (UG,GR,HS) but I could imagine something crazy where a HS student takes a GR course. I mean, highly unlikely, but not strictly impossible (I think))

AlisonLanski commented 10 months ago

Another reason to flag is if IPEDS at some point wants reporting of students in actual HS-level classes they might offer (summer programs?)