mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
hide question partial debug info
This commit is contained in:
parent
93485bd886
commit
67e7fea2a0
1 changed files with 3 additions and 3 deletions
|
|
@ -49,6 +49,6 @@
|
|||
%p.collapse{id: "raw-data#{question.id}"}
|
||||
= aggregated_responses.responses.map(&:answer_index_with_reverse).join(', ')
|
||||
|
||||
- if school_question.present?
|
||||
.clearfix
|
||||
%p= "Attempts: #{school_question.attempt_count}, Responses: #{school_question.response_count}, Response Rate: #{number_to_percentage(school_question.response_rate * 100, precision: 0)}, Total: #{school_question.response_total}"
|
||||
-# - if school_question.present?
|
||||
-# .clearfix
|
||||
-# %p= "Attempts: #{school_question.attempt_count}, Responses: #{school_question.response_count}, Response Rate: #{number_to_percentage(school_question.response_rate * 100, precision: 0)}, Total: #{school_question.response_total}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue