From 8b95b73294c1290bac0435e3af87f3f307765397 Mon Sep 17 00:00:00 2001 From: Jared Cosulich Date: Wed, 31 Jan 2018 22:00:10 -0500 Subject: [PATCH] tweaking creating of new likert measures --- lib/tasks/data.rake | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/tasks/data.rake b/lib/tasks/data.rake index 59eccf42..ce7f95d4 100644 --- a/lib/tasks/data.rake +++ b/lib/tasks/data.rake @@ -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)