[FEATURE] Draw trial/block counter: showCounterWhere
Created by: peilingjiang
Is your feature request related to a problem? Please describe.
Describe the solution you'd like This is controlled by two parameters, showCounterWhere and showCounterWithDistanceBool, as explained in the Manual, Inputs sheet. https://docs.google.com/spreadsheets/d/1x65NjykMm-XUOz98Eu_oo6ON2xspm_h0Q0M2u6UGtug/edit#gid=1287694458
showCounterWhere | bottomRight | Can be none, bottomLeft, bottomCenter, or bottomRight. For example, "Trial 31 of 120. Block 2 of 3. At 32 cm." The trial counter counts all trials in the block, which may have several conditions. If the block has three conditions with 40 blocks each, then there are 120 trials in the block. The third sentence, about distance, is included only if "showCounterWithDistanceBool" is true. | |
---|---|---|---|
showCounterWithDistanceBool | September | FALSE | If TRUE, and counter is shown, then the counter display includes something like "At 32 cm.". Without head tracking, this a subtle reminder to the participant of the distance they are supposed to be at. With head tracking, it's for debugging, allowing the experimenter to monitor the tracking of actual position. The continually changing distance display is probably too distracting to show to participants. During data collection, we suggest turning this on only when head tracking is off. |
Additional context