{% extends "base.html" %} {% block title %}{{ student['username'] }} โ Student Report{% endblock %} {% block content %}
{{ student['email'] }} ยท Joined {{ student['created_at'][:10] }}
Modules ranked by combined program completion + quiz performance. Top 3 need the most attention.
| Module | Best score | Status |
|---|---|---|
| {{ mod_name }} | {{ r['score'] }}/{{ r['total'] }} | {% if r['passed'] %} โ Passed {% else %} Not yet {% endif %} |
No quiz attempts yet.
{% endif %}Click any completed program below to leave or edit a comment and star rating.
{% set completed_progs = all_programs | selectattr('n') | list %} {% set has_comments = my_comments|length > 0 %} {% if has_comments %}| Program | Done | Comment | |
|---|---|---|---|
| #{{ p['n'] }} {{ p['title'] }} | โ | {% if my_comments.get(p['n']) %} {{ my_comments[p['n']]['comment'][:50] }}โฆ {% else %} No comment {% endif %} |