Skip to content

Ratne/QuizFunnel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quizfunnel

Simple quiz funnel made with questions, segmentation and points

First question in: src/core/step.js

Other question in: src/core/*.js

##Instruction

Project setup with

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Config

  • 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

Styles

  • 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

About

Quiz funnel for segmentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors