Add new process for generating grading XML
This commit is contained in:
parent
3f337f9eb9
commit
ea7d623eae
4 changed files with 79 additions and 6 deletions
|
@ -54,7 +54,7 @@ do {
|
|||
|
||||
close $xml unless $xml eq *STDIN;
|
||||
|
||||
$grade->create_from_trace($id_name, $name, $trace);
|
||||
$grade->create_from_ids($id_name, $name, $trace);
|
||||
|
||||
} while ($#ARGV >= 0);
|
||||
|
||||
|
|
Reference in a new issue