main/work/work.lib.php 1 location
|
@@ 1419-1421 (lines=3) @@
|
1416 |
|
|
1417 |
|
$count = getTotalWorkComment($workList, $courseInfo); |
1418 |
|
|
1419 |
|
if (!is_null($count) && !empty($count)) { |
1420 |
|
$work['feedback'] = ' '.Display::label($count.' '.get_lang('Feedback'), 'info'); |
1421 |
|
} |
1422 |
|
|
1423 |
|
$lastWork = getLastWorkStudentFromParentByUser($userId, $work['id'], $courseInfo); |
1424 |
|
|
main/inc/lib/tracking.lib.php 1 location
|
@@ 315-320 (lines=6) @@
|
312 |
|
} |
313 |
|
|
314 |
|
$extend_link = ''; |
315 |
|
if (!empty($inter_num)) { |
316 |
|
$extend_link = Display::url( |
317 |
|
Display::return_icon('visible.gif', get_lang('HideAttemptView')), |
318 |
|
api_get_self() . '?action=stats&fold_id=' . $my_item_id . $url_suffix |
319 |
|
); |
320 |
|
} |
321 |
|
$title = $row['mytitle']; |
322 |
|
|
323 |
|
if (empty($title)) { |