%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/itworks/wp-content/themes/eduma/learnpress-v1/single-course/section/
Upload File :
Create Path :
Current File : /var/www/html/itworks/wp-content/themes/eduma/learnpress-v1/single-course/section/item-quiz.php

<?php
/**
 * @author  ThimPress
 * @package LearnPress/Templates
 * @version 1.0
 */

if ( !defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}
global $course;
$viewable = learn_press_user_can_view_quiz( $item->ID, $course->id );
$tag      = $viewable ? 'a' : 'span';
$target   = apply_filters( 'learn_press_section_item_link_target', '_blank', $item );
?>

<li <?php learn_press_course_quiz_class( $item->ID ); ?> data-type="<?php echo $item->post_type;?>">

	<?php do_action( 'learn_press_before_section_item_title', $item, $section, $course ); ?>
	<span class="index"><?php echo esc_html__( 'Quiz', 'eduma' ) . ' ' . $index; ?></span>

	<<?php echo $tag; ?> class="quiz-title" target="<?php echo $target; ?>" <?php echo $viewable ? 'href="' . get_the_permalink( $item->ID ) . '"' : ''; ?> data-id="<?php echo $item->ID; ?>">

		<?php echo apply_filters( 'learn_press_section_item_title', get_the_title( $item->ID ), $item ); ?>

	</<?php echo $tag; ?>>

	<?php
	if ( !$viewable ) {
		echo '<span class="locked">' . esc_html__( 'Locked', 'eduma' ) . '</span>';
	}
	?>

	<span class="meta"><?php echo thim_quiz_questions( $item->ID ) . ' ' . esc_html__( 'questions', 'eduma' ); ?></span>

<?php do_action( 'learn_press_after_section_item_title', $item, $section, $course ); ?>

</li>

Zerion Mini Shell 1.0