From fe5b3c41aa898fa7491a7ec9bce28c5e1c5b542d Mon Sep 17 00:00:00 2001 From: adityacp Date: Fri, 6 Nov 2020 18:21:48 +0530 Subject: Statistics app for video tracking --- stats/templates/view_lesson_tracking.html | 69 +++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 stats/templates/view_lesson_tracking.html (limited to 'stats/templates/view_lesson_tracking.html') diff --git a/stats/templates/view_lesson_tracking.html b/stats/templates/view_lesson_tracking.html new file mode 100644 index 0000000..fd87d70 --- /dev/null +++ b/stats/templates/view_lesson_tracking.html @@ -0,0 +1,69 @@ +{% extends "manage.html" %} + +{% block title %} Lesson Views {% endblock %} +{% block script %} + +{% endblock %} +{% block content %} +
Sr No. | +Student Name | +Last access on | +Started on | +Current Time | +Video Duration | +Percentage watched | +
---|---|---|---|---|---|---|
{{ forloop.counter0|add:objects.start_index }} | +{{track.user.get_full_name}} | +{{track.last_access_time}} | +{{track.creation_time}} | +{{track.current_time}} | +{{track.video_duration}} | ++ + | +