Untitled*
You must execute the code again to save those values in the database.
question_idselected_answercorrect_answerjson_array_intersect(selected_answer, correct_answer)
402[["1", "7"], ["2", "6"], ["4", "5"], ["3", "8"]][["2","6"],["3","8"],["4","5"],["1","7"]][["2", "6"], ["3", "8"], ["4", "5"], ["1", "7"]]

question_idselected_answercorrect_answerjson_array_intersect(selected_answer, correct_answer)
304["2"]["2"]["2"]
305["4"]["1"]NULL
306["4"]["2"]NULL
307["3"]["2","3"]NULL
108["1"]["1"]NULL
402[["1", "7"], ["2", "6"], ["4", "5"], ["3", "8"]][["2","6"],["3","8"],["4","5"],["1","7"]]NULL
403["2"]["2"]NULL
1080["2", "4"]["2","4"]NULL

json_array_intersect('[["1", "7"], ["2", "6"], ["4", "5"], ["3", "8"]]', '[["2","6"],["3","8"],["4","5"],["1","7"]]')
[["2", "6"], ["3", "8"], ["4", "5"], ["1", "7"]]