coglabuzh / online-exps

Unleash the full potential of JavaScript and supercharge your web experiments with this library for experimental programming - based on jsPsych - work in progress! 🎯
2 stars 0 forks source link

Feature request: arc confidence responses #4

Open hannahdames opened 1 year ago

hannahdames commented 1 year ago

Addition to the color wheel: After participants click on the color they wish to report, an arc appears outside of the circle. They can adjust the width of the arc by moving the mouse outwards (arc gets bigger) or inwards (arc gets smaller). The program should record the width of the arc in degrees, and also have the opportunity to award points to the participant. The points algorithm should be easy to adjust but the default should be as follows - if the true target is outside of the arc participants get 0 points. if the true target is inside the arc, participants should get proportionally more points the smaller the arc is 360 * (1/width).

ajit283 commented 12 months ago

I currently have this implementation:

Screen Recording 2023-10-13 at 00 38 25

Basically, the user can select an arbitrary range by first selecting the start color and then the end color on the color wheel. Does this meet your needs or do you prefer that the user selects a single color and can then defines a symetric interval around it?