ALSDE science ED 2023

From oai, 5 Days ago, written in Plain Text, viewed 9 times. This paste will run down the curtain in 3 Weeks.
URL https://paste.intergen.online/view/2191998f Embed
Download Paste or View Raw
  1. Alabama DOE Federal Report Card Data Extraction
  2. Generated 2026-03-09T18:35:05.448231Z
  3. Source service: https://reportcard.alsde.edu/ReportCardDataService.asmx
  4. Required request header: ReportCard-custom-header: ALSDEREPORTCARDHTTPHEADER
  5. ReportYear used: 2023 (school year 2022-2023)
  6.  
  7. Step 1: Verify Science subject ID via GetProficiencyLevelData (example SchoolId 12674, Livingston Junior High School).
  8. SubjectID 25 -> SubjectName ELA (PercentProficient 19.38)
  9. SubjectID 26 -> SubjectName Math (PercentProficient 7.05)
  10. SubjectID 27 -> SubjectName Science (PercentProficient 8.33)
  11.  
  12. Step 2: Get SchoolId values using GetSchoolId(ReportYear,SystemCode,SchoolCode).
  13. Kinterbish Junior High School: SystemCode=060, SchoolCode=0020 -> SchoolId=12269
  14. Livingston Junior High School: SystemCode=060, SchoolCode=0060 -> SchoolId=12674
  15. York West End Junior High School: SystemCode=060, SchoolCode=0070 -> SchoolId=12763
  16. Mountain Brook Junior High School: SystemCode=175, SchoolCode=0060 -> SchoolId=12682
  17. Liberty Park Middle School: SystemCode=202, SchoolCode=0050 -> SchoolId=12594
  18. Pike Road Jr. High School: SystemCode=186, SchoolCode=0020 -> SchoolId=12282
  19.  
  20. Step 3: For each SchoolId, call GetProficiencyLevelSubPopulation(ReportYear,SchoolId,SubjectId=27) and extract row where SubGroupName="Economically Disadvantaged"; percent is PercentProficient.
  21. Kinterbish Junior High School (SchoolId 12269):
  22.   {"SubjectName": "Science", "SubGroupName": "Economically Disadvantaged", "Level1": 7, "Level2": 10, "Level3": 5, "Level4": 0, "PercentProficient": 22.73, "ParticipationRate": 100.0, "NonParticipationRate": 0.0}
  23. Livingston Junior High School (SchoolId 12674):
  24.   {"SubjectName": "Science", "SubGroupName": "Economically Disadvantaged", "Level1": 28, "Level2": 36, "Level3": 6, "Level4": 0, "PercentProficient": 8.57, "ParticipationRate": 97.38, "NonParticipationRate": 2.62}
  25. York West End Junior High School (SchoolId 12763):
  26.   {"SubjectName": "Science", "SubGroupName": "Economically Disadvantaged", "Level1": 18, "Level2": 19, "Level3": 3, "Level4": 1, "PercentProficient": 9.76, "ParticipationRate": 100.0, "NonParticipationRate": 0.0}
  27. Mountain Brook Junior High School (SchoolId 12682):
  28.   {"SubjectName": "Science", "SubGroupName": "Economically Disadvantaged", "Level1": 1, "Level2": 2, "Level3": 4, "Level4": 1, "PercentProficient": 62.5, "ParticipationRate": 100.0, "NonParticipationRate": 0.0}
  29. Liberty Park Middle School (SchoolId 12594):
  30.   {"SubjectName": "Science", "SubGroupName": "Economically Disadvantaged", "Level1": 0, "Level2": 8, "Level3": 2, "Level4": 2, "PercentProficient": 33.33, "ParticipationRate": 80.75, "NonParticipationRate": 19.25}
  31. Pike Road Jr. High School (SchoolId 12282):
  32.   {"SubjectName": "Science", "SubGroupName": "Economically Disadvantaged", "Level1": 6, "Level2": 31, "Level3": 17, "Level4": 6, "PercentProficient": 38.33, "ParticipationRate": 98.36, "NonParticipationRate": 1.64}
  33.  
  34. PercentProficient values should be reported with two decimal places.

Reply to "ALSDE science ED 2023"

Here you can reply to the paste above