|
-
Instructors get a Chauncy section, including:
- Roster interface for tracking student work.
- Student interface for "playing student".
- Assignment editor interface for modifying or adding assignments.
- Section-Access-Code to give to students for registration.
-
Students register for the section by:
- Going to the Chauncy Login/Registration Site,
- Entering their Section-Access-Code (see above),
- Filling out a brief form and promising not to be bad.
- On Completion: Students appear on the instructor roster and can start doing posted assignments.
-
Instructors provide programming assignments
- Specifying an assignment is just a slightly formalized version of what you probably already
have for your assignments.
- You just provide your instructions, a sample solution, and at least one set of test data.
- To get started, you can email us one or two of your assignments with the above, and we'll set it up for you
- We will also provide a few sample assignments.
-
Correctness is determined by output matching.
- We run the student code on our server using your test data sets. "Correct" means your test data has been satisfied.
- No checking of style, design, efficiency! That's still up to you.
-
Students can print hardcopies, if desired.
- The hardcopies display student code, date, correctness, and the instructions
- Hardcopies are convenient for markup regarding style, design, efficiency.
|