|
| 1 | +{ |
| 2 | + "table_name": "questions", |
| 3 | + "data": [ |
| 4 | + { |
| 5 | + "question_type":"rate", |
| 6 | + "question_title":"Rating Feedback", |
| 7 | + "question":"How will you rate the brightness of the room", |
| 8 | + "start_date":"20 Nov 2018", |
| 9 | + "end_date":"28 Nov 2018", |
| 10 | + "is_active":true |
| 11 | + }, |
| 12 | + { |
| 13 | + "question_type": "check", |
| 14 | + "question_title": "check Feedback", |
| 15 | + "question": "Is there anything missing in the room", |
| 16 | + "check_options":["apple tv", "whiteboard", "maker pen"], |
| 17 | + "start_date": "20 Nov 2018", |
| 18 | + "end_date": "30 Nov 2018", |
| 19 | + "is_active": true |
| 20 | + }, |
| 21 | + { |
| 22 | + "question_type":"input", |
| 23 | + "question_title":"input Feedback", |
| 24 | + "question":"Any other suggestion", |
| 25 | + "start_date":"20 Nov 2018", |
| 26 | + "end_date":"28 Nov 2018" |
| 27 | + }, |
| 28 | + { |
| 29 | + "question_type":"check", |
| 30 | + "question_title":"Missing item", |
| 31 | + "question":"Anything missing in the room?", |
| 32 | + "check_options":["duster"], |
| 33 | + "start_date":"20 Nov 2018", |
| 34 | + "end_date":"30 Nov 2018", |
| 35 | + "is_active":true |
| 36 | + } |
| 37 | + ] |
| 38 | +} |
0 commit comments