{
	"customerId": "companyname2134-productname-test",
	"id": "testing:1",
	"name": "testing",
	"version": 1,
	"title": "Testing new ExitPoll",
	"status": "active",
	"questions": [{
		"title": "TrueFalse",
		"type": "BOOLEAN"
	}, {
		"title": "Happy",
		"type": "HAPPYSAD"
	}, {
		"title": "Thumbs",
		"type": "THUMBS"
	}, {
		"title": "MultipleChoice",
		"type": "MULTIPLE",
		"answers": [{
			"answer": "answer one",
			"icon": null
		}, {
			"answer": "answer two",
			"icon": null
		}, {
			"answer": "answer three",
			"icon": null
		}, {
			"answer": "answer four",
			"icon": null
		}]
	}, {
		"title": "Scale",
		"type": "SCALE",
		"minLabel": "lower label",
		"maxLabel": "upper label",
		"range": {
			"start": 0,
			"end": 10
		}
	}, {
		"title": "Voice",
		"type": "VOICE",
		"maxResponseLength": 20
	}]
}