Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

christianbeeznest
Copy link
Contributor

No description provided.


api_protect_course_script(true);

$main_path = api_get_path(SYS_CODE_PATH);
Copy link

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';
Copy link

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';
Copy link

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;
Copy link

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'];
Copy link

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

Copy link

codeclimate bot commented Feb 15, 2025

Code Climate has analyzed commit c961b33 and detected 102 issues on this pull request.

Here's the issue category breakdown:

Category Count
Style 82
Complexity 2
Clarity 15
Bug Risk 3

View more on Code Climate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant