It would be useful to store the context of the question in the response objects found in each input$submitX event. Right now, we just know what is answered and not what the actual prompt is. For example, what images are being displayed in Level 2.
Current:
"response": "{\"Quantitative_Discrete\":[\"C\",\"C\"],\"Quantitative_Continuous\":[\"A\",\"A\"],\"Qualitative_Nominal\":[\"B\",\"B\"],\"Qualitative_Ordinal\":[\"D\",\"D\"]}"
Goal:
"response": "{\"Quantitative_Discrete\":[\"img3\",\"C\"], ...