| |
|
Welcome to the
Chauncy Overview Page
Chauncy is a free Web-based service that supports the automatic, real-time checking
of programming assignments.
|
| |
|
Basic Features
- 100% Web-based
- Up to 14 programming assignments
- Roster-support to track student work
- Control of exercise content and due dates.
- Supports: C, C++, Java, C#
- Fast, reliable response time
More Details
|
|
How It's Implemented
- Client Side: Macromedia Flash plug-in only-- usually already there and
easy to download and install
- Server Side: the proven exercise-checking technology of CodeLab, used by over 15,000
students and 75 colleges and universities.
More Details
|
|
|
|
|
|
|
Logistics
- Instructors get a Chauncy section.
- Students register for the section at the Chauncy site.
- Instructors provide programming assignments
- Once the assignment is integrated into the Chauncy section, the instructor can set deadlines and modify the assignment if desired.
- Correctness of student submissions is determined by output matching.
- Students can print hardcopies, if desired.
More Details
|
|
Assignment Format
- Structure:
- Fully standalone program
- Single source file
- Single input source (standard input), single output sink (standard ouput)
- Specification:
- Instructions -- plain text or limited HTML.
- One or more test data sets consisting of input and output data.
- A sample solution to validate the data sets.
More Details
|