By NetDocuments
Start appThe challenge: Build an app that helps people determine what programs they qualify for based on their total household income.
How it works: - Use a Loop Section to collect information about end-user's household; specifically, each household member's name and income. - Use a Map to Expression Block to calculate total household income. - Use Variable Assignment Blocks to define 3 tiers of qualification based on total household income (e.g. if you total household income is less than $500, you qualify for Programs A). - Use Conditional Variable Assignment Block to conditionally display the programs the end-user qualifies for based on their total household income.
Total cost