amaatouq/netwise

New slider for the example experiments

Closed this issue · 2 comments

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

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)

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.