chamilo/chamilo-lms

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

Summary

Maintainability
A
0 mins
Test Coverage

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

                c_id = '.$course_id.' AND

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

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

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

    $tool_name = get_lang('Add a question');

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

    $tool_name = get_lang('Edit question');

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

$possible_types = [

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

if (!in_array($_GET['type'], $possible_types)) {

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

$course_id = api_get_course_int_id();

There are no issues that match your filters.

Category
Status