{% extends 'student/studentbase.html' %} {% block content %} {%load static%}

Exam Details :

  • Course : {{course.course_name}}
  • Total Question : {{total_questions}}
  • Total Marks : {{total_marks}}

Rules :

  • All questions are MCQ (multiple choice question)
  • Only one choice is correct among the given.
  • Every question carry different marks.
  • Try to answer ASAP.
  • If you PRESS refresh or go back to the previous page, there will be a new question for you and the question you were on will be counted as number of attempts.
  • Questions are presented randomly.
  • You will be able to view marks immediately once after you submit the answer.

Enter Examination






{% endblock content %}