Subversion Repositories wimsdev

Rev

Rev 3908 | Rev 5926 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 reyssat 1
 
2
Here is the comma-separated source of manually entered grades, which you
3
can directly modify (see explanations below).
4
<p>
5
!form reply
6
!mexec catraw.sh
5734 bpr 7
<p><input type="submit" name="reg" value="$wims_name_tosave"/>
23 reyssat 8
</form> <p>
9
<b>Warning.</b>The server does not check the file you submit!
10
<p>
11
Please do not modify the line structure of the file, the special
12
separating characters (`:' and `,'), nor names of users. Otherwise your
13
grades would become corrupt and useless.
14
<p>
15
<b>Structure of the source file.</b> Each line must start with the character
16
`:', except for the second and the third lines.
17
<p>
18
The first line is the percentage of manually entered grade average in the
19
computation of the total.
20
<p>
21
The second line is the list of titles of the grade columns.
22
<p>
23
The third line is the list of weights of each column.
24
<p>
25
The other lines are comma-separated fields: field 1 is the login name, field 2
26
the real name of the user, and the rest are column by column grades.
27
 
28
<p>
29