answers as $answer) {
if ($answer->question_id == $question->question_id) {
$answer_texts[] = htmlspecialchars($answer->answer_text, ENT_QUOTES, 'UTF-8');
}
}
?>
question_type == 'paragraph') : ?>
question_type == 'dropdown') : ?>
options)) : ?>
options as $optionIndex => $option) : ?>
question_type == 'multiple-choice') : ?>
option_text, ENT_QUOTES, 'UTF-8'), $answer_texts)) ? 'checked' : '' ?> disabled>
question_type == 'checkbox') : ?>
option_text, ENT_QUOTES, 'UTF-8'), $answer_texts)) ? 'checked' : '' ?> disabled>
No questions found for this form.