Giter Club home page Giter Club logo

Comments (2)

tsv2013 avatar tsv2013 commented on May 30, 2024
{
 "pages": [
  {
   "name": "page1",
   "elements": [
    {
     "type": "text",
     "name": "question1"
    }
   ],
   "title": "Page 1"
  },
  {
   "name": "page2",
   "elements": [
    {
     "type": "text",
     "name": "question2"
    }
   ]
  },
  {
   "name": "page3",
   "elements": [
    {
     "type": "text",
     "name": "question3"
    }
   ]
  }
 ],
 "showProgressBar": "belowheader",
 "progressBarInheritWidthFrom": "survey"
}

from survey-library.

tsv2013 avatar tsv2013 commented on May 30, 2024
{
 "title": "Customer Satisfaction Survey",
 "pages": [
  {
   "name": "page1",
   "elements": [
    {
     "type": "matrix",
     "name": "qualities",
     "title": "Please indicate if you agree or disagree with the following statements",
     "columns": [
      {
       "value": 5,
       "text": "Strongly agree"
      },
      {
       "value": 4,
       "text": "Agree"
      },
      {
       "value": 3,
       "text": "Neutral"
      },
      {
       "value": 2,
       "text": "Disagree"
      },
      {
       "value": 1,
       "text": "Strongly disagree"
      }
     ],
     "rows": [
      {
       "value": "affordable",
       "text": "Product is affordable"
      },
      {
       "value": "does-what-it-claims",
       "text": "Product does what it claims"
      },
      {
       "value": "better-than-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-score",
     "title": "How satisfied are you with our product?",
     "minRateDescription": "Not satisfied",
     "maxRateDescription": "Completely satisfied"
    },
    {
     "type": "rating",
     "name": "recommend",
     "visibleIf": "{satisfaction-score} > 3",
     "title": "How likely are you to recommend our product to a friend or co-worker?",
     "minRateDescription": "Will not recommend",
     "maxRateDescription": "I will recommend"
    },
    {
     "type": "comment",
     "name": "suggestions",
     "title": "What would make you more satisfied with our product?"
    }
   ],
   "navigationTitle": "Overall satisfaction"
  },
  {
   "name": "page2",
   "elements": [
    {
     "type": "radiogroup",
     "name": "price-comparison",
     "title": "Compared to our competitors, do you feel our product is:",
     "choices": [
      "Less expensive",
      "Priced about the same",
      "More expensive",
      "Not sure"
     ]
    },
    {
     "type": "radiogroup",
     "name": "current-price",
     "title": "Do you feel our current price is merited by our product?",
     "choices": [
      {
       "value": "correct",
       "text": "Yes, the price is about right"
      },
      {
       "value": "low",
       "text": "No, the price is too low for your product"
      },
      {
       "value": "high",
       "text": "No, the price is too high for your product"
      }
     ]
    },
    {
     "type": "multipletext",
     "name": "price-limits",
     "title": "What is the highest and lowest price you would pay for a product like ours?",
     "items": [
      {
       "name": "highest",
       "title": "Highest"
      },
      {
       "name": "lowest",
       "title": "Lowest"
      }
     ]
    }
   ],
   "navigationTitle": "Pricing"
  },
  {
   "name": "page3",
   "elements": [
    {
     "type": "text",
     "name": "email",
     "title": "Please leave your email address if you would like us to contact you."
    }
   ],
   "navigationTitle": "Contacts"
  }
 ],
 "showQuestionNumbers": "off",
 "showProgressBar": "auto",
 "progressBarShowPageTitles": true,
 "progressBarShowPageNumbers": true,
 "progressBarInheritWidthFrom": "survey",
 "widthMode": "static",
 "width": "1000"
}

from survey-library.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.