feat: add conditional logic to reduce survey questions#148
Merged
Conversation
- Move employment status back to Work section (work-q-0) - Show Work section only for users with professional experience (profile-q-5 ≠ 0) - Add location-based conditionals to 4 salary questions (profile-q-7) - Reduce Profile from 10 to 9 questions Impact: - Users without professional experience skip Work section entirely - Users in Morocco see 2 salary questions (MAD currency) - Users abroad see 2 salary questions (USD currency) - Students coding professionally still see Work section Question IDs: - Profile: profile-q-9 removed, now 9 questions - Work: Employment status added as work-q-0, all questions shifted +1 - Salary conditionals on work-q-4 to work-q-7
✅ Deploy Preview for stateofdev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
Coverage Report
File Coverage
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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