DevOps Dojo Progress Report

Generated on {{ generated_at }}

Questions Answered

{{ summary.total_questions }}

Labs Completed

{{ summary.total_labs }}

Labs Passed

{{ summary.labs_passed }}

Average Score

{{ "%.1f"|format(summary.average_score) }}%
{% if summary.topics %}

Topic Performance

{% for topic, stats in summary.topics.items() %} {% endfor %}
Topic Questions Avg Score Status
{{ topic|title }} {{ stats.questions }} {{ "%.1f"|format(stats.average_score) }}% {% if stats.average_score >= 80 %} Strong {% elif stats.average_score >= 60 %} Improving {% else %} Needs Work {% endif %}
{% endif %} {% if weak_areas %}

Areas for Improvement

{% for area in weak_areas %}

{{ area.topic|title }}

Average Score: {{ "%.1f"|format(area.average_score) }}% | Questions Attempted: {{ area.questions_attempted }}

{% endfor %}
{% endif %} {% if history %}

Recent Activity

{% for item in history %} {% endfor %}
Type Topic/ID Score Date
{% if item.type == 'interview' %} Interview {% else %} Lab {% endif %} {{ item.topic if item.topic else item.id }} {{ item.score }}% {% if item.type == 'lab' %} {% if item.passed %}Pass{% else %}Fail{% endif %} {% endif %} {{ item.timestamp[:16].replace('T', ' ') }}
{% endif %}