Choose a Design Type

Select an experimental design type below to configure parameters, generate, and download a randomised design for your experiment.

{% if designs %}
{% for d in designs %}

{{ d.name }}

{{ d.description }}

{% if d.has_layout %} Layout {% endif %} {% if d.has_blocks %} Blocks {% endif %}
{% endfor %}
{% else %}

No design types are currently available.

{% endif %}