{% extends "base.html.twig" %} {% block pageLabel %} {{ 'Grade Categories' | trans }}{% endblock %} {% set pagename = 'Grades' | trans %} {% set addBtnTitle = 'Add Grade?' | trans %} {% set addBtnLink = path('app_settings_grade_category') %} {% block MainContent %} {# List of the students #}
In some School/Institute there are different Grading System from different level of Classes, eg. If Student of Class 5 will take 90% Marks we declare him A+ & If Student of Class 10 will take 90% Marks we might declare him B+ so, we can define create two Grades Category, One is 5th Class Grade or other is 10 Class Grade & assign them to respective Class.
To add new Grade Category, Click on the {{ 'Add Grade?'|trans }} button which is behind the documentation button
{% endblock %}