Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 107

Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 234

Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 235

Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 236

Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 237

Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 238

Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 239
* @link https://themeum.com * @version 1.4.3 */ use Tutor\Models\CourseModel; global $post; global $next_id; $course_content_id = get_the_ID(); $course_id = tutor_utils()->get_course_id_by_subcontent( $course_content_id ); $content_id = tutor_utils()->get_post_id( $course_content_id ); $contents = tutor_utils()->get_course_prev_next_contents_by_id( $content_id ); $previous_id = $contents->previous_id; $next_id = $contents->next_id; $currentPost = $post; //phpcs:ignore $quiz_id = get_the_ID(); $is_started_quiz = tutor_utils()->is_started_quiz(); $course = CourseModel::get_course_by_quiz( get_the_ID() ); $previous_attempts = tutor_utils()->quiz_attempts(); $attempted_count = is_array( $previous_attempts ) ? count( $previous_attempts ) : 0; $feedback_mode = tutor_utils()->get_quiz_option( $quiz_id, 'feedback_mode', 0 ); $attempts_allowed = 'retry' != $feedback_mode ? 1 : tutor_utils()->get_quiz_option( get_the_ID(), 'attempts_allowed', 0 ); $passing_grade = tutor_utils()->get_quiz_option( get_the_ID(), 'passing_grade', 0 ); $attempt_remaining = (int) $attempts_allowed - (int) $attempted_count; do_action( 'tutor_quiz/single/before/top' ); ?>
total_questions_for_student_by_quiz( get_the_ID() ); if ( $total_questions ) : ?>
:
get_quiz_option( get_the_ID(), 'time_limit.time_value' ); if ( $time_limit ) : $time_type = tutor_utils()->get_quiz_option( get_the_ID(), 'time_limit.time_type' ); $available_time_type = array( 'seconds' => $time_limit > 1 ? __( 'Seconds', 'tutor' ) : __( 'Second', 'tutor' ), 'minutes' => $time_limit > 1 ? __( 'Minutes', 'tutor' ) : __( 'Minute', 'tutor' ), 'hours' => $time_limit > 1 ? __( 'Hours', 'tutor' ) : __( 'Hour', 'tutor' ), 'days' => $time_limit > 1 ? __( 'Days', 'tutor' ) : __( 'Day', 'tutor' ), 'weeks' => $time_limit > 1 ? __( 'Weeks', 'tutor' ) : __( 'Week', 'tutor' ), ); ?>
:
:
()
0 || 0 == $attempts_allowed ) : do_action( 'tutor_quiz/start_form/before', $quiz_id ); $skip_url = get_the_permalink( $next_id ? $next_id : $course_id ); ?>
nonce_action, tutor()->nonce ); ?>
'tutor-quiz-skip-to-next', 'title' => __( 'Do You Want to Skip This Quiz?', 'tutor' ), 'content' => __( 'Are you sure you want to skip this quiz? Please confirm your choice.', 'tutor' ), 'yes' => array( 'text' => __( 'Yes, Skip This', 'tutor' ), 'attr' => array( 'onclick="window.location=\'' . $skip_url . '\';"' ), ), ) ); ?>