Skip to content

Commit

Permalink
Update wording of survey questions (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnuravi authored Jan 15, 2025
1 parent 2037bac commit 540fd1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions LifeSpace.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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*]" = "";
Expand Down
4 changes: 2 additions & 2 deletions LifeSpace/Survey/DailySurveyTask.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class DailySurveyTask: ORKOrderedTask {
let question3Step = ORKQuestionStep(
identifier: "EmotionalWellBeingQuestion",
title: "Emotional Well-being",
question: "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)
Expand All @@ -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.",
question: "Consider your day today and evaluate your agreement with the following statement:\n\nI felt fatigued.",
answer: answerFormat4
)
steps.append(question4Step)
Expand Down

0 comments on commit 540fd1b

Please sign in to comment.