ResearchKit / ResearchKit

ResearchKit is an open source software framework that makes it easy to create apps for medical research or for other research projects.

Home Page:https://www.researchandcare.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`ORKSpeechRecognitionStepIdentifier` missing `FOUNDATION_EXPORT`

Brett-Best opened this issue · comments

FOUNDATION_EXPORT NSString *const ORKInstruction0StepIdentifier;
FOUNDATION_EXPORT NSString *const ORKInstruction1StepIdentifier;
FOUNDATION_EXPORT NSString *const ORKCountdownStepIdentifier;
FOUNDATION_EXPORT NSString *const ORKAudioStepIdentifier;
FOUNDATION_EXPORT NSString *const ORKAudioTooLoudStepIdentifier;
FOUNDATION_EXPORT NSString *const ORKTappingStepIdentifier;
FOUNDATION_EXPORT NSString *const ORKConclusionStepIdentifier;
FOUNDATION_EXPORT NSString *const ORKFitnessWalkStepIdentifier;
FOUNDATION_EXPORT NSString *const ORKFitnessRestStepIdentifier;
FOUNDATION_EXPORT NSString *const ORKShortWalkOutboundStepIdentifier;
FOUNDATION_EXPORT NSString *const ORKShortWalkReturnStepIdentifier;
FOUNDATION_EXPORT NSString *const ORKShortWalkRestStepIdentifier;
FOUNDATION_EXPORT NSString *const ORKSpatialSpanMemoryStepIdentifier;
FOUNDATION_EXPORT NSString *const ORKStroopStepIdentifier;
FOUNDATION_EXPORT NSString *const ORKToneAudiometryPracticeStepIdentifier;
FOUNDATION_EXPORT NSString *const ORKToneAudiometryStepIdentifier;
FOUNDATION_EXPORT NSString *const ORKReactionTimeStepIdentifier;
FOUNDATION_EXPORT NSString *const ORKHolePegTestDominantPlaceStepIdentifier;
FOUNDATION_EXPORT NSString *const ORKHolePegTestDominantRemoveStepIdentifier;
FOUNDATION_EXPORT NSString *const ORKHolePegTestNonDominantPlaceStepIdentifier;
FOUNDATION_EXPORT NSString *const ORKHolePegTestNonDominantRemoveStepIdentifier;
FOUNDATION_EXPORT NSString *const ORKAudioRecorderIdentifier;
FOUNDATION_EXPORT NSString *const ORKAccelerometerRecorderIdentifier;
FOUNDATION_EXPORT NSString *const ORKPedometerRecorderIdentifier;
FOUNDATION_EXPORT NSString *const ORKDeviceMotionRecorderIdentifier;
FOUNDATION_EXPORT NSString *const ORKLocationRecorderIdentifier;
FOUNDATION_EXPORT NSString *const ORKHeartRateRecorderIdentifier;

It appears that

FOUNDATION_EXPORT NSString *const ORKSpeechRecognitionStepIdentifier;

is missing from the first code snippet, I’m using it to extract results from when the task view controller completes — instead of using my own hardcoded string.

commented

Hi @Brett-Best ,
We hadn't expected someone to use this. We will look into adding it to the export list shortly. In the mean time you can hard code it to unblock yourself. Thanks!

commented

Hi @Brett-Best,

We recently pushed a new release, 2.2.9-dev (https://github.com/ResearchKit/ResearchKit/releases/tag/2.2.9-dev) on main. Would you please pull this release and see if it resolves your issue?

Thankyou, it does!

commented

Hi @Brett-Best,

You’re a highly engaged part of the ResearchKit community, so we’d like to hear from you about your experience using ResearchKit. If you’d be interested in talking shop with us, email researchkit@apple.com and we’ll set up a virtual meeting.
Thanks
ResearchKit Team

Hey @louie-apple, I reached out but haven't heard anything yet - I've just sent a follow-up email.
Got a reply this time, thanks Louie.