Image_data is just a name for a table.

Basically I suggesting you to create a relationship table a one to many relation

So there will be 2 table (1 quiz A and 1 for images B)

All u need to do on table A is to add table B value to quiz_answer and quiz_option list (the value it saved will be unique’id)

And so like i said with custom state before. Make a custom state with the type of table B. When user click on one of the image in the quiz_option save it to the custom state.

Now to check if the answer is correct you use “do a search for” with filter “custom_state’value is table_A’quiz_answer”