{%include "header.html"%} {% load static %} {% load custom_filters %}
user-profile
{{student_list.first_name}} {{student_list.last_name}}
{% for login in logins %} {% endfor %}
Sr.No. Student Name Device Ip Type Device Name Lectures Last Modified Action
{{forloop.counter}}
{{login.student.first_name}}  {{login.student.last_name}}
{{login.device_ip}}
{{login.device_type}}
{{login.device_name}}
{% if login.is_lecture != 0 %} Allowed {% else %} Not Allowed {% endif %}
{{login.created_at}}
{% for sales in all_sales %} {% endfor %}
Sr.No. Order Id Course Price Payment Method Created At
{{forloop.counter}}
{{sales.order_price}}
{{sales.payment_method}}
{{sales.created_at}}
{% for batch in all_batches %} {%endfor%}
Sr.No Batch Name Course Status Created On Action
{{forloop.counter}}
{{batch.batch.batch_name}}
{{batch.course.course_name}}
{% if batch.batch.status == "Active" %} {{batch.batch.status}} {% else %} {{batch.batch.status}} {% endif %}
{{batch.batch.updated_at}}
Remove Batch
{% for attendance in all_attendance %} {%endfor%}
Sr.No Lecture title Lecture Date
{{forloop.counter}}
{{attendance.lecture.title}}
{{attendance.lecture.lacture_date}}
{% for exam_stat in area_wise_stats %} {% endfor %}
Sr.No Mock Title Total Question Attempted Right Answered Wrong Answered Time Taken Accuracy(%) Percentile Rank Overall MPM Attempted Date Action
{{forloop.counter}} {{exam_stat.mock_test__mock_title}} {{exam_stat.total_question}} {{exam_stat.attempted}} {{exam_stat.right}} {{exam_stat.wrong}} {{ exam_stat.time_taken|seconds_to_hms }} {{exam_stat.right_accuracy}} {{exam_stat.percentile}} {{exam_stat.rank}} {{exam_stat.marks_per_minute}} {{exam_stat.created_at}} View Solution

View Analysis

Reset Test
{% for exam_stat in section_wise_stats %} {% endfor %}
Sr.No Mock Title Total Question Attempted Right Answered Wrong Answered Time Taken Accuracy(%) Percentile Rank Overall MPM Attempted Date Action
{{forloop.counter}} {{exam_stat.mock_test__mock_title}} {{exam_stat.total_question}} {{exam_stat.attempted}} {{exam_stat.right}} {{exam_stat.wrong}} {{ exam_stat.time_taken|seconds_to_hms }} {{exam_stat.right_accuracy}} {{exam_stat.percentile}} {{exam_stat.rank}} {{exam_stat.marks_per_minute}} {{exam_stat.created_at}} View Solution

View Analysis

Reset Test
{% for exam_stat in mini_wise_stats %} {% endfor %}
Sr.No Mock Title Total Question Attempted Right Answered Wrong Answered Time Taken Accuracy(%) Percentile Rank Overall MPM Attempted Date Action
{{forloop.counter}} {{exam_stat.mock_test__mock_title}} {{exam_stat.total_question}} {{exam_stat.attempted}} {{exam_stat.right}} {{exam_stat.wrong}} {{ exam_stat.time_taken|seconds_to_hms }} {{exam_stat.right_accuracy}} {{exam_stat.percentile}} {{exam_stat.rank}} {{exam_stat.marks_per_minute}} {{exam_stat.created_at}} View Solution

View Analysis

Reset Test

{% for exam_stat in full_wise_stats %} {% endfor %}
Sr.No Mock Title Total Question Attempted Right Answered Wrong Answered Time Taken Accuracy(%) Percentile Rank Overall MPM Attempted Date Action
{{forloop.counter}} {{exam_stat.mock_test__mock_title}} {{exam_stat.total_question}} {{exam_stat.attempted}} {{exam_stat.right}} {{exam_stat.wrong}} {{ exam_stat.time_taken|seconds_to_hms }} {{exam_stat.right_accuracy}} {{exam_stat.percentile}} {{exam_stat.rank}} {{exam_stat.marks_per_minute}} {{exam_stat.created_at}} View Solution

View Analysis

Reset Test
{%include "sidebar.html"%}
{%include "footer.html"%}