You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When answering a question with the mouse the full "presented response" (from presented_responses) is logged to the Questions table in the database; however, when answering with a key press only the response from the response_array is logged.
For example when clicking on an option presented as yes (Y) this will be logged to the database, but if the Y key is pressed instead only yes is logged...
The text was updated successfully, but these errors were encountered:
We should decide whether we want the full presented response or the value from the response_array logged here. I would lean in the direction of just the response_array value as it matches what the experiment designer puts in their configuration.
When answering a question with the mouse the full "presented response" (from
presented_responses
) is logged to theQuestions
table in the database; however, when answering with a key press only the response from theresponse_array
is logged.For example when clicking on an option presented as
yes (Y)
this will be logged to the database, but if theY
key is pressed instead onlyyes
is logged...The text was updated successfully, but these errors were encountered: