A web-based computer-program grading system

It is a great idea to use automatic grading system in programming courses, compared with manual grading by instructors. An online grading system is a web application developed for accepting student submissions of program source code and automatically grade these submissions based on certain criteria...

Full description

Saved in:
Bibliographic Details
Main Author: Zhang, Yongsong
Other Authors: Chua Hock Chuan
Format: Final Year Project
Language:English
Published: 2012
Subjects:
Online Access:http://hdl.handle.net/10356/49856
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Nanyang Technological University
Language: English
Description
Summary:It is a great idea to use automatic grading system in programming courses, compared with manual grading by instructors. An online grading system is a web application developed for accepting student submissions of program source code and automatically grade these submissions based on certain criteria. With the maturity of the Internet, an online grading system would be easy to implement and use for programming course instructors.The objective of this project is to develop an online automatic grading system. In the grading system, it should be easy for course instructors to set questions for students, and it should be convenient for students to submit their answer programs. Besides automatic grading, the grading system must have the capability of plagiarism detection among the source code submitted.