$.material.init();
var json = {
title: "Product Feedback Survey Example",
showProgressBar: "top",
pages: [{
questions: [{
type: "radiogroup",
name: "Quality",
title: "What is your business' most urgent need?",
choices: ["capital",
"Valuation",
"Advertising",
"Legal",
"Accounting",
"Staffing",
"Media & content"
]
}]
}, {
questions: [{
type: "checkbox",
name: "words",
title: "Which of the words would you use to describe our products?",
isRequired: true,
colCount: 2,
choices: ["Reliable", "High quality", "Useful", "Unique", "Good", "Overpriced", "Impractical", "Ineffective", "Poor quality", "Unreliable", "Not for me"]
}]
}, {
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"
]
}]
}, {
questions: [{
type: "multipletext",
name: "pricelimit",
title: "What is the... ",
items: [{
name: "mostamount",
title: "The maximum amount you would ever pay for a product like ours"
}, {
name: "leastamount",
title: "The minimum amount you would feel comfortable paying"
}]
}, {
type: "text",
...
Please Whitelist JSFiddle in your content blocker.
Help keep JSFiddle free for always by one of two ways:
Whitelist JSFiddle in your content blocker (two clicks)
Go PRO and get access to additional PRO features →
Join the 4+ million users, and keep the JSFiddle dream alive.
Ad-free
All ads in the editor and listing pages are turned completely off.
Use pre-released features
You get to try and use features (like the Palette Color Generator) months before everyone else.
Fiddle collections
Sort and categorize your Fiddles into multiple collections.
Private collections and fiddles
You can make as many Private Fiddles, and Private Collections as you wish!
Console
Debug your Fiddle with a minimal built-in JavaScript console.