494 Project – APE Grader

Finally finished up this class! Thought the day would never end. For my senior project, I was part of a group that implemented a sort of scheduling application for a special type of exam that the CS department at EWU gives to determine who gets to move further on in the degree. Basically it tests your abilities to make linked lists, recursion, and other general programming principles in the Java language.

This application lets you register for an exam if you’re a user, lets you grade exams if you’re a grader, and administer things if you’re an administrator. Pretty simple.

Trac link: http://trac.austrianalex.com/494/

SVN: https://trac.austrianalex.com/svn/494/

Mostly all the good information can be found at the trac site. I won’t go repeating it here. This program, like other good little programs, is released under GPLv3. If this code is useful to you, go ahead and use it

Leave a Reply