-
Notifications
You must be signed in to change notification settings - Fork 0
Home
CloudCoder is a web-based programming exercise system. It is designed to allow instructors to upload small programming problems that students can use as self-test exercises. The user-interface is entirely web-based, so students can work on problems anywhere they have access to a web browser. Testing of submitted solutions is done by a Linux server.
Currently, exercises in Java, Python, and C/C++ are supported.
Documentation is somewhat sparse at the moment. The README.txt in the CloudCoder project describes how to configure, build, and install CloudCoder. The CloudCoderTools project has two examples of C/C++ problems specified in XML files, and a program that allows you to import problems into the database.
If you are interested in using CloudCoder, drop me a line at dhovemey@ycp.edu.
A web page for students describing how to use CloudCoder can be found here:
http://faculty.ycp.edu/~dhovemey/spring2012/cs101/cloudCoder.html
For more info (demo server, exercise repository, contributing to cloudcoder, etc): cloudcoder.org
