Skip to content

dudava/survey-web-app

Repository files navigation

/view/?... - просмотр опроса

Пример:

/view?question=Кто лучше? Выбери один из ответов&choices=Котики|Собачки|Антилопы ньялы&imageURL=https://cdn.quasar.dev/img/parallax2.jpg

изображение

Параметры:

question - вопрос
choices - варианты ответов через | без пробелов
imageURL - URL изображения для опроса

/edit/?... - просмотр и редактирование

Пример:

/edit?question=Что с тобой делать?&choices=Дать леща|Сломать колени&correctAnswer=1

2023-08-14 00-30-15 (online-video-cutter com)

Параметры:

question - вопрос
choices - варианты ответов через | без пробелов
correctAnswer - индекс правильного ответа (среди choices) начиная с нуля
... и т.д

Создание нового опроса:

2023-08-14 00-44-11 (online-video-cutter com)

Survey Web App Vue JS + Quasar (survey-standalone)

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.

About

Survey Web App with Vue JS + Quasar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published