Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update wording of survey questions #58

Merged
merged 2 commits into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading