Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "_id" : "2",
- "questions" : [
- {
- "title" : "Where to go?",
- "options" : [ ],
- "form" : "2"
- }
- ],
- "name" : "Second one"
- }
- {
- "_id" : "1",
- "questions" : [
- {
- "title" : "What's your country?",
- "options" : [
- {
- "_id" : "o1",
- "question" : "q1",
- "text" : "Brazil"
- },
- {
- "_id" : "o2",
- "question" : "q1",
- "text" : "EUA"
- },
- {
- "_id" : "o3",
- "question" : "q1",
- "text" : "China"
- }
- ],
- "form" : "1"
- },
- {
- "title" : "What your favorite color?",
- "options" : [
- {
- "_id" : "o4",
- "question" : "q2",
- "text" : "Red"
- },
- {
- "_id" : "o5",
- "question" : "q2",
- "text" : "Blue"
- },
- {
- "_id" : "o6",
- "question" : "q2",
- "text" : "Green"
- }
- ],
- "form" : "1"
- },
- {
- "title" : "Where do you live?",
- "options" : [ ],
- "form" : "1"
- }
- ],
- "name" : "My first form"
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement