mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
added code to write back timestamp
This commit is contained in:
parent
2df712352d
commit
1b07462560
7 changed files with 206 additions and 12 deletions
|
@ -54,7 +54,7 @@ class grade_export_xml extends grade_export {
|
|||
// state can be new, or regrade
|
||||
// require comparing of timestamps in db
|
||||
|
||||
$params->idnumber = $idnumber;
|
||||
$params->idnumber = $this->idnumber;
|
||||
// get the grade item
|
||||
$gradeitem = new grade_item($params);
|
||||
|
||||
|
@ -91,6 +91,8 @@ class grade_export_xml extends grade_export {
|
|||
echo '<feedback>'.$this->comments[$studentid][$index].'</feedback>';
|
||||
}
|
||||
echo '</result>';
|
||||
|
||||
// if flag is set, timestamp this
|
||||
}
|
||||
}
|
||||
echo '</results>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue