Report Calculation Logic
- Last updated on April 2, 2024 at 3:26 PM
In the implementation, we have applied the workflow wherein in all the reports - the data for all the students who have been assigned the assessment will be shown (attempted and non-attempted)
None of the reports will present the data for the student who hasn't been assigned the relevant assessment.
Example - Teacher A has 2 classes - Class A and Class B
Class A has 2 Students.
Student 1
Student 2
Class B has 2 Students.
Student 3
Student 4
The teacher assigned the assessment "Assessment 1" to Class A
Sample Data
Class A | Student 1 | 50% |
Student 2 | Un attempted | |
Class B | Student 3 | Unassigned |
Student 4 | Unassigned |
Class A | 25% |
Class B | Not Attempted |
Student Performance Report data will be shown as - Class A
Student 1 | 50% |
Student 2 | Not Attempted |
Assessment Performance Report 1
Class A, Assessment 1
Student Name | Average | Q1 | Q2 | Q3 | Q4 |
Student 1 | 50% | A | B | A | D |
Student 2 | - | - | - | - | - |
Class B, Assessment 1: No data found.