0%




{% if session['id'] %} {{ session['name'] }} {% else %} Login {% endif %}









{% if session['name'] %} Welcome {{ session['name'] }}, {% endif %}

As an administrator, you have access to a range of features that will help you manage and support your students.

Total Students

{{ ts }}

Happiness Index

{{ ahi }}

Total Assessments Submitted

{{ tas }}

Assessments
{% for row in assess %} {% endfor %}
ID Name Description Overall Score
ID Name Description Overall Score
{{ row.assessId }} {{ row.name }} {{ row.description[0:71] }}... {{ row.average }}