Skip to content

Commit

Permalink
Fixed issue #06305: Assessment values are not shown in logic file; no…
Browse files Browse the repository at this point in the history
…r in question, and group previews
  • Loading branch information
TMSWhite committed Jul 6, 2012
1 parent f4ced75 commit 86e43ab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions classes/expressions/LimeExpressionManager.php
Expand Up @@ -3923,6 +3923,13 @@ static function StartProcessingPage($allOnOnePage=false,$rooturl=NULL, $initiali
}
$LEM->qid2exclusiveAuto=array();

// TODO - should really pass this in as a variable
global $surveyinfo;
if (isset($surveyinfo['assessments']) && $surveyinfo['assessments']=='Y')
{
$LEM->surveyOptions['assessments']=true;
}

// $LEM->runtimeTimings[] = array(__METHOD__,(microtime(true) - $now));

$LEM->initialized=true;
Expand Down

0 comments on commit 86e43ab

Please sign in to comment.