Gabe Farrell
438ca58d5a
Change subcategory hovers to say 67 instead of 66 questions
2 years ago
Gabe Farrell
33a0d0ffb1
Add hovers to browse page response rates
2 years ago
rebuilt
60c04d768d
Add date range to subcategory report export
2 years ago
Gabe Farrell
8d870abd37
Add seeding for Butler 23-24
2 years ago
Gabe Farrell
7dec0be5af
Add seeding & scripts for Daley 2023-24
2 years ago
Gabe Farrell
9beb166c4a
Fix error in master list
2 years ago
Gabe Farrell
eab277b877
Fix error in master list
2 years ago
Gabe Farrell
0468dba3ba
Remove non-Lowell schools, remove data:seed_only_lowell & data:delete_non_lowell
2 years ago
rebuilt
46b5cbef2d
perf: Reduce number of queries. Remove unneeded methods. Combine
...
subcategory and measure queries in controller
3 years ago
rebuilt
bb5cfce09f
Remove precalculation of response rates. Add loading of student info to database
3 years ago
rebuilt
1aebc23721
chore: remove unneeded tasks
3 years ago
Gabe Farrell
7070e67b5d
Update README.md with upload script
3 years ago
Gabe Farrell
0c7b5a6e06
Add cleaned data upload script for Lowell
3 years ago
rebuilt
d025a83a2b
chore: remove errant comment
3 years ago
rebuilt
9493007801
Also delete race scores when deleting non-lowell info
3 years ago
rebuilt
4a93ab7536
feat: update framework to include new early education survey items
3 years ago
rebuilt
05f535ed5c
perf: include survey items with measures to avoid n+1 queries when scoring by student/teacher survey items
3 years ago
rebuilt
330b1c74b1
docs: add contributing doc
3 years ago
rebuilt
3dd8631083
perf: memoize function when calculating response rates
3 years ago
rebuilt
8a23296ca5
perf: Add another index to surveyitemresponses. Implement bullet suggestions. Memoize a function in measure.rb
3 years ago
rebuilt
a19a30f5f3
Fix: failing subcategory report specs
3 years ago
rebuilt
7cf6c6cc24
Modify subcategory report to be threaded
3 years ago
rebuilt
f29d72abff
Add District, School Code, and Grade columns to subcategory report
3 years ago
rebuilt
a1f72a5273
Add tests to codify behavior of weighted average logic
3 years ago
rebuilt
c4b90a711c
Fix: make sure values don't get reordered after copying over row values from survey item variants. This fixes a problem where cleaner would produce a row with likert scores that got shifted to align with the wrong column
3 years ago
rebuilt
ed421ceea8
Fix: Ensure proper detection of survey type. Make sure to remove any survey item ids that end with the survey variant style of '-1'
3 years ago
rebuilt
5f66d3d99a
Fix: enable correct detection of student surveys types by rejecting any
...
headers ending with '-1' (the variants of standard questions)
3 years ago
rebuilt
02a2c6cd97
Don't write a file if there's an empty dataset
3 years ago
Gabe Farrell
8f0deab53b
Use weighted average instead of simple average when calculating response rates
3 years ago
rebuilt
3f4aa8e7af
Fix: Parse headers when they are surrounded by quotes. This helps load recent csv files correctly
3 years ago
rebuilt
33e590607c
Remove outdated tasks
3 years ago
rebuilt
8df7a1ef28
Remove redundant tasks
3 years ago
rebuilt
42ab3aef57
Fix lowell seeder to create enrollment and staffing entries in database
3 years ago
rebuilt
2ee781ca7a
Scrape new admin data values
3 years ago
rebuilt
0f23053294
It's possible for admin data likert score values to be above 5. If that happens, we
...
cap the likert score at 5. This was happening already at the scraper
level but it's also now being done by the admin data loader for safety.
Also make sure to just update admin data instead of deleting and
reloading all values each load. Add tests to confirm this behavior
3 years ago
rebuilt
c789c46032
Don't check standard deviation for early education surveys
3 years ago
rebuilt
e058c523b6
Missing progress or duration information does not result in a row removed in the cleaning process
3 years ago
Gabe Farrell
960fcd570c
Add Overall Response Rate Popover
3 years ago
rebuilt
2a3f69b813
The overall response rate is artifically lower because we are including the number of all the students at the school, not just the number of students that took the survey. Updated the overall response rate presenter to return the count of only the grades that took the student survey.
3 years ago
rebuilt
391cfdc49a
specify that we are using the top level Subcategory class instead of the Report::Subcategory class
3 years ago
rebuilt
08c946a469
Add subcategory report
3 years ago
rebuilt
f590bc9dd5
Add subcategory report
3 years ago
rebuilt
e30a999aee
Move color definitions out of response rate presenter and into _colors.scss
3 years ago
rebuilt
a71ebbc4e4
Add Overall Response Rate
3 years ago
rebuilt
435bc4a5be
Fix regression in student loader
3 years ago
vineeshathallapaneni@gmail.com
4a9b95aad1
updated code by adding a task to find most skipped questions on regular survey questions
3 years ago
rebuilt
cbb516bcea
Add livereload
3 years ago
rebuilt
dbfc9d1d3a
Add automated data cleaning. Modify SurveyItemValues class to use regex
...
instead of hard coded values. Produce a clean csv and a csv with all
the removed values and columns with reason for removal. Add script for
running cleaning for each project
3 years ago
rebuilt
9f33a776b6
Add viewport and context meta tags
3 years ago
rebuilt
c94d025fc6
Add meta description to application template
3 years ago