Matching Answer
After parsing you will get object, dictionary version (dictionary) of which, will look like this:
{
"options": [
"<Option 1>",
"<Option 2>",
"<Option 3>",
"<Option 4>",
...
],
"matchings": {
"<Text 1>": "<Selected option (content)>",
"<Text 2>": "<Selected option (content)>",
"<Text 3>": "<Selected option (content)>",
...
}
}