Surveys - fix save question score BT#18937

pull/3928/head
Julio Montoya 4 years ago
parent 804e277513
commit 376a38f5e9
  1. 1
      main/survey/survey.lib.php

@ -1298,6 +1298,7 @@ class SurveyManager
'survey_question' => $form_content['question'], 'survey_question' => $form_content['question'],
'survey_question_comment' => $questionComment, 'survey_question_comment' => $questionComment,
'display' => $form_content['horizontalvertical'] ?? '', 'display' => $form_content['horizontalvertical'] ?? '',
'max_value' => $maxScore,
]; ];
if (api_get_configuration_value('allow_required_survey_questions')) { if (api_get_configuration_value('allow_required_survey_questions')) {

Loading…
Cancel
Save