From 93cbfe6e9deb27db68b80aaa824a4e6750379ba5 Mon Sep 17 00:00:00 2001 From: rebuilt Date: Tue, 22 Nov 2022 19:39:56 -0800 Subject: [PATCH] Moved section from resources to 'work with ecp' page --- app/views/resource/index.html.erb | 144 ++++++++----------------- app/views/work_with_ecp/index.html.erb | 58 ++++++++++ 2 files changed, 101 insertions(+), 101 deletions(-) diff --git a/app/views/resource/index.html.erb b/app/views/resource/index.html.erb index fcf1e61..d8b528c 100644 --- a/app/views/resource/index.html.erb +++ b/app/views/resource/index.html.erb @@ -3,116 +3,58 @@
-
+
+

SQM resources

-
-

- The Education Commonwealth Project provides free resources to rethink how school quality and student learning are measured. -

-
-
-
-

- -

-
-
-

The free and open-source tools are available to anyone for immediate download.

-

Maybe you are an educator interested in trying out a performance assessment in your classroom. Maybe you’re an elementary school principal interested in understanding the sense of belonging that exists at your school using field-tested perception surveys of teachers and students. Maybe you’re a parent of a school-aged child who is interested in how to get a fuller story of your child’s school quality. Maybe you’re a district superintendent interested in how to use other DESE data, beyond MCAS scores, to advocate for the needs of your schools.

-

Whatever your role, whatever your reason, ECP is making these tools available to you.

-

When you agree to the open-source licensing (in which you agree you don‘t intend to capitalize on our tools), you’ll register with ECP. If you indicate that you’re open to hearing from us, we may reach out to you.

-
-
-
- -
-

- -

-
-
-

We will work with you to build relationships between teachers, administration, districts, and community. We will provide support to use and customize resources to measure school quality and student learning in ways that reflect the values of your community. We can consult on how to use data to make informed policy decisions and how to leverage data to advocate for student needs. Your partnership with ECP will help you build capacity to join MCIEA as a member district if that is a direction you choose to pursue.

-
-
-
- -
-

- -

-
-
-

When anyone in a district expresses interest in consulting with us or receiving support from us, we will reach out to engage all interested parties in meaningful ways with the project and project resources. We’re eager to work with communities who collectively recognize the value of alternative school quality and student learning measures.

-

Whatever your role, whatever your reason, you can initiate working with ECP.

- <%# TODO implement these links %> -

Click here for more information on: - ECP SQM QPA (links to other pages)

-
-
-
-
-
+
+ <%= link_to(resource_download_pdf_path(path: "adding_student_voice_to_the_mix")) do %> + <%= image_tag "resources/sqm/adding_student_voice_to_the_mix.png", class: "file-download" %> + <% end %>
+
+ <%= link_to(resource_download_pdf_path(path: "beyond_good_and_bad")) do %> + <%= image_tag "resources/sqm/beyond_good_and_bad.png", class: "file-download" %> + <% end %> +
-
-

SQM resources

- -
- <%= link_to(resource_download_pdf_path(path: "adding_student_voice_to_the_mix")) do %> - <%= image_tag "resources/sqm/adding_student_voice_to_the_mix.png", class: "file-download" %> - <% end %> -
- -
- <%= link_to(resource_download_pdf_path(path: "beyond_good_and_bad")) do %> - <%= image_tag "resources/sqm/beyond_good_and_bad.png", class: "file-download" %> - <% end %> -
- -
- <%= link_to(resource_download_pdf_path(path: "beyond_standardized_tests")) do %> - <%= image_tag "resources/sqm/beyond_standardized_tests.png", class: "file-download" %> - <% end %> -
+
+ <%= link_to(resource_download_pdf_path(path: "beyond_standardized_tests")) do %> + <%= image_tag "resources/sqm/beyond_standardized_tests.png", class: "file-download" %> + <% end %> +
-
- <%= link_to(resource_download_pdf_path(path: "the_mis_measure_of_schools")) do %> - <%= image_tag "resources/sqm/the_mis_measure_of_schools.png", class: "file-download" %> - <% end %> -
+
+ <%= link_to(resource_download_pdf_path(path: "the_mis_measure_of_schools")) do %> + <%= image_tag "resources/sqm/the_mis_measure_of_schools.png", class: "file-download" %> + <% end %>
+
-
-

QPA resources

+
+

QPA resources

