Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modifying Questionnaire to Emotion Survey (#4)
modified social support questionnaire with emotion survey # Task 4: Add a questionnaire ## ♻️ Current situation & Problem The application currently has a Social Support Questionnaire. To make it more relevant to the Behavior Project, I added different questions regarding emotions, feeling of accomplishments, and actual goals completed. The questionnaire also includes conditional questions (depending on the user's answers on their emotions and challenges). ## ⚙️ Release Notes - User is reminded to take daily survey - Questionnaire opens as a screen/modal - Questionnaire allows user to close it and come back at a later time - Questionnaire entry button is disabled if user already filled out the daily form ## 📚 Documentation - Reference for HL7 FHIR: https://hl7.org/fhir/R4/questionnaire.html - Created new questionnaire using Phoenix Survey Builder: https://stanfordbdhg.github.io/phoenix/ - Debugging discussion: https://github.com/orgs/CS342/discussions/47 ## ✅ Testing - While testing my modifications, I found that the xcode simulator was not loading my changes. The modified questionnaire does show up when running the iPhone simulator though so this would be the best way to test the changes made. ## 📝 Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/CS342/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/CS342/.github/blob/main/CONTRIBUTING.md): - [ ] I agree to follow the [Code of Conduct](https://github.com/CS342/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/CS342/.github/blob/main/CONTRIBUTING.md). ## Screenshots of Questionnaire: ![simulator_screenshot_1FE943DA-60EB-46B4-85BE-2AAE053CA283](https://github.com/CS342/2024-Behavior/assets/89322465/09731e5b-6ffe-4095-a797-3a237aff8205) ![simulator_screenshot_F6F642D1-8D69-4D6F-AF38-4DBE25DE29CB](https://github.com/CS342/2024-Behavior/assets/89322465/5233b6aa-2eba-4dfa-b3e8-6aaff03fa058)
- Loading branch information