Skip to content

Automatically grade students' C++ programming assingments and produce detailed PDF reports for each student.

License

Notifications You must be signed in to change notification settings

jcasse/automatic-code-grading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Automatic Code Grading

Scripts written in Bash to grade students' C++ programming assignments. The scripts automatically grade and prints out a detailed report in PDF for each student, detailing where their code failed.

The scripts, aided with C++ test harnesses, test the OOP classes by first injecting code (friending my test classes into their classes) into their code and then testing each class member separately, allowing for partial credit.

Installation

$ git clone <git-repo-url>
$ cd automatic-code-gradinm
$ make

Usage

$ bin/automatic-code-grading 

License

Copyright (C) 2016 Juan Casse

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

About

Automatically grade students' C++ programming assingments and produce detailed PDF reports for each student.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published