-
Notifications
You must be signed in to change notification settings - Fork 493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Internal: AI Helpers implementation in exercises questions - refs #6044 #6087
base: master
Are you sure you want to change the base?
Conversation
|
||
api_protect_course_script(true); | ||
|
||
$main_path = api_get_path(SYS_CODE_PATH); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Variable "main_path" is not in valid camel caps format
|
||
$main_path = api_get_path(SYS_CODE_PATH); | ||
|
||
require_once $main_path.'exercise/export/aiken/aiken_import.inc.php'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Variable "main_path" is not in valid camel caps format
$main_path = api_get_path(SYS_CODE_PATH); | ||
|
||
require_once $main_path.'exercise/export/aiken/aiken_import.inc.php'; | ||
require_once $main_path.'exercise/export/aiken/aiken_classes.php'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Variable "main_path" is not in valid camel caps format
require_once $main_path.'exercise/export/aiken/aiken_classes.php'; | ||
|
||
// Section (for the tabs) | ||
$this_section = SECTION_COURSES; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Variable "this_section" is not in valid camel caps format
@@ -668,7 +668,7 @@ | |||
]; | |||
|
|||
foreach ($group_list as $group) { | |||
$group_parameters[] = $group['iid'].':'.$group['name']; | |||
$group_parameters[] = $group['iid'].':'.$group['title']; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Variable "group_parameters" is not in valid camel caps format
Code Climate has analyzed commit c961b33 and detected 102 issues on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
No description provided.