I need help to fix a quiz problem

I need help I'm trying to make it where it keeps my info to my question but it will just hold the name data and what question it is not the answer

Screenshot 2022-11-29 10.07.19 AM

Screenshot 2022-11-29 10.07.48 AM

You need a data base of some sort to store your questions and survey responses.

If you use the spreadsheet component, you could store your survey responses in two sheets:

  • Questions (one column)

    • question text
  • SurveyResponses

    • respondeeName (ABG)
    • responseDateTime (When the respondee filled out the survey)
    • question 1 response
    • question 2 response
    • ...

This format lets you save an entire survey response in a single Sheets AddRow call.