mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
feat: create a parents by language graph
Update demographics table with lanugage options Create a lanugage table to hold the new languages Update the demographic loader to input languages into the database Update the cleaner to read the language column Update the parent table to hold a reference to a language Update the data uploader script to read the language from the csv and update the language information for any parent items that already exist (or create database entries if none already exist) update the analyze interface to add controls for selecting ‘parents by group’ and a dropdown for ‘parent by language’ Update the analyze controller to read the parent-by-group parameter Create a graph for the parent-by-group view Bubble up averages for language calculations. Make sure n-size only counts responses for a given measure.
This commit is contained in:
parent
bedab713af
commit
0f457becf0
31 changed files with 413 additions and 109 deletions
|
|
@ -1,11 +1,11 @@
|
|||
Race Qualtrics Code,Race/Ethnicity,Gender Qualtrics Code,Sex/Gender,Income,ELL,Special Ed Status,Housing
|
||||
1,American Indian or Alaskan Native,2,Male,Economically Disadvantaged - N,ELL,Special Education,Own
|
||||
2,Asian or Pacific Islander,1,Female,Economically Disadvantaged - Y,Not ELL,Not Special Education,Rent
|
||||
3,Black or African American,4,Non-Binary,Unknown,Unknown,Unknown,Unknown
|
||||
4,Hispanic or Latinx,99,Unknown,,,,
|
||||
5,White or Caucasian,,,,,,
|
||||
6,Prefer not to disclose,,,,,,
|
||||
7,Prefer to self-describe,,,,,,
|
||||
8,Middle Eastern,,,,,,
|
||||
99,Race/Ethnicity Not Listed,,,,,,
|
||||
100,Multiracial,,,,,,
|
||||
Race Qualtrics Code,Race/Ethnicity,Gender Qualtrics Code,Sex/Gender,Income,ELL,Special Ed Status,Housing,Language
|
||||
1,American Indian or Alaskan Native,2,Male,Economically Disadvantaged - N,ELL,Special Education,Own,English
|
||||
2,Asian or Pacific Islander,1,Female,Economically Disadvantaged - Y,Not ELL,Not Special Education,Rent,Portuguese
|
||||
3,Black or African American,4,Non-Binary,Unknown,Unknown,Unknown,Unknown,Spanish
|
||||
4,Hispanic or Latinx,99,Unknown,,,,,Prefer not to disclose
|
||||
5,White or Caucasian,,,,,,,Prefer to self-describe
|
||||
6,Prefer not to disclose,,,,,,,
|
||||
7,Prefer to self-describe,,,,,,,
|
||||
8,Middle Eastern,,,,,,,
|
||||
99,Race/Ethnicity Not Listed,,,,,,,
|
||||
100,Multiracial,,,,,,,
|
||||
|
|
|
|||
|
Loading…
Add table
Add a link
Reference in a new issue