{% extends "base.html" %} {% block title %}Create a New Experiment - {{ block.super }}{% endblock %} {% block body_id %}dashboard-create-app{% endblock %} {% block body_class %}secondary full{% endblock %} {% block content %}

Create Experiment

{% csrf_token %}
    {{ form.as_ul }}

Creating an experiment

In order to get a better understanding of your users, first you must create an experiment. An experiment will let you test out a user interface idea to see if it will improve your app.

Having trouble deciding between a normal test and a data-driven test? Learn more about these two kinds of tests in our docs.

{% endblock %}