About मूल्यांकन

Internal Assessment Automation System — web edition.

Overview

मूल्यांकन automates Internal Assessment (IA) mark processing for academic institutions. It reads grading policies and course quiz data, calculates IA marks, maintains institution-wide analytics, and generates reports.

This is the web edition of the original macOS desktop application. Every desktop tab is a page here; file pickers are uploads; generated reports are downloads. The calculation engine, validation rules and database schema are unchanged.

Calculation logic

1. Eligibility — count non-empty quiz attempts vs the required count.
2. Best-N — sort scores descending, take the top N (N = best-quiz count).
3. IA — sum of the best N divided by N, rounded half-up, clamped to 0–100.
4. Output — Course namespace, Email ID, Internal Marks (out of 100).

The eligibility flag is used for analytics only and never appears in output files.

Team

Developer: Er Manpreet Singh Budhail, EMRC, Punjabi University, Patiala

For: CEC and its Media Centres (EMRC)

Version: 1.0.0 (web)