diff --git a/app/assets/images/sqm_logo.png b/app/assets/images/sqm_logo.png index 4d6874e3..8dd63ccd 100644 Binary files a/app/assets/images/sqm_logo.png and b/app/assets/images/sqm_logo.png differ diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index f80471b7..ef8402c4 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -21,22 +21,22 @@ <%= turbo_frame_tag "schools" do %>
<% if District.count > 1 %> -
- <%= f.select :district, @districts, - {include_blank: "Select a District", selected: params[:district] } , {id: "district-dropdown", class: "form-select", hidden: @districts.count == 1} %> +
+ <%= f.select :district, @districts, + {include_blank: "Select a District", selected: params[:district] } , {id: "district-dropdown", class: "form-select", hidden: @districts.count == 1} %>
<% end %> -
- <%= f.select :school, @schools, - {include_blank: "Select a School", selected: params[:school]}, { id: "school-dropdown", class: "form-select mx-3"} if @schools %> -
+
+ <%= f.select :school, @schools, + {include_blank: "Select a School", selected: params[:school]}, { id: "school-dropdown", class: "form-select mx-3"} if @schools %> +
- <% if @school.present? %> - <%= link_to "Go", district_school_overview_index_path(@district, @school, {year: @year} ), class: "mx-4 btn btn-secondary" , data: {turbo_frame: "_top"} %> - <% else %> - <%= button_to "Go", "/", class: "mx-4 btn btn-secondary" , data: {turbo_frame: "_top"}, disabled: true %> - <% end %> + <% if @school.present? %> + <%= link_to "Go", district_school_overview_index_path(@district, @school, {year: @year} ), class: "mx-4 btn btn-secondary" , data: {turbo_frame: "_top"} %> + <% else %> + <%= button_to "Go", "/", class: "mx-4 btn btn-secondary" , data: {turbo_frame: "_top"}, disabled: true %> + <% end %>
<% end %> @@ -52,7 +52,7 @@
- <%= image_tag('framework_wheel.png', alt: 'School Quality Framework Wheel') %> + <%= image_tag('framework_wheel.png', alt: 'MCIEA School Quality Framework Wheel') %>

The School Quality Measures Framework aims to describe the full measure of what makes a good @@ -61,16 +61,23 @@

School Quality Measures Framework

-

Through a strand of work led by professor Jack Schneider at the University of Massachusetts Amherst and a team of researchers, ECP is reimagining how we measure the quality of our schools and the learning experiences of our students.

-

Specifically, ECP is the dissemination arm of the School Quality Measures framework developed by the eight original districts of the Massachusetts Consortium for Innovative Education Assessment (MCIEA). MCIEA sought input from stakeholders in each consortium district to build a school quality framework that reflects what the public wants to know about their schools.

-

The framework has been built around multiple measures, which include academic, social-emotional, and school culture indicators, in order to piece together a fairer and more comprehensive picture of school performance. It consists of five major categories.

+

Through a strand of work led by professor Jack Schneider at the University of Massachusetts Amherst and a team + of researchers, MCIEA is reimagining how we measure the quality of our schools and the learning experiences of + our students.

+

To achieve this goal, MCIEA sought input from stakeholders in each consortium district to build a school + quality framework that reflects what the public wants to know about their schools.

+

The framework has been built around multiple measures, which include academic, social-emotional, and school + culture indicators, in order to piece together a fairer and more comprehensive picture of school performance. + It + consists of five major categories.

+
<% @categories.each do |category| %>

+

@@ -87,8 +94,8 @@
-

About ECP

-

The Education Commonwealth Project works to challenge and expand the way student learning and school quality are assessed, advancing an approach to measurement and accountability that is valid, democratic, and equitable. ECP supports schools and communities with free and open-source tools, and broadly seeks to foster state- and national-level change.

- Learn More +

About MCIEA

+

The Massachusetts Consortium for Innovative Education Assessment (MCIEA) is a partnership of eight MA public school districts and their local teacher unions, joined together to create a fair and effective accountability system that offers a more dynamic picture of student learning and school quality than a single standardized test. MCIEA seeks to increase achievement for all students, close prevailing opportunity gaps among subgroups, and prepare a diversity of students for college, career, and life.

+ Learn More
diff --git a/app/views/layouts/_empty_dataset_modal.html.erb b/app/views/layouts/_empty_dataset_modal.html.erb index 9ec21290..a75e2d8e 100644 --- a/app/views/layouts/_empty_dataset_modal.html.erb +++ b/app/views/layouts/_empty_dataset_modal.html.erb @@ -11,8 +11,8 @@
  • Limited availability of school data
  • Teacher and student survey response rates below 25%
  • -

    You may continue to explore the structure of the ECP School Quality Measures Framework, but we recommend selecting a different school and/or a different school year for the best experience.

    -

    You’re also welcome to contact ECP staff to help ensure this school has data for you to review next year.

    +

    You may continue to explore the structure of the MCIEA School Quality Measures Framework, but we recommend selecting a different school and/or a different school year for the best experience.

    +

    You’re also welcome to contact MCIEA to help ensure this school has data for you to review next year.

    diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb index d2a3743f..8105f737 100644 --- a/app/views/layouts/_footer.html.erb +++ b/app/views/layouts/_footer.html.erb @@ -1,5 +1,5 @@
    - - <%= link_to "ECP" , "https://www.edcommonwealth.org/" , class: "footer-item footer-link", target: "_blank" %> - <%= link_to "Contact Us" , "https://www.edcommonwealth.org/contacts" , class: "footer-item footer-link", target: "_blank" %> + + <%= link_to "MCIEA.org" , "https://www.mciea.org/" , class: "footer-item footer-link", target: "_blank" %> + <%= link_to "Contact Us" , "https://www.mciea.org/contact.html", class: "footer-item footer-link", target: "_blank"%>
    diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index d23e73c8..b50a3336 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -2,7 +2,7 @@
    - <%= link_to image_tag('logo.svg', alt: 'School Quality Measures Dashboard', size: "100x100"), welcome_path, class: 'me-7' %> + <%= link_to image_tag('logo.svg', alt: 'MCIEA School Quality Measures Dashboard', size: "100x100"), welcome_path, class: 'me-7' %> Overview Browse Analyze diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index bd62037d..2e49e3c8 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -1,7 +1,7 @@ - ECP + MCIEA diff --git a/app/views/layouts/home.html.erb b/app/views/layouts/home.html.erb index 21437fad..e929f7eb 100644 --- a/app/views/layouts/home.html.erb +++ b/app/views/layouts/home.html.erb @@ -1,11 +1,12 @@ - ECP + MCIEA + @@ -26,7 +27,7 @@
    - <%= link_to image_tag('logo.svg', alt: 'School Quality Measures Dashboard', size: "100x100"), welcome_path, class: 'me-7' %> + <%= link_to image_tag('sqm_logo.png', alt: 'MCIEA School Quality Measures Dashboard', class: 'height-56'), welcome_path, class: 'me-7' %>