Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • S stardat-ddieditor
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 88
    • Issues 88
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • stardat
  • stardat-ddieditor
  • Issues
  • #411
Closed
Open
Issue created Nov 14, 2020 by Klas, Claus-Peter@klasOwner

Export to SurveyJS

Create a JSon String like described on this page to run SurveyJS questionnaires

https://surveyjs.io/Overview/Library#json-support

var json = { title: "Product Feedback Survey Example", showProgressBar: "top", pages: [ {questions: [ { type: "matrix", name: "Quality", title: "Please indicate if you agree or disagree with the following statements", columns: [{ value: 1, text: "Strongly Disagree" }, { value: 2, text: "Disagree" }, { value: 3, text: "Neutral" }, { value: 4, text: "Agree" }, { value: 5, text: "Strongly Agree" }], rows: [{ value: "affordable", text: "Product is affordable" }, { value: "does what it claims", text: "Product does what it claims" }, { value: "better then others", text: "Product is better than other products on the market" }, { value: "easy to use", text: "Product is easy to use" }]}, { type: "rating", name: "satisfaction", title: "How satisfied are you with the Product?", mininumRateDescription: "Not Satisfied", maximumRateDescription: "Completely satisfied" }, { type: "rating", name: "recommend friends", visibleIf: "{satisfaction} > 3", title: "How likely are you to recommend the Product to a friend or co-worker?", mininumRateDescription: "Will not recommend", maximumRateDescription: "I will recommend" }, { type: "comment", name: "suggestions", title:"What would make you more satisfied with the Product?", } ]}, {questions: [ { type: "radiogroup", name: "price to competitors", title: "Compared to our competitors, do you feel the Product is", choices: ["Less expensive", "Priced about the same", "More expensive", "Not sure"]}, { type: "radiogroup", name: "price", title: "Do you feel our current price is merited by our product?", choices: ["correct|Yes, the price is about right", "low|No, the price is too low for your product", "high|No, the price is too high for your product"]}, { type: "multipletext", name: "pricelimit", title: "What is the... ", items: [{ name: "mostamount", title: "Most amount you would every pay for a product like ours" }, { name: "leastamount", title: "The least amount you would feel comfortable paying" }]} ]}, { questions: [ { type: "text", name: "email", title: "Thank you for taking our survey. Your survey is almost complete, please enter your email address in the box below if you wish to participate in our drawing, then press the 'Submit' button."} ]} ]};

Assignee
Assign to
Time tracking