diff --git a/app/assets/images/resources/qpa/a_national_movement_for_a_new_accountability.png b/app/assets/images/resources/qpa/a_national_movement_for_a_new_accountability.png new file mode 100644 index 0000000..2f561d1 Binary files /dev/null and b/app/assets/images/resources/qpa/a_national_movement_for_a_new_accountability.png differ diff --git a/app/assets/images/resources/qpa/its_high_time_for_change_in_our_accountability_systems.png b/app/assets/images/resources/qpa/its_high_time_for_change_in_our_accountability_systems.png new file mode 100644 index 0000000..09270a8 Binary files /dev/null and b/app/assets/images/resources/qpa/its_high_time_for_change_in_our_accountability_systems.png differ diff --git a/app/assets/images/resources/qpa/keeping_our_accountability_systems_accountable.png b/app/assets/images/resources/qpa/keeping_our_accountability_systems_accountable.png new file mode 100644 index 0000000..e41f595 Binary files /dev/null and b/app/assets/images/resources/qpa/keeping_our_accountability_systems_accountable.png differ diff --git a/app/assets/images/resources/qpa/piloting_the_use_of_learning_progressions_in_a_system_of_assessment.png b/app/assets/images/resources/qpa/piloting_the_use_of_learning_progressions_in_a_system_of_assessment.png new file mode 100644 index 0000000..118535a Binary files /dev/null and b/app/assets/images/resources/qpa/piloting_the_use_of_learning_progressions_in_a_system_of_assessment.png differ diff --git a/app/assets/images/resources/qpa/reimagining_mcas_policy.png b/app/assets/images/resources/qpa/reimagining_mcas_policy.png new file mode 100644 index 0000000..8d3c967 Binary files /dev/null and b/app/assets/images/resources/qpa/reimagining_mcas_policy.png differ diff --git a/app/assets/images/resources/sqm/adding_student_voice_to_the_mix.png b/app/assets/images/resources/sqm/adding_student_voice_to_the_mix.png new file mode 100644 index 0000000..3948c79 Binary files /dev/null and b/app/assets/images/resources/sqm/adding_student_voice_to_the_mix.png differ diff --git a/app/assets/images/resources/sqm/beyond_good_and_bad.png b/app/assets/images/resources/sqm/beyond_good_and_bad.png new file mode 100644 index 0000000..87db054 Binary files /dev/null and b/app/assets/images/resources/sqm/beyond_good_and_bad.png differ diff --git a/app/assets/images/resources/sqm/beyond_standardized_tests.png b/app/assets/images/resources/sqm/beyond_standardized_tests.png new file mode 100644 index 0000000..7ad52c5 Binary files /dev/null and b/app/assets/images/resources/sqm/beyond_standardized_tests.png differ diff --git a/app/assets/images/resources/sqm/the_mis_measure_of_schools.png b/app/assets/images/resources/sqm/the_mis_measure_of_schools.png new file mode 100644 index 0000000..265e800 Binary files /dev/null and b/app/assets/images/resources/sqm/the_mis_measure_of_schools.png differ diff --git a/app/controllers/research_controller.rb b/app/controllers/research_controller.rb index c61d91e..0182f7e 100644 --- a/app/controllers/research_controller.rb +++ b/app/controllers/research_controller.rb @@ -5,6 +5,6 @@ class ResearchController < ApplicationController def download_pdf - send_file "#{Rails.root}/public/docs/#{params[:path]}.pdf", type: "application/pdf", x_sendfile: true + send_file "#{Rails.root}/public/docs/research/#{params[:path]}.pdf", type: "application/pdf", x_sendfile: true end end diff --git a/app/controllers/resource_controller.rb b/app/controllers/resource_controller.rb index 9156802..ea2b5c4 100644 --- a/app/controllers/resource_controller.rb +++ b/app/controllers/resource_controller.rb @@ -1,5 +1,7 @@ class ResourceController < ApplicationController - def index + def index; end + def download_pdf + send_file "#{Rails.root}/public/docs/resources/#{params[:path]}.pdf", type: 'application/pdf', x_sendfile: true end end diff --git a/app/views/resource/index.html.erb b/app/views/resource/index.html.erb index 7cf0664..cae5f83 100644 --- a/app/views/resource/index.html.erb +++ b/app/views/resource/index.html.erb @@ -17,11 +17,11 @@
-

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

-
+
+

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

