chamilo/chamilo-lms

View on GitHub
public/plugin/ims_lti/gradebook/add_eval.php

Summary

Maintainability
A
0 mins
Test Coverage

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

$current_course_tool = TOOL_GRADEBOOK;

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

$is_allowedToEdit = $is_courseAdmin;

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

$evaladd->set_user_id($_user['user_id']);

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

$select_cat = isset($_GET['selectcat']) ? (int) $_GET['selectcat'] : 0;

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

if (!empty($select_cat)) {

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

    api_get_self().'?selectcat='.$select_cat.'&'.api_get_cidreq()

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

    $parent_cat = Category::load($values['hid_category_id']);

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

$is_allowedToEdit = $is_courseAdmin;

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

    'url' => Category::getUrl().'selectcat='.$select_cat,

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

$this_section = SECTION_COURSES;

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

    $global_weight = $cat[0]->get_weight();

There are no issues that match your filters.

Category
Status