public/main/survey/preview.php
Variable "paged_questions" is not in valid camel caps format Open
Open
if (array_key_exists($_GET['show'], $paged_questions)) {
- Exclude checks
Variable "course_id" is not in valid camel caps format Open
Open
$course_id = api_get_course_int_id();
- Exclude checks
Variable "paged_questions" is not in valid camel caps format Open
Open
$paged_questions[$counter][] = $row['iid'];
- Exclude checks
Variable "questions_exists" is not in valid camel caps format Open
Open
if (false == $questions_exists) {
- Exclude checks
Variable "questions_exists" is not in valid camel caps format Open
Open
$questions_exists = true;
- Exclude checks
Variable "paged_questions" is not in valid camel caps format Open
Open
foreach ($paged_questions as $keyQuestion => $list) {
- Exclude checks
Variable "ch_type" is not in valid camel caps format Open
Open
$form->addHtml('<div class="survey_question '.$ch_type.' '.$parentClass.'">');
- Exclude checks
Variable "paged_questions" is not in valid camel caps format Open
Open
$paged_questions[$counter][] = $row['iid'];
- Exclude checks
Variable "questions_exists" is not in valid camel caps format Open
Open
$questions_exists = false;
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- Exclude checks
Variable "table_survey_question_option" is not in valid camel caps format Open
Open
LEFT JOIN $table_survey_question_option survey_question_option
- Exclude checks
Variable "paged_questions" is not in valid camel caps format Open
Open
survey_question.iid IN (".Database::escape_string(implode(',', $paged_questions[$_GET['show']]), null, false).") AND
- Exclude checks
Variable "table_survey_question" is not in valid camel caps format Open
Open
$table_survey_question = Database::get_course_table(TABLE_SURVEY_QUESTION);
- Exclude checks
Variable "paged_questions" is not in valid camel caps format Open
Open
$paged_questions = [];
- Exclude checks
Variable "table_survey_question" is not in valid camel caps format Open
Open
$sql = "SELECT * FROM $table_survey_question
- Exclude checks
Variable "table_survey_question_option" is not in valid camel caps format Open
Open
$table_survey_question_option = Database::get_course_table(TABLE_SURVEY_QUESTION_OPTION);
- Exclude checks
Variable "table_survey_question" is not in valid camel caps format Open
Open
FROM $table_survey_question survey_question
- Exclude checks
Variable "ch_type" is not in valid camel caps format Open
Open
$ch_type = 'ch_'.$question['type'];
- Exclude checks