From 51e7328102da2d9a27e1f66ae3dea91e59230a86 Mon Sep 17 00:00:00 2001 From: rebuilt Date: Wed, 15 Feb 2023 23:10:14 -0800 Subject: [PATCH] Add titles to research articles --- app/views/research/index.html.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/views/research/index.html.erb b/app/views/research/index.html.erb index 7329e69..e2c699c 100644 --- a/app/views/research/index.html.erb +++ b/app/views/research/index.html.erb @@ -5,16 +5,19 @@
+

Test anxiety and poor sleep: a vicious cycle

<%= link_to(research_download_pdf_path(path: "test_anxiety_and_poor_sleep")) do %> <%= image_tag "research/test_anxiety_and_sleep.png", class: "file-download" %> <% end %>
+

The psychological toll of high-stakes testing

<%= link_to(research_download_pdf_path(path: "psychological_toll_of_high_stakes_testing")) do %> <%= image_tag "research/psychological_toll_of_high_stakes_testing.png", class: "file-download" %> <% end %>
+

Testing, stress, and performance: How students respond phycologically to high-stakes testing

<%= link_to( research_download_pdf_path(path: "testing_stress_and_performance")) do %> <%= image_tag "research/testing_stress.png", class: "file-download" %> <% end %>