Make text edits suggested by Jack. Remove some links. Merge district page with (Work with ECP) page

main
rebuilt 3 years ago
parent 1d950c5536
commit e32f1b909f

@ -3,3 +3,4 @@
@import 'partials/colors';
@import 'partials/bootstrap-overrides';
@import 'partials/layout';
@import 'partials/links';

@ -0,0 +1,11 @@
@import 'colors';
h2 a {
color: $black;
@extend .h5;
@extend .fw-bolder;
text-decoration: none;
}
h2 a:hover {
color: $gray-1 ;
}

@ -1,5 +0,0 @@
class DistrictLeaderController < ApplicationController
def index
end
end

@ -1,64 +0,0 @@
<!-- Header-->
<header class="bg-dark py-5">
<div class="container px-5">
<div class="row gx-5 justify-content-center">
<div class="col-lg-6">
<div class="text-center my-5">
<h1 class="display-5 fw-bolder text-white mb-2">District Leaders</h1>
<div class="d-grid gap-3 d-sm-flex justify-content-sm-center">
</div>
</div>
</div>
</div>
</div>
</header>
<div class="container px-5 my-5">
<div class="row gx-5 justify-content-center">
<h3 >Union Reps & Educators</h3>
<ul>
<li>Use field-tested, teacher-created, standards-aligned quality performance assessment in your classroom as a better measure of student learning</li>
<li>Design your own quality performance assessments </li>
<li>Use student perception surveys to gauge the needs of students </li>
<li>Make data-driven decisions in your classrooms</li>
<li>Advocate for the needs of students using data</li>
<li>Explore the data dashboard as a fuller representation of your schools quality with the potential to offset or replace the over-reliance on MCAS scores</li>
</ul>
<h3>Building Admin</h3>
<ul>
<li>Use field-tested, teacher-created, standards-aligned quality performance assessments grade-wide as a better measure of student learning</li>
<li>Host PLCs or Professional Development sessions for faculty to design your own school-wide quality performance assessments</li>
<li>Use teacher and student perception surveys to capture a fuller picture of school quality and to gauge the needs of students</li>
<li>Make data-driven decisions in your school</li>
<li>Advocate for the needs of students using data</li>
<li>Explore the data dashboard as a fuller representation of your schools quality with the potential to offset or replace the over-reliance on MCAS scores</li>
</ul>
<h3>District Leaders</h3>
<ul>
<li>Use field-tested, teacher-created, standards-aligned quality performance assessments district-wide as a better measure of student learning</li>
<li>Host PLCs or Professional Development sessions for faculty to design school-wide or district-wide quality performance assessments</li>
<li>Use teacher and student perception surveys to capture a fuller picture of school quality and to gauge the needs of students</li>
<li>Make data-driven decisions in your district</li>
<li>Advocate for the needs of students using data</li>
<li>Explore the data dashboard as a fuller representation of school quality in your district schools with the potential to offset or replace the over-reliance on MCAS scores</li>
</ul>
<h3>Community Members & Parents</h3>
<ul>
<li>Learn how field-tested, teacher-created, standards-aligned quality performance assessments district-wide are a better measure of student learning</li>
<li>Use teacher and student perception surveys to capture a fuller picture of school quality and to gauge the needs of students</li>
<li>Advocate for the needs of students using data</li>
<li>Explore the data dashboard as a fuller representation of school quality with the potential to offset or replace the over-reliance on MCAS scores</li>
</ul>
<h3>School Committee Members</h3>
<ul>
<li>Learn how field-tested, teacher-created, standards-aligned quality performance assessments district-wide are a better measure of student learning</li>
<li>Use teacher and student perception surveys to capture a fuller picture of school quality and to gauge the needs of students</li>
<li>Advocate for the needs of students using data</li>
<li>Explore the data dashboard as a fuller representation of school quality with the potential to offset or replace the over-reliance on MCAS scores</li>
</ul>
</div>
</div>

