0% found this document useful (0 votes)
115 views

Student Grading System: Presented By-Ashish Kumar Maurya Roll No.-07 MCA 6th Sem

The document describes a student grading system web application developed using ASP.NET framework. It allows instructors to set up coursework, grading criteria, and provide feedback to students. It also allows instructors to update their profiles and students to view coursework expectations and their own submission outcomes. Students can upload assignments according to requirements like due dates and file types. The system was implemented using ASP.NET and PostgreSQL for authentication of different user roles and management of user accounts, coursework, scores, and statistics.

Uploaded by

ashish maurya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
115 views

Student Grading System: Presented By-Ashish Kumar Maurya Roll No.-07 MCA 6th Sem

The document describes a student grading system web application developed using ASP.NET framework. It allows instructors to set up coursework, grading criteria, and provide feedback to students. It also allows instructors to update their profiles and students to view coursework expectations and their own submission outcomes. Students can upload assignments according to requirements like due dates and file types. The system was implemented using ASP.NET and PostgreSQL for authentication of different user roles and management of user accounts, coursework, scores, and statistics.

Uploaded by

ashish maurya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 7

Student Grading System

Using ASP.NET Framework

Presented by-
Ashish Kumar Maurya
Roll no.-07
MCA 6th Sem
Abstract: Student Grading System (SGS) is a web application
developed using ASP.NET framework. SGS provides interfaces
for instructors to set up coursework such asassignments,
projects and exams, and the system provides grading criteria,
scores and comments on graded work to each coursework
submitted by a student. It also provides capability for
instructors to change their personal profile, and provides
capabilities for students to view coursework expectations and
outcomes for their own submitted coursework. It also provides
capability for students to upload their assignments according
to instructor's requirements such as due date, file size and file
types. SGS has been implementedon ASP.NET framework with
PostgreSQL server.
• Key words: Student Grading System, instructor,
coursework, web application, ASP.NET,
PostgreSQL
Introduction
• A coursework submission and grading system plays a key role
in a course management system at a university. But, such
systems don't often relate expectations, outcomes and
performance. As each student desires to achieve a good score
for each assignment, exam, and/or technical report, the whole
process adds heavy workload for instructors in order to make
their evaluation fair, comprehensive, and accurate. From the
faculty perspective, these are necessary to avoid disagreement
from students. An online grading system is a highly desirable
addition to the educational tool-kit, particularly when it can
provide less effort and a more effective outcome.
In general, a good student grading system must have the following three criteria

• Reflect differences in student achievements


accurately.
• Be clear and accessible to students so they can
follow their own progress.
• Be clear and accessible to faculty for
administration of coursework and student
achievement
Objective and Solution
Objective :
• The objective of this project is to develop Student
Grading System, a web application implemented using
ASP.NET framework and database server. This system
will provides user-friendly interfaces for instructors to
set up coursework including assignments, projects, and
exams, and grade the coursework and give immediate
feedback and comments on each coursework. It also
provides capability for instructors to change their
personal profile information, such as password.
In the project, the key technical challenges are as follows:

• Authentication with different roles (instructor and student), user


account,password management and maintenance
• Coursework management including assignments, projects, exams, presentations
and reports
• Score record forms which let instructors input the scores friendly
• Score tracking based on course
• Score weight input (assignment, project, exam, presentation and report) and
calculation
• Score statistical reports based on courses (average, minimum and maximum
score, in the view of instructors
• Score modification by instructors
• Student log in, lookup and score query
• Score reports in the view of students
• The system will protect Actions on their Controller using Forms Authentication.

You might also like