{% extends 'FirstApp/template.html' %} {% block javascript %} {% load static %} {% endblock %}
{% block 'container-fluid' %}
{% load static %}

Student Activity Recognition

Lecturer Subjects
{% if lecturer_subjects.count == 0 %}
No subjects
{% else %}
{% for subject in subjects %} {% endfor %}
Subject Name Code Year
{{ subject.0.name }} {{ subject.0.subject_code }} {{ subject.0.year }}
{% endif %}
View timetable
No lecture is selected
{# #}
Activity Recognition
Frame will be displayed here .
Student Activities
Direct Social Referral
Frame Detections
No frame is selected
Detected Students (by activity type)
No activity type is selected
Evaluated Students
Press 'Evaluate' button to evaluate students
Integrated Evaluation
The integrated version student and lecturer evaluations will display here.
{% endblock %}
{% block 'modal' %} {% endblock %}