chamilo/chamilo-lms

View on GitHub
public/main/exercise/hotspot_answers.as.php

Summary

Maintainability
A
0 mins
Test Coverage

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

$_course = api_get_course_info();

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

$TBL_ANSWERS = Database::get_course_table(TABLE_QUIZ_ANSWER);

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

$answer_type = $objQuestion->getType(); //very important

Only one argument is allowed per line in a multi-line function call
Open

    $resultDisable, [

Only one argument is allowed per line in a multi-line function call
Open

    $resultDisable, [

Only one argument is allowed per line in a multi-line function call
Open

    $resultDisable, [

There are no issues that match your filters.

Category
Status