{% extends "exams/base.html" %} {% block content %}
| Min | Max | Grade | Points | Weight | Status | Action |
|---|---|---|---|---|---|---|
| {{ r.min_score }} | {{ r.max_score }} | {{ r.grade }} | {{ r.points }} | {{ r.weight }} | {{ r.status }} | |
| No rules | ||||||
| Min Points | Max Points | Division | Action |
|---|---|---|---|
| {{ r.min_points }} | {{ r.max_points }} | {{ r.division }} | |
| No rules | |||
| Min GPA | Max GPA | Grade | Points | Status | Colour | Action |
|---|---|---|---|---|---|---|
| {{ r.min_gpa }} | {{ r.max_gpa }} | {{ r.gpa_grade }} | {{ r.gpa_points }} | {{ r.gpa_status }} | {{ r.gpa_colour }} | |
| No GPA rules | ||||||
| Subject | Total Max Marks | Formula | Action |
|---|---|---|---|
| {{ r.subject.subject_name_eng }} | {{ r.total_max_marks }} | {{ r.formula }} |
|
| No rules | |||