{# Table of student submitted adventures per level #}
{{
render_partial('customize-grid/partial-grid-levels.html',
adventure_table=adventure_table,
class_info=class_info
)
}}
{% if dashboard_options.student %}
{% include 'class-live-student.html' %}
{% endif %}
{{_('common_errors')}}
The common errors are gathered by an AI system. It detects and clusters code submissions that fail to
run.
The system is not foolproof! It is possible that students make errors that are not detected.
{% for error_entry in class_info.common_errors %}
{% if error_entry.active == 1 %}