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 committed by rebuilt
parent 433e7c50de
commit f9571b14f2

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>