mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 07:28:41 -07:00
Remove duplicate line
This commit is contained in:
parent
5f58a5516e
commit
098110433a
1 changed files with 0 additions and 2 deletions
|
|
@ -186,8 +186,6 @@ namespace :one_off do
|
|||
teacher_response_count = SurveyItemResponse.joins(school: :district).joins(:survey_item).where(academic_year:,
|
||||
survey_item: SurveyItem.where('survey_item_id like ? ', 't-%'), "schools.district": district).count
|
||||
puts "#{district.name} has #{num_of_respondents} respondents"
|
||||
|
||||
puts "#{district.name} has #{num_of_respondents} respondents"
|
||||
puts "#{district.name} has #{teacher_respondents} teacher respondents"
|
||||
puts "#{district.name} has #{student_respondents} student respondents"
|
||||
puts "#{district.name} has #{response_count} responses"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue