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.
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 theHistogram
show random bar changes again. Additionally, theinterval
prop has been re-instated, which is used as the interval for random bar changes.The
PlayCard
component then uses therandom
feature of theHistogram
as it is used by the Matching Pairs game.Fixes #1362