-
- <%= link_to(resource_download_pdf_path(path: "a_national_movement_for_a_new_accountability")) do %> - <%= image_tag "resources/qpa/a_national_movement_for_a_new_accountability.png", class: "file-download" %> - <% end %> -
-
- <%= link_to(resource_download_pdf_path(path: "its_high_time_for_change_in_our_accountability_systems")) do %> - <%= image_tag "resources/qpa/its_high_time_for_change_in_our_accountability_systems.png", class: "file-download" %> - <% end %> -
-
- <%= link_to(resource_download_pdf_path(path: "keeping_our_accountability_systems_accountable")) do %> - <%= image_tag "resources/qpa/keeping_our_accountability_systems_accountable.png", class: "file-download" %> - <% end %> -
-
- <%= link_to(resource_download_pdf_path(path: "piloting_the_use_of_learning_progressions_in_a_system_of_assessment")) do %> - <%= image_tag "resources/qpa/piloting_the_use_of_learning_progressions_in_a_system_of_assessment.png", class: "file-download" %> - <% end %> -
+
+ <%= link_to(resource_download_pdf_path(path: "a_national_movement_for_a_new_accountability")) do %> + <%= image_tag "resources/qpa/a_national_movement_for_a_new_accountability.png", class: "file-download" %> + <% end %> +
+
+ <%= link_to(resource_download_pdf_path(path: "its_high_time_for_change_in_our_accountability_systems")) do %> + <%= image_tag "resources/qpa/its_high_time_for_change_in_our_accountability_systems.png", class: "file-download" %> + <% end %> +
+
+ <%= link_to(resource_download_pdf_path(path: "keeping_our_accountability_systems_accountable")) do %> + <%= image_tag "resources/qpa/keeping_our_accountability_systems_accountable.png", class: "file-download" %> + <% end %> +
+
+ <%= link_to(resource_download_pdf_path(path: "piloting_the_use_of_learning_progressions_in_a_system_of_assessment")) do %> + <%= image_tag "resources/qpa/piloting_the_use_of_learning_progressions_in_a_system_of_assessment.png", class: "file-download" %> + <% end %> +
diff --git a/app/views/work_with_ecp/index.html.erb b/app/views/work_with_ecp/index.html.erb index 14aefce..5337512 100644 --- a/app/views/work_with_ecp/index.html.erb +++ b/app/views/work_with_ecp/index.html.erb @@ -23,6 +23,7 @@

We can collaborate with you to design formal presentations about assessment, organize support for grassroots activism, and develop plans for including families and community members in change efforts.

+

Our work together can begin with the ECP team talking with you or your group @@ -30,5 +31,62 @@ and about the free tools we offer.

+ +
+

+ The Education Commonwealth Project provides free resources to rethink how school quality and student learning are measured. +

+
+
+
+

+ +

+
+
+

The free and open-source tools are available to anyone for immediate download.

+

Maybe you are an educator interested in trying out a performance assessment in your classroom. Maybe you’re an elementary school principal interested in understanding the sense of belonging that exists at your school using field-tested perception surveys of teachers and students. Maybe you’re a parent of a school-aged child who is interested in how to get a fuller story of your child’s school quality. Maybe you’re a district superintendent interested in how to use other DESE data, beyond MCAS scores, to advocate for the needs of your schools.

+

Whatever your role, whatever your reason, ECP is making these tools available to you.

+

When you agree to the open-source licensing (in which you agree you don‘t intend to capitalize on our tools), you’ll register with ECP. If you indicate that you’re open to hearing from us, we may reach out to you.

+
+
+
+ +
+

+ +

+
+
+

We will work with you to build relationships between teachers, administration, districts, and community. We will provide support to use and customize resources to measure school quality and student learning in ways that reflect the values of your community. We can consult on how to use data to make informed policy decisions and how to leverage data to advocate for student needs. Your partnership with ECP will help you build capacity to join MCIEA as a member district if that is a direction you choose to pursue.

+
+
+
+ +
+

+ +

+
+
+

When anyone in a district expresses interest in consulting with us or receiving support from us, we will reach out to engage all interested parties in meaningful ways with the project and project resources. We’re eager to work with communities who collectively recognize the value of alternative school quality and student learning measures.

+

Whatever your role, whatever your reason, you can initiate working with ECP.

+ <%# TODO implement these links %> +

Click here for more information on: + ECP SQM QPA (links to other pages)

+
+
+
+
+
+
+ +