{% extends "base.html.twig" %} {% block BeforeAnyCSSFile %} {% for file in encore_entry_css_files('select2__init') %} {% endfor %} {% endblock %} {% set pagename = 'Class Grades' | trans %} {% block MainContent %}
{# Search filter head #}

{{ 'Filter Grades'|trans }}{# dropdown #}

{# filters #}
{# session based#}
{# class based #}
  {{ 'Clear' | trans }}
{# Page Body #}
{% for key,value in class_grades %} {# Actions #} {% endfor %}
{{ 'Grade'|trans }} {{ 'Marks'|trans }} {{ 'Description'|trans }} {{ 'Class'|trans }} {{ 'Session'|trans }} {{ 'Grade Category'|trans }} {{ '#'|trans }}
{{ value.getClassGradeName() }} {{ value.classMarksEqualOrGreaterThan }} >= {{ value.classGradeDesc }} {{ value.class.isDeleted == 1 ? '' }} {{ value.class.name }} {% if value.class.shortName is not empty %}
{{ value.class.shortName }} {% endif %} {{ value.class.isDeleted == 1 ? '
' }}
{{ value.class.session.getisdeleted == 1 ? '' }} {{ value.class.session.getName }}
{{ date_format(value.class.session.getstartdate) }} - {{ date_format(value.class.session.getEndDate) }} {{ value.class.session.isDeleted == 1 ? '
' }}
{{ value.getStudentGradeCategory.getGradeCategoryName }} {% if is_granted('ROLE_SETTING_MANAGER') %} {% endif %}
{% endblock %} {% block ExtraJsFIles %} {% for file in encore_entry_js_files('select2__init') %} {% endfor %} {% for file in encore_entry_js_files('studentGrade') %} {% endfor %} {% endblock %} {% block documentation %}
Add/Editing Grades for Specific Class?

The Listed Grades are related to Specific Session and Class, If you wish to change specific Class or Session Grades, you can do from here.
Find out the Grade, which you want to change, Filter Session from Session Dropdown & Class from Class DropDown the Attached Grade will appear in the list. If you do any changes in the Grade it will not effect to the Base grades or any other Class.

At this Grade Page, You will find following information:

Editing Grade

While we editing a Grade, we've three Columns:

{% endblock %}