diff --git a/classes/eval/LimeExpressionManager.php b/classes/eval/LimeExpressionManager.php index 0dfeaa567e3..4e81716f218 100644 --- a/classes/eval/LimeExpressionManager.php +++ b/classes/eval/LimeExpressionManager.php @@ -4435,7 +4435,7 @@ function _ValidateQuestion($questionSeq) $updatedValues[$sgqa] = NULL; } } - else if ($qInfo['hidden'] && $qInfo['type'] == '*') + else if ($qInfo['type'] == '*') { // Process relevant equations, even if hidden, and write the result to the database $result = FlattenText($LEM->ProcessString($qInfo['eqn'], $qInfo['qid'],NULL,false,1,1,false,false));