From 6ce29ce3442cb27dcc50c8103a1ae0618900958f Mon Sep 17 00:00:00 2001 From: Data Commons Date: Mon, 24 Nov 2025 01:14:19 -0800 Subject: [PATCH] This CL introduces a new import for Credit Recovery. PiperOrigin-RevId: 836113192 --- core/dcschema.mcf | 5 +++-- ...t_Recovery_Program_Enrollment_StatVars.mcf | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 stat_vars/Crdc_Credit_Recovery_Program_Enrollment_StatVars.mcf diff --git a/core/dcschema.mcf b/core/dcschema.mcf index 4684d4d71..60d06d724 100644 --- a/core/dcschema.mcf +++ b/core/dcschema.mcf @@ -5220,6 +5220,7 @@ typeOf: dcid:EducationProgramEnum name: "Individuals with Disabilities Education Act (IDEA)" description: "Students served under the Individuals with Disabilities Education Act" - - +Node: dcid:CreditRecoveryProgram +typeOf: dcid:USC_EducationalAttainmentEnum +name: "Credit Recovery Program" diff --git a/stat_vars/Crdc_Credit_Recovery_Program_Enrollment_StatVars.mcf b/stat_vars/Crdc_Credit_Recovery_Program_Enrollment_StatVars.mcf new file mode 100644 index 000000000..08bf94970 --- /dev/null +++ b/stat_vars/Crdc_Credit_Recovery_Program_Enrollment_StatVars.mcf @@ -0,0 +1,19 @@ +Node: dcid:Count_Student_JuvenileJusticeFacility_CreditRecoveryProgram_Enrolled +typeOf: dcid:StatisticalVariable +name: "Count of Students in Juvenile Justice Facilities Enrolled in Credit Recovery Programs" +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +educationalInstitutionType: dcid:JuvenileJusticeFacility +educationalProgram: dcid:CreditRecoveryProgram +enrollmentStatus: dcid:Enrolled + +Node: dcid:Count_Student_NotJuvenileJusticeFacility_CreditRecoveryProgram_Enrolled +typeOf: dcid:StatisticalVariable +name: "Count of Students in Not Juvenile Justice Facilities Enrolled in Credit Recovery Programs" +populationType: dcid:Student +measuredProperty: dcid:count +statType: dcid:measuredValue +educationalInstitutionType: dcid:NotJuvenileJusticeFacility +educationalProgram: dcid:CreditRecoveryProgram +enrollmentStatus: dcid:Enrolled