diff --git a/main/mySpace/myStudents.php b/main/mySpace/myStudents.php index cbc617eea8..675c7f1803 100755 --- a/main/mySpace/myStudents.php +++ b/main/mySpace/myStudents.php @@ -1308,7 +1308,7 @@ if (!empty($student_id)) { } require_once '../work/work.lib.php'; - $userworks = getWorkPerUser($student_id, $courseInfo['real_id'], $sessionId); + $userWorks = getWorkPerUser($student_id, $courseInfo['real_id'], $sessionId); echo '
' . $work->title . ' | '; + $documentNumber = $key + 1; + echo '(' . $documentNumber . ') | '; + $qualification = !empty($results['qualification']) ? $results['qualification'] : '-'; + echo '' . $qualification. ' | '; + echo '' . $results['formatted_date']. ' | '; + $assignment = get_work_assignment_by_id($work->id, $courseInfo['real_id']); + + echo ''; + if (!empty($assignment['expires_on'])) { + echo api_convert_and_format_date($assignment['expires_on']); + } + echo ' | '; - foreach ($userworks as $work) { - $work = $work['work']; - foreach ($work->user_results as $key => $results) { - echo '||
' . $work->title . ' | '; - $documentNumber = $key + 1; - echo '(' . $documentNumber . ') | '; - $qualification = !empty($results['qualification']) ? $results['qualification'] : '-'; - echo '' . $qualification. ' | '; - echo '' . $results['formatted_date']. ' | '; - $assignment = get_work_assignment_by_id($work->id, $courseInfo['real_id']); - - echo ''; - if (!empty($assignment['expires_on'])) { - echo api_convert_and_format_date($assignment['expires_on']); - } - echo ' | '; - - $fieldValue = new ExtraFieldValue('work'); - $resultExtra = $fieldValue->getAllValuesForAnItem( - $work->id, - true - ); + $fieldValue = new ExtraFieldValue('work'); + $resultExtra = $fieldValue->getAllValuesForAnItem( + $work->iid, + true + ); - foreach ($resultExtra as $field) { - $field = $field['value']; - if (api_get_configuration_value('considered_working_time') == $field->getField()->getVariable()) { - echo '' . $field->getValue() . ' | '; - } + foreach ($resultExtra as $field) { + $field = $field['value']; + if ($workingTime == $field->getField()->getVariable()) { + echo '' . $field->getValue() . ' | '; } - - echo '