Navigation Menu

Skip to content

Commit

Permalink
DEV: fix typo in Question TypeList 2
Browse files Browse the repository at this point in the history
missed one
  • Loading branch information
TonisOrmisson committed Jan 12, 2018
1 parent a6fb8cd commit 2ef1d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/Question.php
Expand Up @@ -465,7 +465,7 @@ public static function typeList()
'subquestions' => 1,
'hasdefaultvalues' => 0,
'assessable' => 1,
'answerscales' => 0),
'answerscales' => 0,
'class' => 'array-5-pt'
),
Question::QT_B_ARRAY_10_CHOICE_QUESTIONS => array(
Expand Down

0 comments on commit 2ef1d6b

Please sign in to comment.