Last active
August 29, 2015 13:56
-
-
Save dgonzo/9071700 to your computer and use it in GitHub Desktop.
new school info
This file contains 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
{ | |
"data": { | |
"school_name": "Adams Elementary School", | |
"district_name": "Logan School District", | |
"report_type": "school_info", | |
"years": [{ | |
"data": [{ | |
"report_data": { | |
"school_year_id":2014, | |
"signal_value": 4.39993, // this is what we sort by | |
"signal_color": "green", | |
"scale_values":{}, | |
"response_tally":{} | |
} | |
}] | |
}] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment