diff --git a/main/exercice/overview.php b/main/exercice/overview.php index b35fe7c174..66eebad649 100755 --- a/main/exercice/overview.php +++ b/main/exercice/overview.php @@ -157,7 +157,7 @@ if ($current_browser == 'Internet Explorer') { $btn_class = ''; } -if (!empty($attempts)) { +if (!empty($attempts) && $visible_return['value'] == true) { $i = $counter; foreach ($attempts as $attempt_result) {