You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 28, 2021. It is now read-only.
In order to avoid statistical bias, randomize the talks before presenting them.
Fundaments:
https://www.surveygizmo.com/survey-blog/survey-question-order/
conference/conference/templates/conference/voting.html
Line 14 in 7e5d9c4
I think it should be enough to replace
{% for t in talks %}
by
{% for t in shuffle(talks) %}