About save question condition

@yuuuuuuuji
Okay, not sure what is generating so much data in result_metadata that it cannot fit in the column.
I’m guessing you’re using MySQL as your metadata backend database.
What’s the column type of report_card.result_metadata ? If it is TEXT (64 KB) then try changing it to MEDIUMTEXT (16 MB).