mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
tweaking creating of new likert measures
This commit is contained in:
parent
9ea32df923
commit
8b95b73294
1 changed files with 3 additions and 2 deletions
|
|
@ -337,8 +337,9 @@ namespace :data do
|
|||
if new_category.nil?
|
||||
new_category = category.child_categories.create(
|
||||
name: new_category_name,
|
||||
blurb: "This measure contains all survey responses for #{category.name}",
|
||||
description: category.description
|
||||
blurb: "This measure contains all survey responses for #{category.name}.",
|
||||
description: "The following survey questions concern perceptions of #{category.name}.",
|
||||
zones: category.zones
|
||||
)
|
||||
end
|
||||
q.update(category: new_category)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue