\__( 'Text (Single Line)', 'quiztech' ), 'textarea' => \__( 'Text Area (Multi-line)', 'quiztech' ), 'multiple-choice' => \__( 'Multiple Choice (Single Answer)', 'quiztech' ), 'checkbox' => \__( 'Checkboxes (Multiple Answers)', 'quiztech' ), 'numeric' => \__( 'Numeric', 'quiztech' ), ]; // TODO: Refactor this to use a plugin helper function or filter to avoid duplication. get_header(); ?>
>
', '' ); ?>

'question', 'post_status' => 'publish', // Or 'any' 'posts_per_page' => 20, // Add pagination later 'orderby' => 'title', 'order' => 'ASC', ); $questions_query = new WP_Query( $args ); ?> have_posts() ) : ?> have_posts() ) : $questions_query->the_post(); ?> name ) : __( 'N/A', 'quiztech' ); ?>