chamilo/chamilo-lms

View on GitHub
public/main/work/student_work.php

Summary

Maintainability
A
0 mins
Test Coverage

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

$this_section = SECTION_COURSES;

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

$current_course_tool = TOOL_STUDENTPUBLICATION;

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

if (!empty($group_id)) {

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

$group_id = api_get_group_id();

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

$tool_name = get_lang('Assignments');

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

    $group = api_get_group_entity($group_id);

There are no issues that match your filters.

Category
Status