chamilo/chamilo-lms

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

Summary

Maintainability
A
0 mins
Test Coverage

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

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

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

$TBL_ANSWERS = Database::get_course_table(TABLE_QUIZ_ANSWER);

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

$course_id = api_get_course_int_id();

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

                $course_id,

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

$_course = api_get_course_info();

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

    if (HOT_SPOT_DELINEATION == $answer_type) {

There are no issues that match your filters.

Category
Status