public/main/gradebook/gradebook_display_certificate.php
Variable "stud_id" is not in valid camel caps format Open
Open
$stud_id,
- Exclude checks
Variable "total_weight" is not in valid camel caps format Open
Open
$total_weight = $cats[0]->get_weight();
- Exclude checks
Variable "certificate_list" is not in valid camel caps format Open
Open
$certificate_list = [];
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- Exclude checks
Variable "current_course_tool" is not in valid camel caps format Open
Open
$current_course_tool = TOOL_GRADEBOOK;
- Exclude checks
Variable "stud_id" is not in valid camel caps format Open
Open
$stud_id = api_get_user_id();
- Exclude checks
Variable "certificate_list" is not in valid camel caps format Open
Open
$certificate_list = GradebookUtils::get_list_users_certificates($categoryId);
- Exclude checks
Variable "certificate_list" is not in valid camel caps format Open
Open
foreach ($certificate_list as $index => $value) {
- Exclude checks
Variable "stud_id" is not in valid camel caps format Open
Open
$alleval = $cats[0]->get_evaluations($stud_id);
- Exclude checks
Variable "total_resource_weight" is not in valid camel caps format Open
Open
$total_resource_weight = $total_resource_weight + $item['2'];
- Exclude checks
Variable "certificate_list" is not in valid camel caps format Open
Open
$certificate_list = GradebookUtils::get_list_users_certificates($categoryId);
- Exclude checks
Variable "stud_id" is not in valid camel caps format Open
Open
$alllink = $cats[0]->get_links($stud_id);
- Exclude checks
Variable "stud_id" is not in valid camel caps format Open
Open
$stud_id = (api_is_allowed_to_edit() ? null : api_get_user_id());
- Exclude checks
Variable "total_weight" is not in valid camel caps format Open
Open
if ($total_resource_weight != $total_weight) {
- Exclude checks
Variable "certificate_list" is not in valid camel caps format Open
Open
$certificate_list = GradebookUtils::get_list_users_certificates($categoryId);
- Exclude checks
Variable "data_array" is not in valid camel caps format Open
Open
$data_array = $datagen->get_data(
- Exclude checks
Variable "data_array" is not in valid camel caps format Open
Open
foreach ($data_array as $data) {
- Exclude checks
Variable "total_resource_weight" is not in valid camel caps format Open
Open
$total_resource_weight = $total_resource_weight + $item['2'];
- Exclude checks
Variable "certificate_list" is not in valid camel caps format Open
Open
$certificate_list = GradebookUtils::get_list_users_certificates(
- Exclude checks
Variable "certificate_list" is not in valid camel caps format Open
Open
if (0 == count($certificate_list)) {
- Exclude checks
Variable "certificate_list" is not in valid camel caps format Open
Open
foreach ($certificate_list as $index => $value) {
- Exclude checks
Variable "data_array" is not in valid camel caps format Open
Open
if (!empty($data_array)) {
- Exclude checks
Variable "total_resource_weight" is not in valid camel caps format Open
Open
$total_resource_weight = 0;
- Exclude checks
Variable "total_resource_weight" is not in valid camel caps format Open
Open
if ($total_resource_weight != $total_weight) {
- Exclude checks
Variable "certificate_list" is not in valid camel caps format Open
Open
if (count($certificate_list) > 0 && 'true' !== $hideCertificateExport) {
- Exclude checks