Python package that automates end-to-end district level New Jersey Student Learning Assessment (NJSLA) Individualized Score Reports (ISR) processing into student level files for SIS or database upload and distribution
- Limited single NJSLA ISR splitting, up to 25 students.
- Unlimited single NJSLA ISR splitting.
- Unlimited batch NJSLA ISR splitting.
- Directory and subfolder creation.
- Zip Archive creation.
📩 Contact: info@gw-datasolutiions.com
pip install pynjslaimport pynjsla
from pynjsla.njsla import njsla_split
njsla_split('C:\Documents\Reports\NJSLA_ISR.pdf')The output will be x number of exported PDFs with the output label being the ID from the NJSLA ISRs.
| Input | Data Type | Documentation |
|---|---|---|
| pdf_object | string | The file path of the NJSLA ISR |