Skip to content
This repository was archived by the owner on Dec 28, 2021. It is now read-only.
This repository was archived by the owner on Dec 28, 2021. It is now read-only.

Randomize talks order #13

@rnditdev

Description

@rnditdev

In order to avoid statistical bias, randomize the talks before presenting them.
Fundaments:
https://www.surveygizmo.com/survey-blog/survey-question-order/

I think it should be enough to replace
{% for t in talks %}
by
{% for t in shuffle(talks) %}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions