Simple quiz funnel made with questions, segmentation and points
First question in: src/core/step.js
Other question in: src/core/*.js
##Instruction
npm install
npm run serve
npm run build
- Setup how many questions before of segmentations in src/core/step.js "numberInit" value
- Setup all the question in src/core/*
- Setup the webhook endpoint in src/components/RegisterForm.vue line 69
- Setup redirect in src/components/RegisterForm.vue line 74 based on points
- Setup the form style in src/components/RegisterForm.vue
- Setup the bar style src/components/Bar.vue
- Setup the body and other color style in src/scss/index.scss