%PDF- %PDF-
Direktori : /var/www/html/ceaa/wp-content/themes/eduma/learnpress-v3/content-quiz/buttons/ |
Current File : /var/www/html/ceaa/wp-content/themes/eduma/learnpress-v3/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="quiz-buttons" method="post" enctype="multipart/form-data"> <?php do_action( 'learn-press/begin-quiz-start-button' ); ?> <button type="submit" class="button-start-quiz"><?php _e( 'Start', 'eduma' ); ?></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' ); ?>