Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

survey-creator-core

Package Overview
Dependencies
Maintainers
5
Versions
207
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

survey-creator-core

Use SurveyJS Creator to create or edit JSON for SurveyJS Library.

  • 1.9.0-beta.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
35K
increased by8.89%
Maintainers
5
Weekly downloads
 
Created
Source

survey.creator is the visual survey creator / form builder for SurveyJS. It uses JSON to store the survey metadata.

Build Status NPM Version

See Survey Creator / Form Builder in action

Create your Survey or Form now

Download

Dowload the latest version as zip file Download

Install the library using npm.

npm install survey-creator

Or use unpkg CDN:

Include into your project

Explore examples

To learn how to include the visual survey creator / form builder on your page and explore examples of using, please go to surveyjs.io/Examples/Survey-Creator web site

Read documentation

To find out more about the library concepts and the you may customize it, please read our documentation

Use quickstart repos

Angular CLI, React, Vue

See survey creator in action

See the survey creator in action.

Building Survey Creator from sources

To build library yourself:

  1. Clone the repo from GitHub

    git clone https://github.com/surveyjs/survey-creator.git
    cd survey-creator
    
  2. Acquire build dependencies. Make sure you have Node.js installed on your workstation. You need a version of Node.js greater than 6.0.0 and npm greater than 2.7.0

    npm install
    
  3. Build the library

    npm run build_prod
    

    After that you should have the library at 'build' directory.

  4. Run unit tests

    npm test
    

    This command will run unit tests usign Karma

Dependencies

The library depends on: surveyjs and knockoutjs Optionally you may use bootstrap, ace editor and select2

License

The Survey Creator (Form Builder) is NOT FREE for commercial using. Please find more about licensing the product here.

Keywords

FAQs

Package last updated on 01 Dec 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc