Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
cbbf721
feat: add SC PASS bundle
ssingh-dl Jan 14, 2025
40bafc2
SCPASS bundle development. Initial upload from Crocus.
msuarezcrocus Aug 6, 2025
c8fa934
Removed prefixes. Added namespaces. Cleaned the code.
msuarezcrocus Aug 14, 2025
b46958d
Added category descriptors seed file.
msuarezcrocus Aug 19, 2025
2c05571
Unified the reporting methods to represent levels.
msuarezcrocus Aug 29, 2025
33fa2f7
Added RCWAbs: Exemplary 5 performance level.
msuarezcrocus Aug 29, 2025
6958a6b
Removed Fall and MidYear.
msuarezcrocus Aug 29, 2025
917dcd2
Replaced the namespaces with SC URI.
msuarezcrocus Aug 29, 2025
4abb54f
Removed the multiple reporting methods to represent levels.
msuarezcrocus Aug 29, 2025
286151e
Added RCWAbs as performance level instead of score.
msuarezcrocus Aug 29, 2025
d1987a0
Added administrationDate, cleaned the code, added RCWAbs as performan…
msuarezcrocus Aug 29, 2025
1a86ad8
Added validations.
msuarezcrocus Sep 1, 2025
7ed64fa
Derived the SchoolYear from TestDate source column intead of sending …
msuarezcrocus Sep 1, 2025
7ca0271
Updated the documentation.
msuarezcrocus Sep 2, 2025
05052d7
Added description.
msuarezcrocus Sep 11, 2025
07512f1
Replaced the string datatype with Level.
msuarezcrocus Sep 11, 2025
3523b61
Replaced the string datatype with Level.
msuarezcrocus Sep 11, 2025
2b301ce
Added scoreResults to studentObjectiveAssessments.
msuarezcrocus Sep 12, 2025
d5e45cc
Added SciMode and SocMode to studentAssessmentIdentifier. Added as pl…
msuarezcrocus Sep 18, 2025
49b2245
Added validations.
msuarezcrocus Sep 23, 2025
4edc13c
Added SchoolYear to assessmentIdentifier.
msuarezcrocus Sep 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions assessments/SC_PASS/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
## SC PASS Assessments

* **Title:** DRC SC PASS Assessment Results - API 3.X
* **Description:** Data Recognition Corporation South Carolina College and Career-Ready Assessment
* **API version:** 5.3
* **Submitter name:** Mariela Suárez
* **Submitter organization:** Crocus LLC.

To run this bundle, please add your own source file(s) and column(s):
<details>
This template will work with vendor layout file structure. See the sample anonymized file.
</details>

Or use the sample file (`data/sample_anonymized_file_SC_PASS.csv`).

## CLI Parameters

### Required
- OUTPUT_DIR: Where output files will be written
- STATE_FILE: Where to store the earthmover runs.csv file
- INPUT_FILE: The student assessment file to be mapped
- STUDENT_ID_NAME: Which column to use as the Ed-Fi `studentUniqueId`. Default column is the 'StateID' from the SC PASS file.

### Examples
Using an ID column from the assessment file:
```bash
earthmover run -c ./earthmover.yaml -p '{"INPUT_FILE":"data/sample_anonymized_file_SC_PASS.csv","STATE_FILE": "./tmp/runs.csv","OUTPUT_DIR": "output/","STUDENT_ID_NAME": "StateID"}'
```

Once you have inspected the output JSONL for issues, check the settings in `lightbeam.yaml` and transmit them to your Ed-Fi API with
```bash
lightbeam validate+send -c ./lightbeam.yaml -p '{
"DATA_DIR": "./output/",
"EDFI_API_BASE_URL": "yourURL",
"EDFI_API_CLIENT_ID": "yourID",
"EDFI_API_CLIENT_SECRET": "yourSecret",
"API_YEAR": "yourAPIYear" }'
```
16 changes: 16 additions & 0 deletions assessments/SC_PASS/data/sample_anonymized_file_SC_PASS.csv

Large diffs are not rendered by default.

Loading