Skip to content

Commit

Permalink
Fixed issue Array-filter algorithms for Ranking questions do not appe…
Browse files Browse the repository at this point in the history
…ar in Show Logic File
  • Loading branch information
TMSWhite committed Jun 19, 2012
1 parent 165b5e7 commit f8e80f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions classes/expressions/LimeExpressionManager.php
Expand Up @@ -8119,6 +8119,10 @@ static public function ShowSurveyLogicFile($sid, $gid=NULL, $qid=NULL,$LEMdebugL

$subQeqn = '';
$rowdivid = $sgqas[0] . $ansInfo[1];
if ($q['info']['type'] == 'R')
{
$rowdivid = $LEM->sid . 'X' . $gid . 'X' . $qid . $ansInfo[1];
}
if (isset($LEM->subQrelInfo[$qid][$rowdivid]))
{
$sq = $LEM->subQrelInfo[$qid][$rowdivid];
Expand Down

0 comments on commit f8e80f8

Please sign in to comment.