@@ -70,10 +70,61 @@
+
+
+
+

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: "the_mis_measure_of_schools")) do %> + <%= image_tag "resources/sqm/the_mis_measure_of_schools.png", class: "file-download" %> + <% end %> +
+
+ + +
+

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 %>
diff --git a/config/routes.rb b/config/routes.rb index 5a9d727..24572df 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -5,6 +5,7 @@ Rails.application.routes.draw do resources :sqm, only: :index resources :qpa, only: :index resources :resource, only: :index + get 'resource/download_pdf', to: "resource#download_pdf" resources :research, only: :index get 'research/download_pdf', to: "research#download_pdf" resources :work_with_ecp, only: :index diff --git a/public/docs/psychological_toll_of_high_stakes_testing.pdf b/public/docs/research/psychological_toll_of_high_stakes_testing.pdf similarity index 100% rename from public/docs/psychological_toll_of_high_stakes_testing.pdf rename to public/docs/research/psychological_toll_of_high_stakes_testing.pdf diff --git a/public/docs/test_anxiety_and_poor_sleep.pdf b/public/docs/research/test_anxiety_and_poor_sleep.pdf similarity index 100% rename from public/docs/test_anxiety_and_poor_sleep.pdf rename to public/docs/research/test_anxiety_and_poor_sleep.pdf diff --git a/public/docs/testing_stress_and_performance.pdf b/public/docs/research/testing_stress_and_performance.pdf similarity index 100% rename from public/docs/testing_stress_and_performance.pdf rename to public/docs/research/testing_stress_and_performance.pdf diff --git a/public/docs/resources/a_national_movement_for_a_new_accountability.pdf b/public/docs/resources/a_national_movement_for_a_new_accountability.pdf new file mode 100644 index 0000000..bd12a74 Binary files /dev/null and b/public/docs/resources/a_national_movement_for_a_new_accountability.pdf differ diff --git a/public/docs/resources/adding_student_voice_to_the_mix.pdf b/public/docs/resources/adding_student_voice_to_the_mix.pdf new file mode 100644 index 0000000..4e8e2dd Binary files /dev/null and b/public/docs/resources/adding_student_voice_to_the_mix.pdf differ diff --git a/public/docs/resources/beyond_good_and_bad.pdf b/public/docs/resources/beyond_good_and_bad.pdf new file mode 100644 index 0000000..aa9ea28 Binary files /dev/null and b/public/docs/resources/beyond_good_and_bad.pdf differ diff --git a/public/docs/resources/beyond_standardized_tests.pdf b/public/docs/resources/beyond_standardized_tests.pdf new file mode 100644 index 0000000..57acadf Binary files /dev/null and b/public/docs/resources/beyond_standardized_tests.pdf differ diff --git a/public/docs/resources/its_high_time_for_change_in_our_accountability_systems.pdf b/public/docs/resources/its_high_time_for_change_in_our_accountability_systems.pdf new file mode 100644 index 0000000..c1e4730 Binary files /dev/null and b/public/docs/resources/its_high_time_for_change_in_our_accountability_systems.pdf differ diff --git a/public/docs/resources/keeping_our_accountability_systems_accountable.pdf b/public/docs/resources/keeping_our_accountability_systems_accountable.pdf new file mode 100644 index 0000000..0a6ef53 Binary files /dev/null and b/public/docs/resources/keeping_our_accountability_systems_accountable.pdf differ diff --git a/public/docs/resources/piloting_the_use_of_learning_progressions_in_a_system_of_assessment.pdf b/public/docs/resources/piloting_the_use_of_learning_progressions_in_a_system_of_assessment.pdf new file mode 100644 index 0000000..ca98c58 Binary files /dev/null and b/public/docs/resources/piloting_the_use_of_learning_progressions_in_a_system_of_assessment.pdf differ diff --git a/public/docs/resources/reimagining_mcas_policy.pdf b/public/docs/resources/reimagining_mcas_policy.pdf new file mode 100644 index 0000000..bb7fd12 Binary files /dev/null and b/public/docs/resources/reimagining_mcas_policy.pdf differ diff --git a/public/docs/resources/the_mis_measure_of_schools.pdf b/public/docs/resources/the_mis_measure_of_schools.pdf new file mode 100644 index 0000000..05cbc55 Binary files /dev/null and b/public/docs/resources/the_mis_measure_of_schools.pdf differ