chamilo/chamilo-lms

View on GitHub
public/main/survey/reporting.php

Summary

Maintainability
A
0 mins
Test Coverage

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

$people_filled_full_data = false;

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

Display::display_header($tool_name, 'Survey');

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

$people_filled = SurveyManager::get_people_who_filled_survey($surveyId, $people_filled_full_data);

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

            $tool_name = get_lang('Detailed report by user');

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

            $tool_name = $singlePage ? get_lang('Questions\' overall report') : get_lang('Detailed report by question');

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

SurveyUtil::handleReportingActions($survey, $people_filled);

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

    $tool_name = get_lang('Reporting');

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

            $tool_name = get_lang('Complete report');

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

$people_filled = SurveyManager::get_people_who_filled_survey($surveyId, $people_filled_full_data);

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

    $people_filled_full_data = true;

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

SurveyUtil::check_parameters($people_filled);

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

$this_section = SECTION_COURSES;

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

    SurveyUtil::handleReportingActions($survey, $people_filled);

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

            $tool_name = get_lang('Comparative report');

There are no issues that match your filters.

Category
Status