ErwinHaasnoot / QRTEngine

Qualtrics Reaction Time Engine (QRTEngine) is an extension to Qualtrics which allows researchers, but generally any who are interested, to easily build behavioural online experiments.
16 stars 1 forks source link

ACC stored incorrectly when response deadline is not met #5

Closed ErwinHaasnoot closed 11 years ago

ErwinHaasnoot commented 11 years ago

Accuracy of response is not stored correctly when the the response deadline of a stimulus is met.

Currently, ACC becomes "" (empty), should be 0 or some other third value. Up to Henk.

ErwinHaasnoot commented 11 years ago

Henk: Set ACC to 0, RT to "", when no allowable respones is given before the deadline.

ErwinHaasnoot commented 11 years ago

Fixed.

Changelog - RT, RTTime, RESP and ACC are now only stored upon an allowable response. RT and RTTime default to an empty string ('') if no response was given before some a timer ran out, or some other way to proceed was called.