Last active
November 10, 2019 15:46
-
-
Save sawyerh/db772aa6926a6afda2b4b7be0a5131b8 to your computer and use it in GitHub Desktop.
Screener*
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
Screener* | |
Do you live in Vermont? | |
Yes -> Living situation | |
No -> Non-resident options | |
Contact info | |
Living situation | |
Stable -> Home address | |
Temporary -> Mailing address | |
Homeless -> Mailing address | |
Home address | |
Same as mailing address -> Phone | |
Not same as mailing address -> Mailing address | |
Mailing address | |
Continue -> Phone | |
Phone | |
Continue -> Tell us about yourself | |
Household | |
Tell us about yourself | |
Continue -> Household members | |
Household members | |
Add household member -> Tell us about this person | |
Continue -> Expenses | |
Tell us about this person | |
Add member -> Household members | |
Expenses | |
Todo expenses -> Income | |
Income | |
Todo income -> Review | |
Review | |
Non-resident options |
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
function render(model){ | |
let current_state_name = model.active_states[0].name; | |
return "This is a demo of using Sketch.systems to document a multi-step form"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment