Problem We are Solving
Solving and Grading Programming Assignments
Currently at Brandeis, if students want to upload their solutions to programming assignments, they need to work offline in their IDEs, then upload zip files containing their code. Instructors will need to download every single zip file, unzip them onto their computers, run tests manually and upload grades by themselves.
Imagine you are one of the graders who needs to go through the same process 50+ times...
That's why we built AspirinX. AspirinX is a web-based and database-driven application that brings programming assignments to the cloud. A teacher can create and post a programming assignment, retrieve all submissions, grade them, run unit tests and analyze the results, and export grades all without leaving the app. A student can view programming assignments, code a solution, compile and run the code, submit the assignment and view a grade, all from within AspirinX.