How to use the survey-angular.SurveyModel function in survey-angular

To help you get started, we’ve selected a few survey-angular examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github surveyjs / surveyjs_angular_cli / src / app / survey.analytics.component.ts View on Github external
type: "comment",
              name: "favorite_functionality",
              title: "What's your favorite functionality / add-on?"
            },
            {
              type: "comment",
              name: "product_improvement",
              title:
                "How could our products be improved to better meet your needs?"
            }
          ]
        }
      ]
    };

    var survey = new Survey.SurveyModel(json);

    // survey results data object
    var firstResult = {
      organization_type: "In-house",
      developer_count: "1",
      VerticalMarket: "Education",
      product_discovering: "GitHub",
      javascript_frameworks: ["jQuery"],
      backend_language: ["Ruby"],
      useproduct: "Yes",
      uselibraries: ["Survey Library (Runner)"],
      product_new: ["Export to PDF (survey and its result)"],
      supported_devices: ["Desktop", "Tablete", "Mobile"],
      native_mobile_support: "2",
      product_alternative: "Develop ourselves",
      product_recommend: "Yes",

survey-angular

survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.

MIT
Latest version published 2 days ago

Package Health Score

87 / 100
Full package analysis