diff --git a/README.md b/README.md index f7befc77..748c5bc9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This project contains three pieces: -- A webapp for visualizing and understanding MCIEA survey data +- A webapp for visualizing and understanding survey data - Tasks for processing and indexing raw survey data - Experimental work to conduct survey samples via text message diff --git a/app/services/dese/loader.rb b/app/services/dese/loader.rb index 45f98545..49680d40 100644 --- a/app/services/dese/loader.rb +++ b/app/services/dese/loader.rb @@ -6,7 +6,7 @@ module Dese CSV.parse(File.read(filepath), headers: true) do |row| score = likert_score(row:) unless valid_likert_score(likert_score: score) - school = School.find_by_dese_id(row['DESE ID']) || School.new(name: 'Non-MCIEA school', + school = School.find_by_dese_id(row['DESE ID']) || School.new(name: 'School not in consortium', dese_id: row['DESE ID']) puts "Invalid score: #{score} for school: #{school.name} diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index 2700b97c..9ed8b271 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -52,7 +52,7 @@
- <%= image_tag('framework_wheel.png', alt: 'MCIEA School Quality Framework Wheel') %> + <%= image_tag('framework_wheel.png', alt: 'School Quality Framework Wheel') %>

The School Quality Measures Framework aims to describe the full measure of what makes a good diff --git a/app/views/layouts/_boston_modal.html.erb b/app/views/layouts/_boston_modal.html.erb index 2dfddac5..0e893a91 100644 --- a/app/views/layouts/_boston_modal.html.erb +++ b/app/views/layouts/_boston_modal.html.erb @@ -7,7 +7,7 @@

diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index fb33d882..74dfdb0c 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -2,7 +2,7 @@
- <%= link_to image_tag('sqm_logo.png', alt: 'MCIEA School Quality Measures Dashboard', class: 'height-56'), welcome_path, class: 'me-7' %> + <%= link_to image_tag('sqm_logo.png', alt: 'School Quality Measures Dashboard', class: 'height-56'), welcome_path, class: 'me-7' %> Overview Browse Analyze diff --git a/app/views/layouts/home.html.erb b/app/views/layouts/home.html.erb index 8263a2f0..583eaebe 100644 --- a/app/views/layouts/home.html.erb +++ b/app/views/layouts/home.html.erb @@ -15,7 +15,7 @@
- <%= link_to image_tag('sqm_logo.png', alt: 'MCIEA School Quality Measures Dashboard', class: 'height-56'), welcome_path, class: 'me-7' %> + <%= link_to image_tag('sqm_logo.png', alt: 'School Quality Measures Dashboard', class: 'height-56'), welcome_path, class: 'me-7' %>