Difference: MakeCover ( vs. 1)

Revision 12011-05-03 - PatrickLee

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="WebHome"
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]]},

);

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback