The tool at makes cover pages for courses

To configure

config file is in the home of the course account

Configuration file .coverrc

Command makeCover

For each assignment, add list of questions and marks per question to .coverrc

EG:

# -*- perl -*-

package CoverRC;

$name = "CS 240";

$current = 1;# Which assignment is due next?

%covers = (

1 => {name => "Assignment 1",

marks => [[1, 1],

[2, 4],

[3, 6],

[4, 14],

[5, 25],

["Bonus", ""],

["Total", 50]]},

);

Topic revision: r1 - 2011-05-03 - PatrickLee
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback