This function extracts the answers from the widgets.
For each widget type, we first check to make sure the path to the answer exists, then we extract the answer and add it to the list of answers.
A list is returned because some widgets, like multi-select radio widgets and groups can have multiple answers.
a list of strings that are the answers to the widgets
This function extracts the answers from the widgets.
For each widget type, we first check to make sure the path to the answer exists, then we extract the answer and add it to the list of answers.
A list is returned because some widgets, like multi-select radio widgets and groups can have multiple answers.