diff --git a/main/survey/survey.php b/main/survey/survey.php index b46d210bb5..dc0354d494 100755 --- a/main/survey/survey.php +++ b/main/survey/survey.php @@ -308,7 +308,19 @@ while ($row = Database::fetch_array($result, 'ASSOC')) { } } - echo ''; + // Highlight the question that was just updated and scrool to it + if ($row['question_id']==$my_question_id_survey) { + echo ''; + echo ''; + echo ''; + } else { + echo ''; + } echo ' '.$question_counter.''; echo ' ';