Summary of files
To access the files, first su to the course account by doing
su <login>
where login is the course account name.
(The account name is shown in field Login of the course settings. If the field is empty, contact the System group.)
The following files in directory ~/course-admin/results are recognized by the CourseAdmin system.
Names in angle brackets are examples only.
grade-parameters | list of assignments e.g. <ex1>, exam |
factory | list of formulas e.g. <magen>, final |
config | list of configuration options |
<ex1> | <ex1> grades and/or errors |
<ex1>.errorcodes | <ex1> errorcodes |
exam1,2,3 | exam1,2,3 grades and/or errors |
exam1,2,3.errorcodes | exam1,2,3 errorcodes |
targil.override | override targil grades (calculated from weights) |
exempt.override | override exempt grades (calculated from weights) |
<magen>.override | override <magen> grade (calculated by formula) |
final.override | override final grades (calculated from weights or by formula) |
final1,2,3.override | override final1,2,3 grades (calculated from weights or by formula) |
final | final grades and/or errors |
final.errocodes | final errorcodes |
final1,2,3 | final1,2,3 grades and/or errors |
final1,2,3.errorcodes | final1,2,3 errorcodes |
Notes
- exam1,2,3 implies exam1, exam2 or exam3. Likewise for final1,2,3
- All types of file allow comments i.e. everything from # until the end of the line is ignored (unless the # is within braces).