chamilo/chamilo-lms

View on GitHub
public/main/auth/my_progress.php

Summary

Maintainability
A
0 mins
Test Coverage

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

$user_id = api_get_user_id();

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

$content .= Tracking::show_course_detail($user_id, $courseId, $sessionId);

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

$this_section = SECTION_TRACKING;

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

    $careers = UserManager::getUserCareers($user_id);

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

$content = Tracking::show_user_progress($user_id, $sessionId);

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

$courseUserList = CourseManager::get_courses_list_by_user_id($user_id);

There are no issues that match your filters.

Category
Status