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 * @since 1.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; } use TUTOR\Input; use Tutor\Models\QuizModel; $attempt_id = Input::get( 'view_quiz_attempt_id', 0, Input::TYPE_INT ); $attempt = tutor_utils()->get_attempt( $attempt_id ); $attempt_data = $attempt; $user_id = tutor_utils()->avalue_dot( 'user_id', $attempt_data ); $quiz_id = $attempt && isset( $attempt->quiz_id ) ? $attempt->quiz_id : 0; if ( ! $attempt ) { tutor_utils()->tutor_empty_state( __( 'Attemp not found', 'tutor' ) ); return; } if ( 0 === $quiz_id ) { tutor_utils()->tutor_empty_state( __( 'Attemp not found', 'tutor' ) ); return; } $quiz_attempt_info = tutor_utils()->quiz_attempt_info( $attempt->attempt_info ); $answers = QuizModel::get_quiz_answers_by_attempt_id( $attempt->attempt_id ); $user_id = tutor_utils()->avalue_dot( 'user_id', $attempt ); $user = get_userdata( $user_id ); ?>
path . '/views/quiz/attempt-details.php', array( 'attempt_id' => $attempt_id, 'attempt_data' => $attempt_data, 'user_id' => $user_id, 'context' => 'backend-dashboard-students-attempts', ) ); ?>
path . 'views/quiz/instructor-feedback.php', array( 'attempt_data' => $attempt_data ) ); ?>