I have a google doc with a few hundred questions in the format below. Each question is on a separate page.
QUESTION:
Which of the following is NOT a type of economic activity?
OPTION 1:
Profession
OPTION 2:
Employment
OPTION 3:
Hobby
OPTION 4:
Business
I have created an input form page in bubble to input this data into database. However, for every question I have to paste each item (QUESTION, OPTION 1, 2, 3, 4) in its respective input field in the form and then SAVE the data into the database and repeat this process for next question.
Please do note that there are other input fields on the form which I have to fill manually for each question.
Is it possible to do this repetitive and structured task faster?
One way I can think is have another input box in the form where I will paste one entire question every time and then have a workflow which will identify specific items and paste them into their respective input boxes and then I can save it into DB. However, I don’t know whether this is possible to do in Bubble.
Any help and advice would be appreciated?