-
Notifications
You must be signed in to change notification settings - Fork 7
DIAL-4 Assessment. #145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
msuarezcrocus
wants to merge
17
commits into
edanalytics:main
Choose a base branch
from
crocusllc:DIAL4
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
DIAL-4 Assessment. #145
Changes from 5 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
abe2099
DIAL-4 Assessment. Initial upload.
marysuarez e4550a9
Modified the Readme file to reflect DIAL3_4.
msuarezcrocus 3378ecd
Removed unnecessary templates.
msuarezcrocus 03deeca
Corrected namespaces and replaced the assessmentIdentifier with DIAL3_4.
msuarezcrocus 1d66c68
Replaced 'schoolyear' with 'datetaken' column to determine the School…
msuarezcrocus 3735645
Removed unnecessary files.
msuarezcrocus 1742d30
Corrected namespaces. Added columns needed for mapping.
msuarezcrocus 6bc9d0a
Added validation for empty fields in yaml and jsont files.
msuarezcrocus c768529
Replaced the extension from yml to yaml. Set state_dir and data_dir a…
msuarezcrocus 68d51b3
Validated empty schoolId.
msuarezcrocus 5615ea0
Removed unnecessary file.
msuarezcrocus 9294f10
Removed scores from objectiveAssessments.
msuarezcrocus 92633ba
Added some clarifications on the description.
msuarezcrocus c085efc
Renamed DIAL4 folder to DIAL4_SC
msuarezcrocus aaddd06
Fixing duplication issue by using takendate and fixing data issue by …
Bruk d9bd45c
Fixed the grade level override issue
Bruk d922ca0
Shortened sample data file.
sasalter File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| .jsonl | ||
| runs.csv |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,42 @@ | ||
| * **Title**: Developmental Indicators for the Assessment of Learning (DIAL3_4) - API 3.X | ||
| * **Description**: This template includes the DIAL3_4 assessment, designed to identify young children who need further testing or who need help with | ||
| academic skills. The DIAL3_4 tests a child’s motor skills (skipping, jumping, cutting, writing), conceptual skills (knowledge | ||
| of colors, counting), and language skills (knowledge of letters and words, ability to solve problems). | ||
| * **API version**: 5.3 | ||
| * **Submitter name**: Mariela Suárez | ||
| * **Submitter organization**: CrocusLLC | ||
|
|
||
| To run this bundle, please add your own source file<code>data/DIAL4_SAMPLE_data_file.csv</code> | ||
|
|
||
| ## CLI Parameters | ||
|
|
||
| ### Required | ||
| - **OUTPUT_DIR**: Where output files will be written | ||
| - **INPUT_FILE**: The assessment file to be mapped | ||
| - **STUDENT_ID_NAME**: Which column to use as the Ed-Fi `studentUniqueId`. Can be one of the native columns in the assessment file (e.g., `suns`, `student_number`) when the bundle is run directly. Otherwise leave the default value `edFi_studentUniqueID` | ||
| - **POSSIBLE_STUDENT_ID_COLUMNS**: This should contain all the possible native student id columns in the assessment file( e.g., `suns`, `student_number`). | ||
| ### Optional | ||
| - **DESCRIPTOR_NAMESPACE**: This should be the default namespace for descriptors such as ResultDatatypeTypeDescriptor. The default value is : uri://ed-fi.org | ||
|
|
||
| ### Examples | ||
|
|
||
| Using an ID column from the assessment file: | ||
| ```bash | ||
| earthmover run -c ./earthmover.yaml -p '{ | ||
| "INPUT_FILE": "./data/sample_anonymized_file.csv", | ||
| "OUTPUT_DIR": "./output", | ||
| "STUDENT_ID_NAME": "suns" | ||
| }' | ||
| ``` | ||
|
|
||
| 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/", | ||
| "API_YEAR": "yourAPIYear", | ||
| "BASE_URL": "yourURL", | ||
| "EDFI_API_CLIENT_ID": "yourID", | ||
| "EDFI_API_CLIENT_SECRET": "yourSecret" | ||
| }' | ||
| ``` | ||
1,000 changes: 1,000 additions & 0 deletions
1,000
assessments/DIAL4/data/sample_anonymized_file.csv
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add some language in here that also makes clear that this bundle only works off of a very specific SC enrich structure? and is not broadly applicable?