Change subcategory hovers to say 67 instead of 66 questions

This commit is contained in:
Gabe Farrell 2023-06-23 21:55:28 +00:00
parent 703928c234
commit 09aa6fdb58

View file

@ -25,7 +25,7 @@
class="body-large mx-3 text-center response-rate"
data-bs-toggle="popover"
data-bs-trigger="hover focus"
data-bs-content="The student survey response rate for this sub-category. This number differs from the overall response rate because each individual student receives 44 of 66 total questions, in order to avoid survey fatigue."
data-bs-content="The student survey response rate for this sub-category. This number differs from the overall response rate because each individual student receives 44 of 67 total questions, in order to avoid survey fatigue."
data-bs-placement="bottom"
>
<p class="response-rate-percentage"><%= subcategory.student_response_rate %></p>