Only show attempts if exercise is visible see BT#8787

1.9.x
Julio Montoya 12 years ago
parent 572c822ea9
commit fa02a1f08e
  1. 2
      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) {

Loading…
Cancel
Save