chamilo/chamilo-lms

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

Summary

Maintainability
A
0 mins
Test Coverage

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

$add_result_form = new EvalForm(

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

$current_course_tool = TOOL_GRADEBOOK;

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

$table = $add_result_form->toHtml();

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

if ($add_result_form->validate()) {

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

    $nr_users = $values['nr_users'];

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

    $values = $add_result_form->exportValues();

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

    if ('0' == $nr_users) {

There are no issues that match your filters.

Category
Status