I am trying to get the scores for each question from a graded google quiz in to the corresponding sheet. There will be open ended questions that will need to be hand graded on a 1-3 point scale and the answers will vary greatly. I want to be able to hand grade them on google forms and then export just the scores. The scores and questions would be fine too!
This is what the form produces

This is what I am hoping to do.

Thank you!
I tried running a different script, but could not get it to work at all. I also tried using the flubaroo addon
In your situation, how about the following sample script?
Sample script:
Unfortunately, in the case of your URL of the Google Form of
https://docs.google.com/forms/d/e/###/viewform?usp=sharing,###is not Google Form ID. So, in this sample script, the Google Form ID is retrieved from your Spreadsheet.Before you use this script, please set the destination sheet name to
dstSheetName. In this sample, the result values are put to a sheet in the same Spreadsheet of your provided Spreadsheet.When this script is run, I confirmed that your expected result is obtained.
I noticed that in your expecrted result image, the score of "Maggie" is "4 / 4". It seems that each score is 1 and 0. But, when this script is run, each score is 1 and 3. Please be careful about this.
Note:
References: