{% extends "base.html.twig" %} {% set pagename = 'Grade Category' | trans %} {% block MainContent %}
{% endblock %} {% block ExtraJsFIles %} {% for file in encore_entry_js_files('appSettings') %} {% endfor %} {% endblock %} {% block documentation %}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.
Write down the Grade Category name & Description, then your Grade will be ready
{% endblock %}