To @Berbardo,
It is possible to go get the correct the answer to a cell in spreadsheet.
To do that, enable quiz settings to the form through newForm.setIsQuiz(true)
where
newForm
is a Form instance (such as newForm = FormApp.create('new Form');