public/main/exercise/exercise.php
Variable "TBL_EXERCISE_QUESTION" is not in valid camel caps format Open
Open
$TBL_EXERCISE_QUESTION = Database::get_course_table(TABLE_QUIZ_TEST_QUESTION);
- Exclude checks
Variable "learnpath_item_id" is not in valid camel caps format Open
Open
$learnpath_item_id = isset($_REQUEST['learnpath_item_id']) ? (int) $_REQUEST['learnpath_item_id'] : null;
- Exclude checks
Variable "exercise_action_locked" is not in valid camel caps format Open
Open
$exercise_action_locked = api_resource_is_locked_by_gradebook($exeItem['id'], LINK_EXERCISE);
- Exclude checks
Variable "is_allowedToEdit" is not in valid camel caps format Open
Open
if ($is_allowedToEdit) {
- Exclude checks
Variable "is_tutor_course" is not in valid camel caps format Open
Open
$is_tutor_course = api_is_course_tutor();
- Exclude checks
Variable "exercise_action_locked" is not in valid camel caps format Open
Open
$exercise_action_locked = api_resource_is_locked_by_gradebook($exerciseId, LINK_EXERCISE);
- Exclude checks
Variable "is_allowedToEdit" is not in valid camel caps format Open
Open
$is_allowedToEdit = api_is_allowed_to_edit(null, true);
- Exclude checks
Variable "TBL_EXERCISES" is not in valid camel caps format Open
Open
$TBL_EXERCISES = Database::get_course_table(TABLE_QUIZ_TEST);
- Exclude checks
Variable "quantity_results_deleted" is not in valid camel caps format Open
Open
$quantity_results_deleted += $objExerciseTmp->cleanResults(true);
- Exclude checks
Variable "exercise_action_locked" is not in valid camel caps format Open
Open
if (false == $exercise_action_locked) {
- Exclude checks
Variable "quantity_results_deleted" is not in valid camel caps format Open
Open
$quantity_results_deleted = 0;
- Exclude checks
Variable "is_tutor" is not in valid camel caps format Open
Open
$is_tutor = api_is_allowed_to_edit(true);
- Exclude checks
Variable "is_allowedToEdit" is not in valid camel caps format Open
Open
if ($is_allowedToEdit && !empty($action)) {
- Exclude checks
Variable "quantity_results_deleted" is not in valid camel caps format Open
Open
$quantity_results_deleted
- Exclude checks
Variable "is_allowedToEdit" is not in valid camel caps format Open
Open
if ($is_allowedToEdit) {
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- Exclude checks
Variable "TBL_DOCUMENT" is not in valid camel caps format Open
Open
$TBL_DOCUMENT = Database::get_course_table(TABLE_DOCUMENT);
- Exclude checks
Variable "quantity_results_deleted" is not in valid camel caps format Open
Open
$quantity_results_deleted
- Exclude checks
Variable "quantity_results_deleted" is not in valid camel caps format Open
Open
$quantity_results_deleted = $objExerciseTmp->cleanResults(true);
- Exclude checks
Variable "current_course_tool" is not in valid camel caps format Open
Open
$current_course_tool = TOOL_QUIZ;
- Exclude checks
Variable "learnpath_id" is not in valid camel caps format Open
Open
$learnpath_id = isset($_REQUEST['learnpath_id']) ? (int) $_REQUEST['learnpath_id'] : null;
- Exclude checks
Variable "exercise_action_locked" is not in valid camel caps format Open
Open
if (false == $exercise_action_locked) {
- Exclude checks
Variable "is_allowedToEdit" is not in valid camel caps format Open
Open
if ($is_allowedToEdit && 'learnpath' !== $origin) {
- Exclude checks
Variable "TBL_TRACK_EXERCISES" is not in valid camel caps format Open
Open
$TBL_TRACK_EXERCISES = Database::get_main_table(TABLE_STATISTIC_TRACK_E_EXERCISES);
- Exclude checks