mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-11 16:30:35 -07:00
tweaking percentage display
This commit is contained in:
parent
3c35103fed
commit
1bfa3651a9
1 changed files with 1 additions and 1 deletions
|
|
@ -54,4 +54,4 @@
|
|||
- if school_questions.length > 1
|
||||
%p= "More than one school question: #{school_questions.length}"
|
||||
- school_question = school_questions.first
|
||||
%p= "Attempts: #{school_question.attempt_count}, Responses: #{school_question.response_count}, Response Rate: #{school_question.response_rate}"
|
||||
%p= "Attempts: #{school_question.attempt_count}, Responses: #{school_question.response_count}, Response Rate: #{number_to_percentage(school_question.response_rate * 100, precision: 0)}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue