{% load i18n %} {# TODO: hide each main game type depending on what the user has selected (possible to avoid form submission of hidden things?) #} {% if dialog %}

When you are done creating a task, close the window and continue editing your task.

{% endif %}
{% csrf_token %}

{% csrf_token %}
{# TODO: for which course? for now self-defined #} {# Here we define meta info, name, description, etc. #}

{% blocktrans %} Create a task to track your progress on a feature of grammar. {% endblocktrans %}

1
{# Loop the main set of options #}
{# Loop the main set of options #}
{% comment %}
{# Loop the main set of options #}
{% endcomment %}
{# Loop the main set of options #}
%
{# Loop the main set of options #}
{# Loop the main set of options #}
{# Here's the selection for the course type #}
2
{# Loop the main set of options #}
{# Here's the selection for the course parameters #}
3
{# Loop the main set of options #}
{# each type available within the main type #} {# TODO: need a subselector for each type #}

<% type.label %>

{# loop parameters available within the type #}

<% option_values[p].name %>

{% comment %} {% endcomment %}

Additional settings

{# TODO: loop additional parameters #}

<% option_values[p].name %>

{% comment %} {% endcomment %}
 
{# Form result feedback notification #}

{% blocktrans %}You successfully deleted the task.{% endblocktrans %}

{% blocktrans %}You successfully created the task{% endblocktrans %} "<% goal.short_name %>".

{% blocktrans %}You successfully edited the task{% endblocktrans %} "<% goal.short_name %>".

{% if dialog %}
{% endif %}