Relative Content

Tag Archive for google-formsgoogle-forms-api

implement a Go to section based on answer rule in a JSON payload

{ “requests”: [ { “createItem”: { “item”: { “title”: “Email”, “questionItem”: { “question”: { “required”: false, “textQuestion”: {} } } }, “location”: { “index”: 0 } } }, { “createItem”: { “item”: { “title”: “Product Title”, “questionItem”: { “question”: { “required”: true, “textQuestion”: {} } } }, “location”: { “index”: 1 } } }, { […]

implement a Go to section based on answer rule in a JSON payload

{ “requests”: [ { “createItem”: { “item”: { “title”: “Email”, “questionItem”: { “question”: { “required”: false, “textQuestion”: {} } } }, “location”: { “index”: 0 } } }, { “createItem”: { “item”: { “title”: “Product Title”, “questionItem”: { “question”: { “required”: true, “textQuestion”: {} } } }, “location”: { “index”: 1 } } }, { […]