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 @@
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 @@
We’re unable to display results for the selected school and school year.
-You’re welcome to contact MCIEA for more information
+You’re welcome to contact Lowell Public Schools for more information