Skip to content

Commit

Permalink
Fixed issue #06768: Relevance equation works at question level but no…
Browse files Browse the repository at this point in the history
…t at the group level

Dev also fixed Show Logic File so that shows assessment values when applicable
  • Loading branch information
TMSWhite committed Nov 2, 2012
1 parent d38e632 commit 5a83cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/expressions/em_manager_helper.php
Expand Up @@ -7978,7 +7978,7 @@ static public function ShowSurveyLogicFile($sid, $gid=NULL, $qid=NULL,$LEMdebugL
$warnings = 0;

$surveyOptions = array(
'assessments'=>$assessments,
'assessments'=>($aSurveyInfo['assessments']=='Y'),
'hyperlinkSyntaxHighlighting'=>true,
);

Expand Down

0 comments on commit 5a83cf5

Please sign in to comment.