survey creator

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Web application to watch a video and send your opinion to an api, you can modify the survey in the variable called "survey" in the 38 with the next format

questions: [
        {
          id: 1,
          question:'Selecciona un resultado de lo que te parece.',
          options: {
            a: 'Una cuca',
            b: 'Pues bien creo',
            c: 'Triste',
            d: 'Sin palabras',
          },
          answers: ''
        },
        {
          id: 2,
          question:'Que te parece nuestro servicio.',
          options: {
            a: 'Si',
            b: 'No'
          },
          answers: ''
        },
      ],

image image