StatementDirectionInput
statementsobject[]required
List of statements and their labels
StatementDirectionInput
{
"statements": [
{
"scale": {
"1": "Strongly disagree",
"2": "Disagree",
"3": "Neutral",
"4": "Agree",
"5": "Strongly agree"
},
"statement": "Does the packaging looks refreshing"
},
{
"scale": {
"1": "Strongly agree",
"2": "Agree",
"3": "Neutral",
"4": "Disagree",
"5": "Strongly disagree"
},
"statement": "Will you buy this juice?"
}
]
}