Amsterdam-Music-Lab / MUSCLE

An application to easily set up and run online listening experiments for music research.
https://www.amsterdammusiclab.nl/
MIT License
4 stars 1 forks source link

Fixed: Add `random` and `interval` props to `Histogram` component #1363

Closed drikusroor closed 6 days ago

drikusroor commented 1 week ago

Re-added the random histogram bar changes as not to "help" the participant in the matching pairs experiment.

This PR adds the random prop (false by default) that makes the Histogram show random bar changes again. Additionally, the interval prop has been re-instated, which is used as the interval for random bar changes.

The PlayCard component then uses the random feature of the Histogram as it is used by the Matching Pairs game.

Fixes #1362