mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Load teacher responses for lowell and milford 2021-22
This commit is contained in:
parent
3610d5f22d
commit
dfad41bdd5
2 changed files with 2 additions and 1 deletions
|
|
@ -0,0 +1 @@
|
|||
,nelson,tripper,22.06.2022 21:01,file:///home/nelson/.config/libreoffice/4;
|
||||
|
|
@ -91,7 +91,7 @@ namespace :one_off do
|
|||
desc 'load lowell and milford results for 2021-22'
|
||||
task load_lowell: :environment do
|
||||
['2021-22_lowell_milford_student_survey_responses.csv',
|
||||
'2021-22_lowell_milford_student_survey_responses.csv'].each do |filepath|
|
||||
'2021-22_lowell_milford_teacher_survey_responses.csv'].each do |filepath|
|
||||
filepath = Rails.root.join('data', 'survey_responses', filepath)
|
||||
puts "=====================> Loading data from csv at path: #{filepath}"
|
||||
SurveyResponsesDataLoader.load_data filepath:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue