attempt_ended_at ) ) ); ?>
quiz_id ) );
} else {
// For frontend.
echo esc_html( get_the_title( $attempt->quiz_id ) );
?>
course_id ) ); ?>
user_id );
$user_name = $attempt_user ? $attempt_user->display_name : '';
?>
display_name ) ? $attempt->display_name : $user_name ); ?>
course_id ) ); ?>
total_marks ) ? round( $attempt->total_marks ) : '0' ); ?>
earned_marks ) ? round( $attempt->earned_marks ) . ' (' . $earned_percentage . '%)' : '0 (0%)' ); ?>
' . esc_html__( 'Pending', 'tutor' ) . '';
} else {
echo $earned_percentage >= $passing_grade ?
'