Skip to content

📊 Evaluations and Grades

The SGA evaluation system manages the entire evaluation cycle of the school: from the definition of evaluations and their criteria to grade entry, generation of report cards, period consolidated reports, and the production of academic reports.

Access: Side menu → Virtual Classroom → Evaluations / Grades

Permissions:

PermissionScope
Evaluation managementCreate, edit, and delete evaluations
Grade entryEnter and save grades
Closed period editingAllows editing grades in closed periods

Fundamental Concept — Define vs. Grade

The SGA separates two processes: first the evaluation is defined (name, date, criteria) in the Evaluations module, and then students' grades are entered in the Grading interface. This separation ensures the evaluation structure is ready before teachers enter grades.


1. Grading Types

The grading type is configured at the course (subject) level and determines how grades are entered and calculated throughout the system. There are four types:

TypeData EntryResult CalculationTypical Use
QualitativeSelector with codes (AA, AS, AF, AI, AP)Trend + Mode: if the last result has the highest weight → it is used. If not → most frequent code. In case of a tie → highest weight winsEarly Ed. (1st-3rd Level), Primary (1st-2nd)
QuantitativeNumeric field (0-100) with maximum per criterionDirect sum of each criterion's values, rounded to integerSecondary (7th-11th)
MixedSelector with qualitative codesWeighted average: (sum of weights / total criteria) × evaluation score, rounded to integerPrimary (3rd-6th)
Inverse MixedNumeric field with maximum per criterionNumerical sum + automatic qualitative equivalence based on scaleSpecial configuration

Rounding — Nicaragua Rule

MINED does not use decimals in grades. All numerical results are rounded to the nearest integer. An 89.5 is recorded as 90 (AA), a 75.4 as 75 (AF).


2. Grading Scales by Educational Level

The SGA applies differentiated scales depending on the student's level. Scales are configured in System → Catalogs → Grading Scales and are automatically assigned based on the section's grade.

Infographic: SGA Grading Scales — Early Education, Primary, and Secondary

📗 Early Education (Preschool) — Qualitative

Grades: 1st, 2nd, and 3rd Level

CodeMeaningWeight
AAAdvanced Learning1.00
APLearning in Progress0.50

📘 Primary 1st and 2nd — Qualitative

CodeMeaningWeight
AAAdvanced Learning1.00
ASSatisfactory Learning0.75
AFFoundational Learning0.50

📙 Primary 3rd to 6th and Secondary 7th to 11th — Mixed / Quantitative

CodeMeaningRangeColor
AAAdvanced Learning90 — 100🟢 Green
ASSatisfactory Learning76 — 89🔵 Blue
AFFoundational Learning60 — 75🟡 Orange
AIInitial Learning0 — 59🔴 Red

For teachers

When grading, the selectors will display only the codes for your section's level. If the codes don't match what's expected, contact the system administration to review the scale configuration.


3. Evaluation Definition

Evaluation list

When you access the module, a filterable evaluation list is displayed.

Evaluation list with filters and data columns

Columns: School Year, Section, Course, Academic Period, Evaluation (name), Date, Score

Cascading filters

Filters load hierarchically — each selector depends on the previous one:

FilterDepends OnDescription
School YearAcademic period (e.g., 2026-2027)
SectionSchool YearGrade and group (e.g., 3rd Level A)
CourseSectionAssigned subject (e.g., Mathematics)
Academic PeriodSchool YearEvaluation period (1st Term, 2nd Term...)

TIP

The ➕ Create button only appears when all four filters are selected. The 🔍 button executes the search with the applied filters.

Create / Edit an evaluation

Evaluation edit dialog with name, date, and criteria list

FieldRequiredDescription
NameIdentifier (e.g., "Midterm 1", "Final Exam", "Project")
DateApplication date
Total Score✅ (quantitative)Automatic sum of each criterion's scores. Hidden in qualitative mode

Criteria management

Criteria are the individual components that make up the evaluation. Each criterion becomes a column in the grading interface.

FieldDescription
NameCriterion identifier (e.g., "C1", "Participation", "Written Exam")
ScoreMaximum points for the criterion (quantitative/inverse mixed only). Hidden in qualitative

