main/inc/lib/tracking.lib.php 1 location
|
@@ 325-330 (lines=6) @@
|
322 |
|
} |
323 |
|
|
324 |
|
$extend_link = ''; |
325 |
|
if (!empty($inter_num)) { |
326 |
|
$extend_link = Display::url( |
327 |
|
Display::return_icon('visible.gif', get_lang('HideAttemptView')), |
328 |
|
api_get_self() . '?action=stats&fold_id=' . $my_item_id . $url_suffix |
329 |
|
); |
330 |
|
} |
331 |
|
$title = $row['mytitle']; |
332 |
|
|
333 |
|
if (empty($title)) { |
main/work/work.lib.php 1 location
|
@@ 1494-1496 (lines=3) @@
|
1491 |
|
|
1492 |
|
$count = getTotalWorkComment($workList, $courseInfo); |
1493 |
|
|
1494 |
|
if (!is_null($count) && !empty($count)) { |
1495 |
|
$work['feedback'] = ' '.Display::label($count.' '.get_lang('Feedback'), 'info'); |
1496 |
|
} |
1497 |
|
|
1498 |
|
$lastWork = getLastWorkStudentFromParentByUser($userId, $work['id'], $courseInfo); |
1499 |
|
|