[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.118.208.127: ~ $
<?php
/**
 * Template for displaying introduction of quiz.
 *
 * This template can be overridden by copying it to yourtheme/learnpress/content-quiz/intro.php.
 *
 * @author   ThimPress
 * @package  Learnpress/Templates
 * @version  3.0.0
 */

/**
 * Prevent loading this file directly
 */
defined( 'ABSPATH' ) || exit();

$course = LP_Global::course();
$quiz   = LP_Global::course_item_quiz();

if ( ! $course || ! $quiz ) {
	return;
}
$count = $quiz->get_retake_count();
?>

<div class="quiz-clock">
    <div class="quiz-total">
        <i class="fa fa-bullhorn"></i>
        <div class="quiz-text"><?php echo '<span class="number">' . $quiz->count_questions() . '</span> '; ?><?php echo $quiz->count_questions() > 1 ? esc_html__( 'Questions', 'eduma' ) : esc_html__( 'Question', 'eduma' ); ?></div>
    </div>
	<?php if ( strpos( $quiz->get_duration_html(), ':' ) == true ) { ?>
        <div class="quiz-countdown quiz-timer">
            <i class="fa fa-clock-o"></i>
            <span class="quiz-text"><?php echo esc_html__( 'Time', 'eduma' ); ?></span>
            <div id="quiz-countdown" class="quiz-countdown" data-value="100">
                <div class="countdown"><span><?php echo $quiz->get_duration_html(); ?></span></div>
            </div>
            <span class="quiz-countdown-label quiz-text">

		</span>
        </div>
	<?php } ?>
</div>

Filemanager

Name Type Size Permission Actions
buttons Folder 0755
description.php File 506 B 0644
intro.php File 1.33 KB 0644
progress.php File 1.77 KB 0644
result.php File 2.67 KB 0644
title.php File 496 B 0644