Actions:

  • Add criterion: Adds a new row to the criteria table
  • 🗑️ Delete criterion: Deletes the criterion (with confirmation)
  • 💾 Save: Persists the evaluation and its criteria atomically (transaction)

Data protection when editing

When editing an existing evaluation, the system uses smart criteria synchronization: it preserves existing criterion IDs to avoid losing already captured grades. Only criteria explicitly removed by the teacher are deleted.

Actions per evaluation

Actions menu: Grade, Edit, Delete

ActionDescription
👥 GradeOpens the grade entry interface
✏️ EditModifies name, date, or criteria
🗑️ DeleteDeletes the evaluation (only if the period is open)

Closed academic period

When an academic period reaches its closing date, evaluations for that period are locked: they cannot be created, edited, deleted, or graded. Only users with the special closed period editing permission can operate on closed periods.


4. Grading Interface (Grade Entry)

The grading interface is a spreadsheet-style grid where the teacher enters grades for all students for a specific evaluation.

Grading interface showing students with dropdown criteria C1, C2, C3 and Result

Interface elements

ElementDescription
HeaderEvaluation name, course, date, and grading type
# ColumnRow number (fixed on scroll)
Student ColumnFull name (fixed on scroll)
Criteria ColumnsC1, C2, C3... — one column per defined criterion
Result ColumnAutomatic calculation (fixed on the right side)
Active RowThe focused student's row is highlighted in blue

Input type based on grading mode

Grading TypeInput per CriterionResult
QualitativeDropdown selector (AA, AS, AF, AI, AP)Selector + 🪄 "Suggest result" button
QuantitativeNumeric field (maximum = criterion score)Read-only — automatic sum
MixedDropdown selector (qualitative codes)Read-only — weighted numerical average
Inverse MixedNumeric field (maximum = criterion score)Read-only — sum + chip with equivalent code

Automatic result calculation

The result is calculated in real time as the teacher enters values:

Quantitative: The result is the direct sum of each criterion's values. For example: if C1=25, C2=18, and C3=30, the result is 73.

Mixed: The result is calculated as the average of the code weights multiplied by the evaluation's total score. For example: if the criteria have codes AA (weight 1.0), AS (weight 0.75), and AF (weight 0.50), the weights are summed (2.25), divided by the number of criteria (3), and multiplied by the total score (100), yielding a result of 75.

Inverse Mixed: The result is the sum of each criterion's numerical values, and then the system automatically assigns the equivalent qualitative code based on the scale. For example: C1=30 + C2=25 + C3=35 = 90, which equals AA.

Qualitative — Suggestion Algorithm (🪄):

  1. If the last criterion has the highest weight → it is used as the result
  2. If not → the mode is calculated (most frequent code)
  3. In case of a tie → the highest weight wins

Per-criterion capping

In numerical modes, the system does not allow entering a value greater than the criterion's score. If a criterion has a maximum of 30 points, values above 30 are not accepted. This protects grade integrity.

Keyboard navigation

The grid supports efficient keyboard navigation:

KeyAction
Enter / TabAdvances to the next cell
↑ ↓Navigates vertically between students (quantitative/inverse mixed)
EscapeExits the active cell
Ctrl + SSaves all grades

Saving

When you press 💾 Save, the system:

  1. Sends all grades to the server in a single operation
  2. Validates that the period is open
  3. Creates or updates grade records per student
  4. Rounds all numerical values to the nearest integer

5. Grade Views (Query and Reports)

The Grades module offers 5 views to review scores from different perspectives.

Access: Side menu → Virtual Classroom → Grades

Tab 1: By Student

Shows all subjects for a student in a specific period.

ColumnDescription
CourseSubject name
EvaluationsOne column per period evaluation
ResultPeriod consolidated

Filters: School Year → Section → Student → Period

Tab 2: By Section

Shows all students of a section for a specific course and period.

ColumnDescription
StudentStudent name
EvaluationsOne column per evaluation
ResultIndividual consolidated

Filters: School Year → Section → Course → Period

Tab 3: Student Consolidated

Multi-period view: all subjects × all periods + final result.

ColumnDescription
CourseSubject name
Period 1, 2, 3...Consolidated result per period
FinalFinal result for the year

Filters: School Year → Section → Student

Tab 4: Section Consolidated

