public/main/course_progress/index.php
Variable "description_type" is not in valid camel caps format Open
Open
$description_type = 1;
- Exclude checks
Variable "url_token" is not in valid camel caps format Open
Open
$actionLeft .= '<a href="index.php?'.api_get_cidreq().'&action=thematic_export'.$url_token.'">'.
- Exclude checks
Variable "attendance_list" is not in valid camel caps format Open
Open
$attendance_list = $attendance->getAttendanceList($course, $session);
- Exclude checks
Variable "attendance_select" is not in valid camel caps format Open
Open
$attendance_select[0] = get_lang('Select an attendance');
- Exclude checks
Variable "csv_import_array" is not in valid camel caps format Open
Open
foreach ($csv_import_array as $key => $item) {
- Exclude checks
Variable "total_average_of_advances" is not in valid camel caps format Open
Open
$total_average_of_advances = $thematicManager->get_total_average_of_thematic_advances($course, $session);
- Exclude checks
Variable "current_course_tool" is not in valid camel caps format Open
Open
$current_course_tool = TOOL_COURSE_PROGRESS;
- Exclude checks
Variable "description_type" is not in valid camel caps format Open
Open
$description_type = null;
- Exclude checks
Variable "thematic_data" is not in valid camel caps format Open
Open
$thematic_data = $thematicManager->getThematicList($course, $session);
- Exclude checks
Variable "total_average_of_advances" is not in valid camel caps format Open
Open
$total_average_of_advances = null;
- Exclude checks
Variable "url_token" is not in valid camel caps format Open
Open
$actionLeft = '<a href="index.php?'.api_get_cidreq().'&action=thematic_add'.$url_token.'">'.
- Exclude checks
Variable "last_done_thematic_advance" is not in valid camel caps format Open
Open
$last_done_thematic_advance = $thematicManager->get_last_done_thematic_advance($course, $session);
- Exclude checks
Variable "total_average_of_advances" is not in valid camel caps format Open
Open
$tpl->assign('score_progress', $total_average_of_advances);
- Exclude checks
Variable "description_type" is not in valid camel caps format Open
Open
$description_type++;
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- Exclude checks
Variable "url_token" is not in valid camel caps format Open
Open
$url_token = '&sec_token='.$token;
- Exclude checks
Variable "url_token" is not in valid camel caps format Open
Open
$actionLeft .= '<a href="index.php?'.api_get_cidreq().'&action=thematic_import_select'.$url_token.'">'.
- Exclude checks
Variable "url_token" is not in valid camel caps format Open
Open
$actionLeft .= '<a href="index.php?'.api_get_cidreq().'&action=thematic_export_pdf'.$url_token.'">'.
- Exclude checks
Variable "max_thematic_item" is not in valid camel caps format Open
Open
$max_thematic_item = 0;
- Exclude checks
Variable "user_info" is not in valid camel caps format Open
Open
$user_info = api_get_user_info();
- Exclude checks
Variable "last_done_thematic_advance" is not in valid camel caps format Open
Open
$last_done_thematic_advance = null;
- Exclude checks
Variable "attendance_select" is not in valid camel caps format Open
Open
$attendance_select = [];
- Exclude checks
Variable "thematic_data" is not in valid camel caps format Open
Open
$thematic_data[$thematicId] = $thematicEntity;
- Exclude checks
Variable "csv_import_array" is not in valid camel caps format Open
Open
$csv_import_array = Import::csv_reader($_FILES['file']['tmp_name'], false);
- Exclude checks
Variable "url_token" is not in valid camel caps format Open
Open
$tpl->assign('token', $url_token);
- Exclude checks
Variable "attendance_select" is not in valid camel caps format Open
Open
$attendance_select[$attendanceEntity->getIid()] = $attendanceEntity->getTitle();
- Exclude checks
Variable "description_type" is not in valid camel caps format Open
Open
$thematicManager->thematicPlanSave($currentThematic, $item[1], $item[2], $description_type);
- Exclude checks
Variable "total_average_of_advances" is not in valid camel caps format Open
Open
if (!empty($message) && !empty($total_average_of_advances)) {
- Exclude checks
Variable "attendance_list" is not in valid camel caps format Open
Open
foreach ($attendance_list as $attendanceEntity) {
- Exclude checks
Variable "default_thematic_plan_title" is not in valid camel caps format Open
Open
$default_thematic_plan_title = $thematicManager->get_default_thematic_plan_title();
- Exclude checks
Variable "url_token" is not in valid camel caps format Open
Open
'index.php?action=thematic_import&'.api_get_cidreq().$url_token
- Exclude checks
Variable "default_thematic_plan_title" is not in valid camel caps format Open
Open
$header_form = $default_thematic_plan_title[$description_type];
- Exclude checks
Variable "description_type" is not in valid camel caps format Open
Open
$default['title'] = $default_thematic_plan_title[$description_type];
- Exclude checks
Variable "thematic_simple_list" is not in valid camel caps format Open
Open
if (!empty($thematic_simple_list)) {
- Exclude checks
Variable "new_thematic_plan_data" is not in valid camel caps format Open
Open
$thematic_plan = $new_thematic_plan_data[$id];
- Exclude checks
Variable "calendar_select" is not in valid camel caps format Open
Open
$calendar_select,
- Exclude checks
Variable "link_to_thematic_plan" is not in valid camel caps format Open
Open
$link_to_thematic_plan = '<a
- Exclude checks
Variable "description_list" is not in valid camel caps format Open
Open
$description_list[$i],
- Exclude checks
Variable "description_type" is not in valid camel caps format Open
Open
if ($description_type < ADD_THEMATIC_PLAN) {
- Exclude checks
Variable "default_thematic_plan_question" is not in valid camel caps format Open
Open
$default_thematic_plan_question = $thematicManager->get_default_question();
- Exclude checks
Variable "thematic_plan" is not in valid camel caps format Open
Open
$default['title['.$id.']'] = $thematic_plan->getTitle();
- Exclude checks
The CASE body must start on the line following the statement Open
Open
case 'thematic_advance_list':
- Exclude checks
Variable "description_type" is not in valid camel caps format Open
Open
$form->addHidden('description_type', $description_type);
- Exclude checks
Variable "last_id" is not in valid camel caps format Open
Open
if (isset($last_id) && $last_id) {
- Exclude checks
Variable "link_to_thematic_plan" is not in valid camel caps format Open
Open
$link_to_thematic_plan,
- Exclude checks
Variable "thematic_data" is not in valid camel caps format Open
Open
foreach ($thematic_data as $thematic) {
- Exclude checks
Variable "url_token" is not in valid camel caps format Open
Open
.$id.$params.$url_token.'">'
- Exclude checks
Variable "title_list" is not in valid camel caps format Open
Open
$title_list = $_REQUEST['title'];
- Exclude checks
Variable "header_form" is not in valid camel caps format Open
Open
$header_form = $default_thematic_plan_title[$description_type];
- Exclude checks
Variable "description_type" is not in valid camel caps format Open
Open
if (isset($default_thematic_plan_question[$description_type])) {
- Exclude checks
Variable "default_thematic_plan_question" is not in valid camel caps format Open
Open
$message .= $default_thematic_plan_question[$description_type];
- Exclude checks
Variable "thematic_simple_list" is not in valid camel caps format Open
Open
$thematic_simple_list[] = $thematic_item->getDescriptionType();
- Exclude checks
Variable "thematic_item" is not in valid camel caps format Open
Open
$thematic_simple_list[] = $thematic_item->getDescriptionType();
- Exclude checks
Variable "header_form" is not in valid camel caps format Open
Open
$header_form = get_lang('Other');
- Exclude checks
Variable "description_type" is not in valid camel caps format Open
Open
$description_type = isset($_GET['description_type']) ? (int) $_GET['description_type'] : null;
- Exclude checks
Variable "new_thematic_plan_data" is not in valid camel caps format Open
Open
$new_thematic_plan_data = [];
- Exclude checks
Variable "thematic_item" is not in valid camel caps format Open
Open
$new_thematic_plan_data[$thematic_item->getDescriptionType()] = $thematic_item;
- Exclude checks
Variable "thematic_simple_list" is not in valid camel caps format Open
Open
foreach ($thematic_simple_list as $item) {
- Exclude checks
Variable "last_done_thematic_advance" is not in valid camel caps format Open
Open
$last_done_thematic_advance = $thematicManager->get_last_done_thematic_advance($course, $session);
- Exclude checks
Variable "link_to_thematic_advance" is not in valid camel caps format Open
Open
$link_to_thematic_advance
- Exclude checks
Variable "thematic_data" is not in valid camel caps format Open
Open
if (!empty($thematic_data)) {
- Exclude checks
Variable "description_type" is not in valid camel caps format Open
Open
if ($description_type >= ADD_THEMATIC_PLAN) {
- Exclude checks
Variable "description_type" is not in valid camel caps format Open
Open
$header_form = $default_thematic_plan_title[$description_type];
- Exclude checks
Variable "thematic_plan_data" is not in valid camel caps format Open
Open
$thematic_plan_data = $thematicEntity->getPlans();
- Exclude checks
Variable "thematic_item" is not in valid camel caps format Open
Open
$new_thematic_plan_data[$thematic_item->getDescriptionType()] = $thematic_item;
- Exclude checks
Variable "thematic_plan" is not in valid camel caps format Open
Open
$default['description['.$id.']'] = $thematic_plan->getDescription();
- Exclude checks
Variable "attendance_select" is not in valid camel caps format Open
Open
if (count($attendance_select) > 1) {
- Exclude checks
Variable "attendance_select_item_id" is not in valid camel caps format Open
Open
$js .= '<script>datetime_by_attendance("'.$attendance_select_item_id.'", 0); </script>';
- Exclude checks
Variable "last_done_thematic_advance" is not in valid camel caps format Open
Open
if (!empty($last_done_thematic_advance)) {
- Exclude checks
Variable "last_id" is not in valid camel caps format Open
Open
href="index.php?'.api_get_cidreq().'&action=thematic_plan_list&thematic_id='.$last_id.'">'.
- Exclude checks
Variable "last_done_thematic_advance" is not in valid camel caps format Open
Open
$extra[$thematic->getIid()]['last_done'] = $last_done_thematic_advance;
- Exclude checks
Variable "url_token" is not in valid camel caps format Open
Open
$actionLeft = '<a href="index.php?'.api_get_cidreq().'&action=thematic_add'.$url_token.'">'.
- Exclude checks
Variable "new_thematic_plan_data" is not in valid camel caps format Open
Open
$default_thematic_plan_title[$item] = $new_thematic_plan_data[$item]->getTitle();
- Exclude checks
Variable "attendance_select" is not in valid camel caps format Open
Open
$attendance_select,
- Exclude checks
Variable "attendance_select_item_id" is not in valid camel caps format Open
Open
$attendance_select_item_id = $key;
- Exclude checks
Variable "thematic_data" is not in valid camel caps format Open
Open
$moveButtons = $thematicManager->getMoveActions($id, $currentOrder, count($thematic_data));
- Exclude checks
Variable "thematic_plan_data" is not in valid camel caps format Open
Open
$default['description'] = $thematic_plan_data[0]['description'];
- Exclude checks
Variable "thematic_plan_data" is not in valid camel caps format Open
Open
foreach ($thematic_plan_data as $thematic_item) {
- Exclude checks
Variable "default_thematic_plan_title" is not in valid camel caps format Open
Open
$default_thematic_plan_title[$item] = $new_thematic_plan_data[$item]->getTitle();
- Exclude checks
Variable "default_thematic_plan_title" is not in valid camel caps format Open
Open
foreach ($default_thematic_plan_title as $id => $title) {
- Exclude checks
Variable "thematic_plan" is not in valid camel caps format Open
Open
$thematic_plan = null;
- Exclude checks
Variable "attendance_select_item_id" is not in valid camel caps format Open
Open
$default['attendance_select'] = $attendance_select_item_id;
- Exclude checks
Variable "thematic_simple_list" is not in valid camel caps format Open
Open
if (!empty($thematic_simple_list) && in_array($id, $thematic_simple_list)) {
- Exclude checks
Variable "calendar_select" is not in valid camel caps format Open
Open
if (!empty($calendar_select)) {
- Exclude checks
Variable "thematic_advance_data" is not in valid camel caps format Open
Open
if (!empty($thematic_advance_data['start_date'])) {
- Exclude checks
Variable "last_id" is not in valid camel caps format Open
Open
if (isset($last_id) && $last_id) {
- Exclude checks
Variable "url_token" is not in valid camel caps format Open
Open
'index.php?'.api_get_cidreq().'&action=thematic_copy&thematic_id='.$id.$params.$url_token,
- Exclude checks
Variable "default_thematic_plan_question" is not in valid camel caps format Open
Open
if (isset($default_thematic_plan_question[$description_type])) {
- Exclude checks
Variable "description_type" is not in valid camel caps format Open
Open
if (!empty($thematicId) && !empty($description_type)) {
- Exclude checks
Variable "thematic_item" is not in valid camel caps format Open
Open
foreach ($thematic_plan_data as $thematic_item) {
- Exclude checks
Variable "calendar_select" is not in valid camel caps format Open
Open
$calendar_select = [];
- Exclude checks
Variable "calendar_select" is not in valid camel caps format Open
Open
$calendar_select[$dateTime] = $dateTime;
- Exclude checks
Variable "attendance_select_item" is not in valid camel caps format Open
Open
foreach ($attendance_select as $key => $attendance_select_item) {
- Exclude checks
Variable "default_thematic_plan_title" is not in valid camel caps format Open
Open
$default['title'] = $default_thematic_plan_title[$description_type];
- Exclude checks
Variable "thematic_plan_data" is not in valid camel caps format Open
Open
if (!empty($thematic_plan_data)) {
- Exclude checks
Variable "default_thematic_plan_title" is not in valid camel caps format Open
Open
$default_thematic_plan_title = $thematicManager->get_default_thematic_plan_title();
- Exclude checks
Variable "new_id" is not in valid camel caps format Open
Open
$new_id = ADD_THEMATIC_PLAN;
- Exclude checks
Variable "thematic_simple_list" is not in valid camel caps format Open
Open
if (!empty($thematic_simple_list) && in_array($id, $thematic_simple_list)) {
- Exclude checks
Variable "description_type" is not in valid camel caps format Open
Open
if (!empty($description_type)) {
- Exclude checks
Variable "description_type" is not in valid camel caps format Open
Open
$description_type
- Exclude checks
Variable "default_thematic_plan_icon" is not in valid camel caps format Open
Open
$default_thematic_plan_icon = $thematicManager->get_default_thematic_plan_icon();
- Exclude checks
Variable "thematic_plan_data" is not in valid camel caps format Open
Open
if (!empty($thematic_plan_data)) {
- Exclude checks
Variable "attendance_select" is not in valid camel caps format Open
Open
if (count($attendance_select) > 1) {
- Exclude checks
Variable "attendance_select_item_id" is not in valid camel caps format Open
Open
$attendance_select_item_id = null;
- Exclude checks
Variable "attendance_select" is not in valid camel caps format Open
Open
foreach ($attendance_select as $key => $attendance_select_item) {
- Exclude checks
Variable "last_done_thematic_advance" is not in valid camel caps format Open
Open
$thematicManager->updateDoneThematicAdvance($last_done_thematic_advance, $course, $session);
- Exclude checks
Variable "session_star" is not in valid camel caps format Open
Open
$session_star = '';
- Exclude checks
Variable "description_list" is not in valid camel caps format Open
Open
$description_list = $_REQUEST['description'];
- Exclude checks
Variable "title_list" is not in valid camel caps format Open
Open
$title_list[$i],
- Exclude checks
Variable "thematic_plan_data" is not in valid camel caps format Open
Open
$default['title'] = $thematic_plan_data[0]['title'];
- Exclude checks
Variable "new_id" is not in valid camel caps format Open
Open
$new_id = $item + 1;
- Exclude checks
Variable "url_token" is not in valid camel caps format Open
Open
api_get_self().'?'.api_get_cidreq()."$url_token&".http_build_query(
- Exclude checks
Variable "description_type" is not in valid camel caps format Open
Open
$description_type = $_REQUEST['description_type'];
- Exclude checks
Variable "description_type" is not in valid camel caps format Open
Open
$description_type[$i]
- Exclude checks
Variable "new_thematic_plan_data" is not in valid camel caps format Open
Open
$new_thematic_plan_data[$thematic_item->getDescriptionType()] = $thematic_item;
- Exclude checks
Variable "thematic_plan" is not in valid camel caps format Open
Open
$thematic_plan = $new_thematic_plan_data[$id];
- Exclude checks
Variable "thematic_plan" is not in valid camel caps format Open
Open
$thematic_plan = null;
- Exclude checks
Variable "attendance_select_item_id" is not in valid camel caps format Open
Open
$js .= '<script>datetime_by_attendance("'.$attendance_select_item_id.'", "'.$thematicAdvanceId.'"); </script>';
- Exclude checks
Variable "link_to_thematic_advance" is not in valid camel caps format Open
Open
$link_to_thematic_advance = '<a
- Exclude checks
Variable "url_token" is not in valid camel caps format Open
Open
href="index.php?'.api_get_cidreq().'&action=thematic_edit&thematic_id='.$id.$params.$url_token.'">'
- Exclude checks
Variable "title_list" is not in valid camel caps format Open
Open
for ($i = 1; $i < count($title_list) + 1; $i++) {
- Exclude checks
Variable "description_type" is not in valid camel caps format Open
Open
$message .= $default_thematic_plan_question[$description_type];
- Exclude checks
Variable "last_id" is not in valid camel caps format Open
Open
href="index.php?'.api_get_cidreq().'&action=thematic_advance_list&thematic_id='.$last_id.'">'.
- Exclude checks
Variable "attendance_select_item_id" is not in valid camel caps format Open
Open
if (!empty($attendance_select_item_id)) {
- Exclude checks