Subversion Repositories wimsdev

Rev

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

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