<%! from django.utils.translation import ugettext as _ %> <%page expression_filter="h"/> <%namespace name='static' file='../static_content.html'/> <% isLaTexProblem='source_code' in editable_metadata_fields and editable_metadata_fields['source_code']['explicitly_set'] and enable_latex_compiler %> % if isLaTexProblem:
% else:
% endif
%if enable_markdown:
${_("Markdown Help")}
${_(
${_("Heading")}
H3
=====
${_(
${_("Multiple Choice")}
( ) red
( ) green
(x) blue
${_(
${_("Checkboxes")}
[x] earth
[ ] wind
[x] water
${_(
${_("Text Input")}
= dog
or= cat
or= mouse
${_(
${_("Numerical Input")}
= 3.14 +- 2%
= [3.14, 3.15)
${_(
${_("Dropdown")}
[[wrong, (right)]]
${_("Label")}
>>What is the capital of Argentina?<<
${_(
${_("Explanation")}
[explanation] A short explanation of the answer. [explanation]
%endif
<%include file="metadata-edit.html" />