-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Modifying Questionnaire to Emotion Survey #4
Conversation
modified social support questionnaire with emotion survey
added comments for replacement of questionnaire content
There was a path error with how I added the new json file. As a quick fix, I replaced the old questionnaire json with the new json. I'd like to discuss this more with the teaching staff for future improvements.
removing this since I modified the social support json directly
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4 +/- ##
==========================================
+ Coverage 39.35% 39.53% +0.18%
==========================================
Files 31 31
Lines 1009 1012 +3
==========================================
+ Hits 397 400 +3
Misses 612 612
Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @carolinentran,
Great job on this task! There are a couple of small things that could be improved:
- The questionnaire file is still called
SocialSupportQuestionnaire.json
. I would change this to match your survey, e.g.EmotionSurvey.json
and then update the references in your code. - The title on each question view is still
Social Support
. I would update this to beEmotion Survey
.
Nice job incorporating some navigation logic into the survey JSON! It seems like there is an issue with the enableWhen
statements for a couple of the questions. Although this is not required for the assignment, I'm happy to go over this and help you fix the bug.
Great work overall!
I changed the title of the questionnaire and other labeling in the json file. I also renamed the json file itself to better match the questionnaire.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nicely done @carolinentran!
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
📚 Documentation
✅ Testing
📝 Code of Conduct & Contributing Guidelines
By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines:
Screenshots of Questionnaire: