Current File : /home/getxxhzo/xpertbee.com/wp-content/plugins/tutor/templates/single/quiz/no_course_belongs.php
<?php
/**
 * No course found template
 *
 * @package Tutor\Templates
 * @subpackage Single\Quiz
 * @author Themeum <support@themeum.com>
 * @link https://themeum.com
 * @since 1.4.3
 */

?>

<div class="tutor-alert-warning">
	<h2><?php esc_html_e( 'No course found for this quiz', 'tutor' ); ?></h2>
	<p><?php esc_html_e( 'It seems there is no course belongs with this quiz, you can not attempt on this quiz without a course belongs, please notify to your instructor to fix this issue.', 'tutor' ); ?></p>
</div>