mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
ECP-212 SQM data summary by grade level
This commit is contained in:
parent
c2d15e1aa7
commit
20252bb9a1
2 changed files with 70 additions and 9 deletions
|
|
@ -184,6 +184,13 @@ namespace :report do
|
|||
end
|
||||
end
|
||||
|
||||
# Usage example
|
||||
# bundle exec rake "report:averages_by_grade"
|
||||
task averages_by_grade: :environment do
|
||||
FileUtils.mkdir_p(Rails.root.join("tmp", "exports", "measure_by_grade"))
|
||||
Report::MeasureByGrade.run(filepath: Rails.root.join("tmp", "exports", "measure_by_grade", "measure_by_grade.csv"))
|
||||
end
|
||||
|
||||
# Usage example
|
||||
# bundle exec rake "report:survey_item_response:create[Hampden-Wilbraham,2023-24 Spring]"
|
||||
namespace :survey_item_response do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue