get_question_types();
$current_type = $question->question_type ? $question->question_type : 'true_false';
?>
has_pro;
foreach ( $question_types as $_type => $question_type ) {
?>
question_type === $_type ? ' data-selected="selected"' : ''; ?>
data-is-pro="">
clean_html_content( $question_type['icon'], $allowed_icon_html_tags ) . ' ' . esc_html( $question_type['name'] );
?>
';
printf( "%s", __( 'Pro version required', 'tutor' ), $svg_lock );
}
?>