public/main/exercise/result.php
Variable "show_headers" is not in valid camel caps format Open
Open
api_not_allowed($show_headers);
- Exclude checks
Variable "current_user_id" is not in valid camel caps format Open
Open
if ($student_id != $current_user_id) {
- Exclude checks
Variable "current_course_tool" is not in valid camel caps format Open
Open
$current_course_tool = TOOL_QUIZ;
- Exclude checks
Variable "exercise_id" is not in valid camel caps format Open
Open
$exercise_id = $track_exercise_info['exe_exo_id'];
- Exclude checks
Variable "student_id" is not in valid camel caps format Open
Open
if ($student_id === $current_user_id && ExerciseSignaturePlugin::exerciseHasSignatureActivated($objExercise)) {
- Exclude checks
Variable "exercise_id" is not in valid camel caps format Open
Open
if (!empty($exercise_id)) {
- Exclude checks
Variable "track_exercise_info" is not in valid camel caps format Open
Open
$lpId = (int) $track_exercise_info['orig_lp_id'];
- Exclude checks
Variable "is_courseTutor" is not in valid camel caps format Open
Open
$is_allowedToEdit = api_is_allowed_to_edit(null, true) || $is_courseTutor;
- Exclude checks
Variable "student_id" is not in valid camel caps format Open
Open
$student_id = (int) $track_exercise_info['exe_user_id'];
- Exclude checks
Variable "show_headers" is not in valid camel caps format Open
Open
api_not_allowed($show_headers);
- Exclude checks
Variable "track_exercise_info" is not in valid camel caps format Open
Open
$signature = ExerciseSignaturePlugin::getSignature($current_user_id, $track_exercise_info);
- Exclude checks
Variable "track_exercise_info" is not in valid camel caps format Open
Open
$track_exercise_info = ExerciseLib::get_exercise_track_exercise_info($id);
- Exclude checks
Variable "is_courseTutor" is not in valid camel caps format Open
Open
$is_courseTutor = api_is_course_tutor();
- Exclude checks
Variable "is_allowedToEdit" is not in valid camel caps format Open
Open
$is_allowedToEdit = api_is_allowed_to_edit(null, true) || $is_courseTutor;
- Exclude checks
Variable "track_exercise_info" is not in valid camel caps format Open
Open
$exercise_id = $track_exercise_info['exe_exo_id'];
- Exclude checks
Variable "is_allowedToEdit" is not in valid camel caps format Open
Open
if (!$is_allowedToEdit) {
- Exclude checks
Variable "show_headers" is not in valid camel caps format Open
Open
api_not_allowed($show_headers);
- Exclude checks
Variable "show_headers" is not in valid camel caps format Open
Open
if ($show_headers) {
- Exclude checks
Variable "track_exercise_info" is not in valid camel caps format Open
Open
$track_exercise_info,
- Exclude checks
Variable "track_exercise_info" is not in valid camel caps format Open
Open
$lpItemId = (int) $track_exercise_info['orig_lp_item_id'];
- Exclude checks
Variable "show_headers" is not in valid camel caps format Open
Open
api_protect_course_script($show_headers, false, '', $cid);
- Exclude checks
Variable "student_id" is not in valid camel caps format Open
Open
if ($student_id != $current_user_id) {
- Exclude checks
Variable "exercise_id" is not in valid camel caps format Open
Open
$objExercise->read($exercise_id);
- Exclude checks
Variable "current_user_id" is not in valid camel caps format Open
Open
if ($student_id === $current_user_id && ExerciseSignaturePlugin::exerciseHasSignatureActivated($objExercise)) {
- Exclude checks
Variable "student_id" is not in valid camel caps format Open
Open
$studentInfo = api_get_user_info($student_id);
- Exclude checks
Variable "show_headers" is not in valid camel caps format Open
Open
$template = new Template('', $show_headers, $show_headers);
- Exclude checks
Variable "exercise_id" is not in valid camel caps format Open
Open
api_get_path(WEB_CODE_PATH).'exercise/overview.php?exerciseId='.$exercise_id.'&'.api_get_cidreq().
- Exclude checks
Variable "show_headers" is not in valid camel caps format Open
Open
$show_headers = isset($_REQUEST['show_headers']) ? (int) $_REQUEST['show_headers'] : null;
- Exclude checks
Variable "show_headers" is not in valid camel caps format Open
Open
$show_headers = false;
- Exclude checks
Variable "track_exercise_info" is not in valid camel caps format Open
Open
if (empty($track_exercise_info)) {
- Exclude checks
Variable "track_exercise_info" is not in valid camel caps format Open
Open
$student_id = (int) $track_exercise_info['exe_user_id'];
- Exclude checks
Variable "current_user_id" is not in valid camel caps format Open
Open
$current_user_id = api_get_user_id();
- Exclude checks
Variable "show_headers" is not in valid camel caps format Open
Open
$template = new Template('', $show_headers, $show_headers);
- Exclude checks
Variable "show_headers" is not in valid camel caps format Open
Open
api_not_allowed($show_headers);
- Exclude checks
Variable "current_user_id" is not in valid camel caps format Open
Open
$signature = ExerciseSignaturePlugin::getSignature($current_user_id, $track_exercise_info);
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- Exclude checks
Variable "track_exercise_info" is not in valid camel caps format Open
Open
$lpViewId = (int) $track_exercise_info['orig_lp_item_view_id'];
- Exclude checks
Opening parenthesis of a multi-line function call must be the last content on the line Open
Open
$pdf->content_to_pdf("
- Exclude checks