feat: add conditional logic to reduce survey questions #148
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Add conditional logic to survey questions and make many questions optional to reduce survey length and improve UX.
Conditional Logic
Optional Fields
Made 12 questions optional (
required: false):Multiple Choice
Impact
Users without professional experience: Skip Work section (14 questions)
Users in Morocco: See 2/4 salary questions
Users abroad: See 2/4 salary questions
Changes by File
survey/1-profile.yml
survey/2-learning-and-education.yml
multiple: truesurvey/3-work.yml
showIf: { question: profile-q-5, notEquals: 0 }required: falseprofile-q-7 notEquals 3+required: falseprofile-q-7 equals 3+required: falsesurvey/4-ai.yml
required: falsesurvey/5-tech.yml
required: falsesurvey/6-community.yml
multiple: true, updated labels