@ -18,15 +18,15 @@
<div class="container px-5 my-5">
<div class="row gx-5">
<div class="col-lg-4 mb-5 mb-lg-0">
<h2 class="h4 fw-bolder">About ECP</h2>
<p>The Education Commonwealth Project (ECP) works to support assessment of student learning and school progress that is valid, democratic, and equitable. Pushing back against the overreliance on standardized testing, ECP offers free and open-source resources for public schools and districts in Massachusetts.</p>
<h2><%= link_to "About ECP", work_with_ecp_index_path %></h2>
<p>The Education Commonwealth Project (ECP) works to support assessment of student learning and school progress that is valid, democratic, and equitable. Pushing back against the overreliance on standardized testing, ECP offers free and open-source resources that all schools can use. And thanks to support from the Massachusetts State Legislature, ECP offers additional support for public schools and districts in Massachusetts.</p>
</div>
<div class="col-lg-4 mb-5 mb-lg-0">
<h2 class="h4 fw-bolder">School Quality Measures</h2>
<h2><%= link_to "School Quality Measures", sqm_index_path %></h2>
<p>SQM honors the full range of what schools do, using data to support and sustain schools rather than to rate and rank them. Whether it means identifying new indicators for tracking progress, or visualizing data in ways that foster richer conversations, the SQM team is here to support Massachusetts districts as they work to assemble a fuller and more accurate portrait of their schools. </p>
</div>
<div class="col-lg-4">
<h2 class="h4 fw-bolder">Quality Performance Assessment</h2>
<h2><%= link_to "Quality Performance Assessment", qpa_index_path %></h2>
<p>QPA offers a clearer picture of what students know and can do, assessing learning through the use of meaningful projects designed by educators. By providing examples of high quality performance assessments, a toolkit of protocols, and guidance, the QPA team seeks to provide a model for reimagining state assessment in Massachusetts and beyond. </p>
</div>
</div>

@ -1,5 +1,3 @@
<%# <li><hr class="dropdown-divider"></li> %>
<!-- Responsive navbar-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container px-5">
@ -38,17 +36,7 @@
<li class="nav-item"><%= link_to "Funders", construction_index_path, class: "dropdown-item" %></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle <%= link_highlight(paths: [ work_with_ecp_index_path, district_leader_index_path]) %>" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Work with ECP
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li class="nav-item"><%= link_to "Work With ECP", work_with_ecp_index_path, class: "dropdown-item"%></li>
<li class="nav-item"><%= link_to "District Leaders", district_leader_index_path, class: "dropdown-item" %></li>
<li class="nav-item"><%= link_to "Educators", construction_index_path, class: "dropdown-item" %></li>
<li class="nav-item"><%= link_to "Community Members", construction_index_path, class: "dropdown-item" %></li>
</ul>
</li>
<li class="nav-item"><%= link_to "Work With ECP", work_with_ecp_index_path, class: "nav-link " + link_highlight(paths: [work_with_ecp_index_path]) %></li>
</ul>
</div>
</div>

@ -14,7 +14,7 @@
</header>
<div class="container px-5">
<!-- QPA accordions -->
<!-- QPA accordions -->
<div class="row gx-5 justify-content-center">
<div class="accordion my-5" id="qpaAccordion">
<div class="accordion-item">
@ -25,8 +25,7 @@
</h2>
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>The Quality Performance Assessment (QPA) project moves beyond testing a narrow range of knowledge in one moment of time to rethink how we assess student learning. Through creating teacher-generated, standards-based, curriculum-embedded, and equity-minded performance assessments, a greater diversity of students are able to demonstrate what they know and a wider range of knowledge and skills can be assessed. By providing examples of high quality performance assessments, a toolkit of protocols, and guidance, the QPA team seeks to provide a model for reimagining state assessment in Massachusetts and beyond. </p>
<p>Quality Performance Assessment (QPA) moves beyond testing a narrow range of knowledge in one moment of time to rethink how we assess student learning. Performance assessments are teacher-generated, standards-based, and curriculum-embedded, and they allow students to more equitably demonstrate what they know and can do. By providing examples of high quality performance assessments, a toolkit of protocols, and expert guidance, the QPA team seeks to provide a model for reimagining state assessment in Massachusetts and beyond. </p>
</div>
</div>
</div>
@ -38,8 +37,7 @@
</h2>
<div id="collapseTwo" class="accordion-collapse collapse show" aria-labelledby="headingTwo" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>Over the past twenty years, MCAS, the statewide assessment in Massachusetts, has done little to close persistent score disparities by race, income, language, and disability. Additionally, MCAS has had significant negative impacts by narrowing the curriculum and losing valuable learning time to low-quality test preparation, particularly in school districts with high percentages of students from historically marginalized groups. The use of standardized tests within rigid accountability systems has led to increased inequality in schools, as these measures are consistently correlated with socioeconomic factors and race..</p>
<p> Over the past twenty years, standardized tests have done little to close persistent score disparities by race, income, language, and disability. Additionally, they have often resulted in narrowing of the curriculum and loss of valuable learning time to low-quality test preparation, particularly in school districts with high percentages of students from historically marginalized groups. Performance assessments, by contrast, minimize these unintended consequences by embedding authentic assessments in ordinary classroom practice, and creating more ways for students to demonstrate knowledge and skills. </p>
</div>
</div>
</div>

@ -1,9 +1,20 @@
<div class="container px-5">
<div class="row gx-5 justify-content-center">
<div class="text-center my-5">
<h2 class="h2 fw-bolder">How to Work with ECP</h2>
<p> There are unlimited ways to engage with ECP! Here are some possibilities:
<!-- Header-->
<header class="bg-dark py-5">
<div class="container px-5">
<div class="row gx-5 justify-content-center">
<div class="col-lg-6">
<div class="text-center my-5">
<h1 class="display-5 fw-bolder text-white mb-2">Work with ECP</h1>
<div class="d-grid gap-3 d-sm-flex justify-content-sm-center">
</div>
</div>
</div>
</div>
</div>
</header>
<div class="container p-5">
<div class="row gx-5 justify-content-center">
<div class="grid-container">
<div class="grid-item"><h2 class="fw-bolder">District Leaders</h2></div>
<div class="grid-item"><h2 class="fw-bolder">School Leaders</h2></div>
@ -35,3 +46,54 @@
</div>
</div>
</div>
<div class="container px-5 my-5">
<div class="row gx-5 justify-content-center">
<h3 >Union Reps & Educators</h3>
<ul>
<li>Use field-tested, teacher-created, standards-aligned quality performance assessment in your classroom as a better measure of student learning</li>
<li>Design your own quality performance assessments </li>
<li>Use student perception surveys to gauge the needs of students </li>
<li>Make data-driven decisions in your classrooms</li>
<li>Advocate for the needs of students using data</li>
<li>Explore the data dashboard as a fuller representation of your schools quality with the potential to offset or replace the over-reliance on MCAS scores</li>
</ul>
<h3>Building Admin</h3>
<ul>
<li>Use field-tested, teacher-created, standards-aligned quality performance assessments grade-wide as a better measure of student learning</li>
<li>Host PLCs or Professional Development sessions for faculty to design your own school-wide quality performance assessments</li>
<li>Use teacher and student perception surveys to capture a fuller picture of school quality and to gauge the needs of students</li>
<li>Make data-driven decisions in your school</li>
<li>Advocate for the needs of students using data</li>
<li>Explore the data dashboard as a fuller representation of your schools quality with the potential to offset or replace the over-reliance on MCAS scores</li>
</ul>
<h3>District Leaders</h3>
<ul>
<li>Use field-tested, teacher-created, standards-aligned quality performance assessments district-wide as a better measure of student learning</li>
<li>Host PLCs or Professional Development sessions for faculty to design school-wide or district-wide quality performance assessments</li>
<li>Use teacher and student perception surveys to capture a fuller picture of school quality and to gauge the needs of students</li>
<li>Make data-driven decisions in your district</li>
<li>Advocate for the needs of students using data</li>
<li>Explore the data dashboard as a fuller representation of school quality in your district schools with the potential to offset or replace the over-reliance on MCAS scores</li>
</ul>
<h3>Community Members & Parents</h3>
<ul>
<li>Learn how field-tested, teacher-created, standards-aligned quality performance assessments district-wide are a better measure of student learning</li>
<li>Use teacher and student perception surveys to capture a fuller picture of school quality and to gauge the needs of students</li>
<li>Advocate for the needs of students using data</li>
<li>Explore the data dashboard as a fuller representation of school quality with the potential to offset or replace the over-reliance on MCAS scores</li>
</ul>
<h3>School Committee Members</h3>
<ul>
<li>Learn how field-tested, teacher-created, standards-aligned quality performance assessments district-wide are a better measure of student learning</li>
<li>Use teacher and student perception surveys to capture a fuller picture of school quality and to gauge the needs of students</li>
<li>Advocate for the needs of students using data</li>
<li>Explore the data dashboard as a fuller representation of school quality with the potential to offset or replace the over-reliance on MCAS scores</li>
</ul>
</div>
</div>

Loading…
Cancel
Save