Skip to content

Commit

Permalink
Fixed issue #13163: Can't add answer option to Single Choice Question
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jan 12, 2018
1 parent 0b8885c commit b503d02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/controllers/admin/questions.php
Expand Up @@ -491,6 +491,7 @@ public function _editansweroptions($surveyid, $gid, $qid)
$oAnswer->language = $baselang;
$oAnswer->sortorder = 0;
$oAnswer->scale_id = $i;
$oAnswer->assessment_value = 0;
$oAnswer->save();
}
}
Expand Down

0 comments on commit b503d02

Please sign in to comment.