%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/itworks/wp-content/themes/eduma/learnpress-v2/content-quiz/
Upload File :
Create Path :
Current File : /var/www/html/itworks/wp-content/themes/eduma/learnpress-v2/content-quiz/description.php

<?php
/**
 * Displaying the description of single quiz
 *
 * @author  ThimPress
 * @package LearnPress/Templates
 * @version 1.0
 */

if ( !defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}

$quiz_id = LP()->global['course-item'];
$quiz    = learn_press_get_quiz( $quiz_id );
if ( !$quiz->id ) {
	return;
}
?>

<?php if ( false !== ( $item_quiz_content = apply_filters( 'learn_press_item_quiz_content', $quiz->get_content() ) ) ): ?>
	<div class="quiz-description">
		<div class="quiz-content">
			<?php echo $item_quiz_content; ?>
		</div>
	</div>
<?php endif; ?>

Zerion Mini Shell 1.0