This commit is contained in:
@ -228,6 +228,12 @@ if ($method === 'POST') {
|
||||
continue;
|
||||
}
|
||||
|
||||
$qType = $shortIdToType[$shortId] ?? '';
|
||||
if (qdb_is_non_stored_answer_question_type($qType)) {
|
||||
$answerDelete->execute([':cc' => $clientCode, ':qid' => $fullQID]);
|
||||
continue;
|
||||
}
|
||||
|
||||
$answerOptionID = null;
|
||||
$freeTextValue = isset($a['freeTextValue']) ? (string)$a['freeTextValue'] : null;
|
||||
$numericValue = isset($a['numericValue']) ? (float)$a['numericValue'] : null;
|
||||
|
||||
Reference in New Issue
Block a user