Rev 3908 | Rev 5734 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3908 | Rev 3957 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | 1 | ||
2 | Here is the comma-separated source of manually entered grades, which you |
2 | Here is the comma-separated source code of manually entered grades, which you |
3 | can directly modify (see explanations below). |
3 | can directly modify (see explanations below). |
4 | <p> |
4 | <p> |
5 | !form reply |
5 | !form reply |
6 | !mexec catraw.sh |
6 | !mexec catraw.sh |
7 | <p><input type="submit" name="reg" value="$wims_name_tosave"> |
7 | <p><input type="submit" name="reg" value="$wims_name_tosave"> |
Line 10... | Line 10... | ||
10 | <p> |
10 | <p> |
11 | Please do not modify the line structure of the file, the special |
11 | Please do not modify the line structure of the file, the special |
12 | separating characters (`:' and `,'), nor names of users. Otherwise your |
12 | separating characters (`:' and `,'), nor names of users. Otherwise your |
13 | grades would become corrupt and useless. |
13 | grades would become corrupt and useless. |
14 | <p> |
14 | <p> |
15 | <b>Structure of the source file.</b> Each line must start with the character |
15 | <b>Structure of the source code file.</b> Each line must start with the character |
16 | `:', except for the second and the third lines. |
16 | `:', except for the second and the third lines. |
17 | <p> |
17 | <p> |
18 | The first line is the percentage of manually entered grade average in the |
18 | The first line is the percentage of manually entered grade average in the |
19 | computation of the total. |
19 | computation of the total. |
20 | <p> |
20 | <p> |