{% include "courses/_module_description.html" with description=problem_part_description view_live_url=view_live_url %}
{% if questions %}
{% captureas chart_label %}
{{active_question|truncatechars:50}}
{% endcaptureas %}
{% if questions|length == 1 %}
{{chart_label}}
{% else %}
{% endif %}
{% endif %}
{% captureas tip_text %}
{# Translators: This text describes a bar chart displayed. #}
{% blocktrans trimmed %}
This chart shows the most common answers submitted by learners, ordered by frequency.
{% endblocktrans %}
{% endcaptureas %}
{% include "chart_tooltip.html" with tip_text=tip_text track_category="bar" %}
{% if not js_data.course.answerDistribution %}
{% show_chart_error %}
{% endif %}