public/main/survey/question.php
Variable "course_id" is not in valid camel caps format Open
Open
c_id = '.$course_id.' AND
- Exclude checks
Variable "tool_name" is not in valid camel caps format Open
Open
Display::display_header($tool_name, 'Survey');
- Exclude checks
Variable "tool_name" is not in valid camel caps format Open
Open
$tool_name = get_lang('Add a question');
- Exclude checks
Variable "tool_name" is not in valid camel caps format Open
Open
$tool_name = get_lang('Edit question');
- Exclude checks
Variable "possible_types" is not in valid camel caps format Open
Open
$possible_types = [
- Exclude checks
Variable "possible_types" is not in valid camel caps format Open
Open
if (!in_array($_GET['type'], $possible_types)) {
- Exclude checks
Variable "course_id" is not in valid camel caps format Open
Open
$course_id = api_get_course_int_id();
- Exclude checks