Skip to content

Commit

Permalink
Fixed issue #7956: No randomisation in Matrix questions with only two…
Browse files Browse the repository at this point in the history
… answer options
  • Loading branch information
c-schmitz committed Oct 7, 2013
1 parent c92bd22 commit 6eb4479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/helpers/common_helper.php
Expand Up @@ -3796,8 +3796,8 @@ function questionAttributes($returnByName=false)
//,2=>$clang->gT('Randomize once on survey start') //Mdekker: commented out as code to handle this was removed in refactoring
),
'default'=>0,
"help"=>$clang->gT('Present answers in random order'),
"caption"=>$clang->gT('Random answer order'));
"help"=>$clang->gT('Present subquestions/answer options in random order'),
"caption"=>$clang->gT('Random order'));

/*
$qattributes['relevance']=array(
Expand Down

0 comments on commit 6eb4479

Please sign in to comment.