diff --git a/LifeSpace.xcodeproj/project.pbxproj b/LifeSpace.xcodeproj/project.pbxproj index 16688ee..d8e11dc 100644 --- a/LifeSpace.xcodeproj/project.pbxproj +++ b/LifeSpace.xcodeproj/project.pbxproj @@ -832,7 +832,7 @@ CODE_SIGN_ENTITLEMENTS = "LifeSpace/Supporting Files/LifeSpace.entitlements"; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 6; + CURRENT_PROJECT_VERSION = 7; DEVELOPMENT_ASSET_PATHS = ""; DEVELOPMENT_TEAM = ""; ENABLE_PREVIEWS = YES; @@ -1034,7 +1034,7 @@ CODE_SIGN_ENTITLEMENTS = "LifeSpace/Supporting Files/LifeSpace.entitlements"; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 6; + CURRENT_PROJECT_VERSION = 7; DEVELOPMENT_ASSET_PATHS = ""; DEVELOPMENT_TEAM = ""; ENABLE_PREVIEWS = YES; @@ -1082,7 +1082,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 6; + CURRENT_PROJECT_VERSION = 7; DEVELOPMENT_ASSET_PATHS = ""; DEVELOPMENT_TEAM = ""; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = ""; diff --git a/LifeSpace/Survey/DailySurveyTask.swift b/LifeSpace/Survey/DailySurveyTask.swift index c7a2d87..5ed5146 100644 --- a/LifeSpace/Survey/DailySurveyTask.swift +++ b/LifeSpace/Survey/DailySurveyTask.swift @@ -51,7 +51,7 @@ class DailySurveyTask: ORKOrderedTask { let question3Step = ORKQuestionStep( identifier: "EmotionalWellBeingQuestion", title: "Emotional Well-being", - question: "Consider your day today and evaluate your agreement with the following statement: I was happy.", + question: "Consider your day today and evaluate your agreement with the following statement:\n\nI was happy.", answer: answerFormat3 ) steps.append(question3Step) @@ -67,7 +67,7 @@ class DailySurveyTask: ORKOrderedTask { let question4Step = ORKQuestionStep( identifier: "PhysicalWellBeingQuestion", title: "Physical Well-being", - question: "Consider your day today and evaluate your agreement with the following statement: I feel fatigued.", + question: "Consider your day today and evaluate your agreement with the following statement:\n\nI felt fatigued.", answer: answerFormat4 ) steps.append(question4Step)