{{ _("Title") }}
{{ _("Give the assignment a title.") }}
{{ "Type" }}
{{ _("Select the format in which students will have to submit the assignment.") }}
{{ _("Question") }}
{{ _("Enter an assignment question.") }}
{% if assignment.question %}
{{ assignment.question }}
{% endif %}