Multi-period view: all students × all periods for a course.

ColumnDescription
StudentStudent name
Period 1, 2, 3...Consolidated result per period
FinalFinal result for the year

Filters: School Year → Section → Course

Tab 5: School Report Card

The report card is the official grades report for the student, grouped by knowledge areas.

ElementDescription
HeaderSchool logo, school year, level, grade, section
Knowledge AreasExpandable subject groupings
Columns by SemesterEach semester is subdivided into terms (periods)
Qual./Quant. ColumnsQualitative result (code) + quantitative (number) per period
Colors by Code🟢 AA, 🔵 AS, 🟡 AF/AP, 🔴 AI

Filters: School Year → Section → Student


6. Consolidation Logic

Consolidation calculates the final result from the grades of all evaluations in a period or the entire year.

By period

TypeFormula
QuantitativeSum of results from all evaluations in the period
QualitativeTrend + Mode (same algorithm as the suggestion)
Mixed / Inverse MixedSum of numerical results

End of year (multi-period)

TypeFormula
Quantitative / MixedAverage of each period's consolidated, rounded to integer
QualitativeMode of each period's consolidated

Code ↔ Number equivalence

For mixed types, the system automatically converts between numbers and qualitative codes using the scale ranges:

Numerical RangeCodeWeight
90–100AA1.00
76–89AS0.75
60–75AF0.50
0–59AI0.25

7. Export and Printing

All grade views offer export options:

Printing (HTML → PDF)

ViewDescription
Student ReportPeriod grade booklet
Section ReportList of all students with their grades
Student ConsolidatedMulti-period student summary
Section ConsolidatedMulti-period summary for the entire section
Report CardOfficial document with school letterhead

All printed reports include:

  • School letterhead (logo, name, tax ID, phone, address)
  • Generation date
  • Professional format for printing

Excel Export

ReportDescription
By StudentStudent grades in Excel format
By SectionAll students' grades in Excel
Student ConsolidatedMulti-period in Excel
Section ConsolidatedMulti-period in Excel
Grade sheetComplete sheet with all subjects × all students × all periods

Grade sheet

The "grade sheet" is the system's most comprehensive report: an Excel sheet with the complete grading grid for the entire section. It includes formatted headers, status colors, and is ideal for submission to MINED or institutional records.


8. Academic Risk

The SGA includes an academic risk report that automatically classifies students based on their performance:

Risk LevelCriteria
🔴 HighAverage < 60 or Attendance < 70% or Incidents ≥ 3
🟡 MediumAverage < 70 or Attendance < 80% or Incidents ≥ 1
🟢 LowDoes not meet any risk criteria

This report consolidates data from the Grades, Attendance, and Incidents modules to provide a comprehensive view of the student's academic status.


Complete Evaluation Process Flow


Frequently Asked Questions

QuestionAnswer
Why can't I create an evaluation?Verify that all 4 filters are selected (Year, Section, Course, Period) and that the period is open.
Can I modify grades after closing the period?Only if you have the closed period editing permission. Request it from the system administration.
How do I change a course's grading type?From Academic Structure → Courses → Edit course → "Grading type" field. This affects all evaluations for the course.
Are results calculated automatically?Yes. In quantitative and mixed modes, the result is calculated in real time. In qualitative mode, use the 🪄 "Suggest result" button.
Can I add criteria after grading?Yes. The system preserves existing grades when adding new criteria. Data is only lost if you delete a criterion that already has grades.
What is the grade "sheet"?It is a complete Excel file with all subjects, all students, and all periods for a section. It is generated from Grades → Excel button.
Can decimals be used in grades?No. MINED does not use decimals. The system automatically rounds every numerical result to the nearest integer.
How does the report card work?Go to Grades → Report Card tab → select year, section, and student. The report card groups subjects by knowledge areas with qualitative and quantitative result columns per period.
What do the colors in the report card mean?🟢 Green = AA (Advanced), 🔵 Blue = AS (Satisfactory), 🟡 Orange = AF/AP (Foundational/In Progress), 🔴 Red = AI (Initial).
Can I navigate with the keyboard when grading?Yes. Enter/Tab advances, arrows navigate between rows, Ctrl+S saves.

Sistema de Gestión Académica