Question
Thread display: Collapse - |
All Answers
Share your knowledge
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
How to load json form in html & after submit data display in json raw data?
"errorCode": 0,
"data": {
"questionRound": "001",
"question": [
{
"questionId": 1,
"radio": true,
"content": "What is your age?",
"option": [
{
"A": "18-25"
},
{
"B": "26-30"
},
{
"C": "30 and above"
}
]
},
{
"questionId": 2,
"radio": true,
"content": "What language do you prefer to read on webpage for understanding the event?",
"option": [
{
"A": "English"
},
{
"B": "Hinglish"
},
{
"C": "other.[Input answer] "
}
]
},
{
"questionId": 3,
"radio": true,
"content": "What type of event designs do you like?",
"option": [
{
"A": "Cool/Trendy"
},
{
"B": "Cute"
},
{
"C": "Simple"
},
{
"D": "other.[Input answer]"
}
]
},
{
"questionId": 4,
"radio": true,
"content": "Are the events easy to understand?",
"option": [
{
"A": "Yes"
},
{
"B": "No did not undertand the event"
},
{
"C": "Little difficult but understood"
}
]
},
{
"questionId": 5,
"radio": true,
"content": "Which was your fav. event in APRIL ?",
"option": [
{
"A": "http://kkimg.kktv9.com/activity/730/20200517125003_781.png"
},
{
"B": "http://kkimg.kktv9.com/activity/730/20200517124939_779.png"
},
{
"C": "http://kkimg.kktv9.com/activity/730/20200517125025_753.png"
},
{
"D": "http://kkimg.kktv9.com/activity/730/20200517125044_342.png"
}
]
},
}
}