path . 'views/elements/navbar.php';
$filters_template = tutor()->path . 'views/elements/filters.php';
tutor_load_template_from_custom_path( $navbar_template, $navbar_data );
tutor_load_template_from_custom_path( $filters_template, $filters );
?>
path . '/views/quiz/attempt-table.php',
array(
'attempt_list' => $quiz_attempts_list,
'context' => 'backend-dashboard-students-attempts',
)
);
?>