coyiutoc / VCL-Web-Framework

Framework modernization for UBC's Visual Cognition Lab.
3 stars 0 forks source link

Exclusion criteria on Practice Trials #7

Closed coyiutoc closed 5 years ago

coyiutoc commented 6 years ago

Stevens practice trials should be tracking std. deviation and anchoring values on every sub condition to determine whether the participant should be excluded or not. Assume that there are 4 subconditions for the practice trials (4 x 4 = 16 rounds).

At the end of the 4 subconditions, we need to display these values so researcher can assess values. If researcher deems that there is a need to continue, there should be an option to continue the practice trials.

@kimdrosa has implemented this by modifying a version of the original codebase. Code below is from her implementation for reference. Pull from her branch.

coyiutoc commented 5 years ago

PR: https://github.com/coyiutoc/VCL-Web-Framework/pull/23