using the blocks how to convert this google form link into a json file?
sample https://docs.google.com/forms/d/e/1FAIpQLScNKGVug-ceLbnBdwq88UU_RHVXQQII4paaTZYAxz-pWKxpXg/viewform
and turn it like this on apps i created.
TIMAI2
2
This sounds like a job for the dynamic components extension:
or just load the google form into a webviewer/browser.....
i cant figured out ...this was the json file...please help me
sample.json (2.3 KB)
TIMAI2
4
Perhaps something like this?
questionList.aia (5.4 KB)
TIMAI2
5
Blocks to extract question data from JSON, not pretty....
Output to global questionsFromJSON:
Do It Result: ["Question #1,["a", "B", "C", "D"]", "Question #2,["a", "B", "C", "D"]", "Question #3,["a", "B", "C", "D"]", "Question #4,["a", "B", "C", "D"]", "Question #5,["a", "B", "C", "D"]"]
---