chamilo/chamilo-lms

View on GitHub
public/main/gradebook/gradebook_add_eval.php

Summary

Maintainability
A
0 mins
Test Coverage

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

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

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

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

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

        $val_addresult = isset($values['addresult']) ? $values['addresult'] : null;

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

    'action_details' => 'selectcat='.$select_cat,

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

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

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

$this_section = SECTION_COURSES;

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

$is_allowedToEdit = api_is_course_admin();

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

if (!empty($select_cat)) {

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

        if (1 == $val_addresult) {

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

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

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

$current_course_tool = TOOL_GRADEBOOK;

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