chamilo/chamilo-lms

View on GitHub
public/main/exercise/exercise_history.php

Summary

Maintainability
A
0 mins
Test Coverage

Variable "my_message_history" is not in valid camel caps format
Open

        $my_message_history = Security::remove_XSS($_GET['message']);

Variable "is_allowedToEdit" is not in valid camel caps format
Open

$is_allowedToEdit = api_is_allowed_to_edit(null, true);

Variable "my_message_history" is not in valid camel caps format
Open

        echo Display::return_message(get_lang($my_message_history), 'confirm');

Variable "TBL_EXERCISES_QUESTION" is not in valid camel caps format
Open

        $TBL_EXERCISES_QUESTION quiz_question

Variable "TBL_USER" is not in valid camel caps format
Open

$TBL_USER = Database::get_main_table(TABLE_MAIN_USER);

Variable "TBL_EXERCISES" is not in valid camel caps format
Open

$TBL_EXERCISES = Database::get_course_table(TABLE_QUIZ_TEST);

Variable "TBL_EXERCISES_QUESTION" is not in valid camel caps format
Open

$TBL_EXERCISES_QUESTION = Database::get_course_table(TABLE_QUIZ_QUESTION);

Variable "is_allowedToEdit" is not in valid camel caps format
Open

if (!$is_allowedToEdit) {

Variable "TBL_USER" is not in valid camel caps format
Open

        FROM $tblTrackAttemptQualify t, $TBL_USER,

Variable "is_tutor" is not in valid camel caps format
Open

$is_tutor = api_is_allowed_to_edit(true);

Variable "this_section" is not in valid camel caps format
Open

$this_section = SECTION_COURSES;

There are no issues that match your filters.

Category
Status