tweaking creating of new likert measures

pull/1/head
Jared Cosulich 8 years ago
parent 9ea32df923
commit 8b95b73294

@ -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…
Cancel
Save