Rev 9909 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
9912 | obado | 1 | # GetScores (GetClassScores) |
2 | # Get all scores (defined in $option) of class $qclass |
||
3261 | obado | 3 | |
9912 | obado | 4 | # The only difference between this job and getcsv, is that this one returns a usual |
5 | # response, not a directly donwloadable file. |
||
3261 | obado | 6 | |
9912 | obado | 7 | #by now, only "xls" format is supported, if you want a correct JSON export. |
8 | format = xls |
||
9 | !changeto jobs/getcsv.proc |