amaatouq / netwise

open source project to tackle the problem of long development cycles required to produce software to conduct multi-participant and real-time human experiments online.
1 stars 0 forks source link

New slider for the example experiments #3

Closed amaatouq closed 6 years ago

amaatouq commented 6 years ago

In our example experiments (e.g., guess the correlation, public good games, etc) we always use sliders as in the TaskResponse component. However, the slider we use enforces a default value and does not allow to change the color of the handles. Most experiments will require this "no default value" feature to avoid anchoring bias contaminating the results.

Examples of what is desired: untitled 2s

amaatouq commented 6 years ago

As discussed today, this probably going to be just CSS manipulation (i.e., hiding the marker when the guess is 'null', adding another marker with a different color--optional, highlighting what is between the two markers)

npaton commented 6 years ago

Ok, this is only partially fixed. We should create another ticket for enhancements of the slider. For now I only hide until the player gives an answer. But a) I do it in the game code, not the core, would be nice to have a clean slider interface people can use b) I don't do any previous response indicator, that's much more elaborate.