If review answer is on for question, then do not remember the option when entering the question see BT#6520

skala
Julio Montoya 12 years ago
parent 01ee2fcfa1
commit 335f1417cc
  1. 4
      main/exercice/exercise.class.php

@ -6190,8 +6190,8 @@ class Exercise
$attributes = array('id' =>'remind_list['.$questionId.']');
if (is_array($remindList) && in_array($questionId, $remindList)) {
$attributes['checked'] = 1;
$remind_highlight = ' remind_highlight ';
//$attributes['checked'] = 1;
//$remind_highlight = ' remind_highlight ';
}
// Showing the question

Loading…
Cancel
Save