diff --git a/public/templates/assessment-shell.php b/public/templates/assessment-shell.php index c6108ea..5dcfce3 100644 --- a/public/templates/assessment-shell.php +++ b/public/templates/assessment-shell.php @@ -156,7 +156,7 @@ $show_pre_screening = ! empty( $pre_screening_questions ) && is_array( $pre_scre } $question_title = get_the_title( $question_post ); $question_content = apply_filters('the_content', $question_post->post_content); // Get question content - $question_type = get_post_meta( $question_id, 'question_type', true ); + $question_type = get_post_meta( $question_id, '_quiztech_question_type', true ); // CORRECTED META KEY $is_first_question = ( $index === 0 ); // Check if it's the first question ?>