mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Remove occurances of MCIEA
This commit is contained in:
parent
7a5e02eed9
commit
69c089d9bb
6 changed files with 6 additions and 6 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
This project contains three pieces:
|
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
|
- Tasks for processing and indexing raw survey data
|
||||||
- Experimental work to conduct survey samples via text message
|
- Experimental work to conduct survey samples via text message
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ module Dese
|
||||||
CSV.parse(File.read(filepath), headers: true) do |row|
|
CSV.parse(File.read(filepath), headers: true) do |row|
|
||||||
score = likert_score(row:)
|
score = likert_score(row:)
|
||||||
unless valid_likert_score(likert_score: score)
|
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'])
|
dese_id: row['DESE ID'])
|
||||||
puts "Invalid score: #{score}
|
puts "Invalid score: #{score}
|
||||||
for school: #{school.name}
|
for school: #{school.name}
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,7 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-5 framework-wheel-container">
|
<div class="col-lg-5 framework-wheel-container">
|
||||||
<div>
|
<div>
|
||||||
<%= image_tag('framework_wheel.png', alt: 'MCIEA School Quality Framework Wheel') %>
|
<%= image_tag('framework_wheel.png', alt: 'School Quality Framework Wheel') %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="mt-5">The School Quality Measures Framework aims to describe the full measure of what makes a good
|
<p class="mt-5">The School Quality Measures Framework aims to describe the full measure of what makes a good
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<p> We’re unable to display results for the selected school and school year. </p>
|
<p> We’re unable to display results for the selected school and school year. </p>
|
||||||
<p> You’re welcome to <a target="_blank" href="https://www.mciea.org/contact.html">contact MCIEA</a> for more information</p>
|
<p> You’re welcome to <a target="_blank" href="https://www.mciea.org/contact.html">contact Lowell Public Schools</a> for more information</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row py-4 justify-content-between align-items-center">
|
<div class="row py-4 justify-content-between align-items-center">
|
||||||
<div class="col d-flex justify-content-start align-items-center">
|
<div class="col d-flex justify-content-start align-items-center">
|
||||||
<%= 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' %>
|
||||||
<a class="sub-header-3 link me-4 <%= link_weight(path: 'overview') %>" href="<%= link_to_overview(district: @district, school: @school, academic_year: @academic_year) %>">Overview</a>
|
<a class="sub-header-3 link me-4 <%= link_weight(path: 'overview') %>" href="<%= link_to_overview(district: @district, school: @school, academic_year: @academic_year) %>">Overview</a>
|
||||||
<a class="sub-header-3 link me-4 <%= link_weight(path: 'browse') %>" href="<%= link_to_browse(district: @district, school: @school, academic_year: @academic_year) %>">Browse</a>
|
<a class="sub-header-3 link me-4 <%= link_weight(path: 'browse') %>" href="<%= link_to_browse(district: @district, school: @school, academic_year: @academic_year) %>">Browse</a>
|
||||||
<a class="sub-header-3 link <%= link_weight(path: 'analyze') %>" href="<%= link_to_analyze(district: @district, school: @school, academic_year: @academic_year) %>">Analyze</a>
|
<a class="sub-header-3 link <%= link_weight(path: 'analyze') %>" href="<%= link_to_analyze(district: @district, school: @school, academic_year: @academic_year) %>">Analyze</a>
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row py-4 justify-content-between align-items-center">
|
<div class="row py-4 justify-content-between align-items-center">
|
||||||
<div class="col d-flex justify-content-start align-items-center">
|
<div class="col d-flex justify-content-start align-items-center">
|
||||||
<%= 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' %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue