Differences between revisions 1 and 2

Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
## The problem definition concisely presents the problem or situation
You want to provide one or more data files, so that they are available to each student's
program during grading.
Line 8: Line 8:
## The solution presents the preferred solution Walk though the Sigcse2009Workshop exercise 4: [wiki:Sigcse2009Workshop/StaticChecks Configuring coding style checks],
which gives an example of how to do this.
Line 18: Line 19:
## This section lists other related recipes (delete this section if there aren't any related recipes) CustomizePmdChecks [[BR]]
ConfigurePluginSettings [[BR]]
ConfigurePluginWalkthrough (30Mb, 4min)
Line 23: Line 26:
-- MattTaylor [[DateTime(2007-03-22T16:43:56Z)]]
-- StephenEdwards [[DateTime(2009-03-07T06:48:42Z)]]
Line 35: Line 37:
CategoryStudentRecipe
CategoryGraderRecipe
Line 38: Line 38:
CategoryAdministratorRecipe
CategoryAuthorGuide

Problem

You want to provide one or more data files, so that they are available to each student's program during grading.

Solution

Walk though the Sigcse2009Workshop exercise 4: Configuring coding style checks, which gives an example of how to do this.

Discussion

See Also

CustomizePmdChecks
ConfigurePluginSettings
ConfigurePluginWalkthrough (30Mb, 4min)

Contributors

-- StephenEdwards 2009-03-07 06:48:42

Comments

Add a comment


CategoryRecipe CategoryInstructorRecipe CategoryCookbook