Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

This section shows php lint problems in the code detected by php -l [More info]


PHP coding style problems

(130 errors, 43 warnings)

This section shows the coding style problems detected in the code by phpcs [More info]

course/format/ludic/ajax/ajax.php
(#37) File must end with a newline character
course/format/ludic/backup/moodle2/backup_format_ludic_plugin.class.php
(#109) File must end with a newline character
course/format/ludic/backup/moodle2/restore_format_ludic_plugin.class.php
(#135) File must end with a newline character
course/format/ludic/classes/controllers/controller_base.php
(#134) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#139) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
course/format/ludic/classes/controllers/coursemodule_controller.php
(#139) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
course/format/ludic/classes/controllers/front_controller_interface.php
(#58) File must end with a newline character
course/format/ludic/classes/controllers/section_controller.php
(#136) Inline comments must start with a capital letter, digit or 3-dots sequence
(#136) Line indented incorrectly; expected at least 8 spaces, found 0
(#136) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#137) Line indented incorrectly; expected at least 8 spaces, found 0
(#137) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#138) Line indented incorrectly; expected at least 8 spaces, found 0
(#138) Expected 1 space before comment text but found 13; use block comment if you need indentation
(#139) Line indented incorrectly; expected at least 8 spaces, found 0
(#139) Expected 1 space before comment text but found 17; use block comment if you need indentation
(#140) Line indented incorrectly; expected at least 8 spaces, found 0
(#140) Expected 1 space before comment text but found 17; use block comment if you need indentation
(#141) Line indented incorrectly; expected at least 8 spaces, found 0
(#141) Expected 1 space before comment text but found 13; use block comment if you need indentation
(#142) Line indented incorrectly; expected at least 8 spaces, found 0
(#142) Expected 1 space before comment text but found 13; use block comment if you need indentation
(#143) Line indented incorrectly; expected at least 8 spaces, found 0
(#143) Expected 1 space before comment text but found 17; use block comment if you need indentation
(#144) Line indented incorrectly; expected at least 8 spaces, found 0
(#144) Expected 1 space before comment text but found 17; use block comment if you need indentation
(#145) Line indented incorrectly; expected at least 8 spaces, found 0
(#145) Expected 1 space before comment text but found 13; use block comment if you need indentation
(#146) Line indented incorrectly; expected at least 8 spaces, found 0
(#146) Expected 1 space before comment text but found 13; use block comment if you need indentation
(#147) Line indented incorrectly; expected at least 8 spaces, found 0
(#147) Expected 1 space before comment text but found 17; use block comment if you need indentation
(#148) Line indented incorrectly; expected at least 8 spaces, found 0
(#148) Expected 1 space before comment text but found 17; use block comment if you need indentation
(#149) Line indented incorrectly; expected at least 8 spaces, found 0
(#149) Expected 1 space before comment text but found 13; use block comment if you need indentation
(#150) Line indented incorrectly; expected at least 8 spaces, found 0
(#150) Expected 1 space before comment text but found 13; use block comment if you need indentation
(#151) Line indented incorrectly; expected at least 8 spaces, found 0
(#151) Expected 1 space before comment text but found 17; use block comment if you need indentation
(#152) Line indented incorrectly; expected at least 8 spaces, found 0
(#152) Expected 1 space before comment text but found 17; use block comment if you need indentation
(#153) Line indented incorrectly; expected at least 8 spaces, found 0
(#153) Expected 1 space before comment text but found 13; use block comment if you need indentation
(#154) Line indented incorrectly; expected at least 8 spaces, found 0
(#154) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#155) Line indented incorrectly; expected at least 8 spaces, found 0
(#156) Line indented incorrectly; expected at least 8 spaces, found 0
(#156) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#157) Line indented incorrectly; expected at least 8 spaces, found 0
(#157) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#158) Line exceeds 132 characters; contains 145 characters
(#158) Line indented incorrectly; expected at least 8 spaces, found 0
(#159) Line indented incorrectly; expected at least 8 spaces, found 0
course/format/ludic/classes/controllers/skin_controller.php
(#446) Spaces must be used to indent lines; tabs are not allowed
(#446) Tab found within whitespace
(#446) Line indented incorrectly; expected at least 8 spaces, found 1
(#462) Spaces must be used to indent lines; tabs are not allowed
(#462) Tab found within whitespace
(#462) Line indented incorrectly; expected at least 8 spaces, found 1
course/format/ludic/classes/data/context_helper.php
(#373) Expected 1 space before opening brace; found 0
(#380) Expected 1 space before opening brace; found 0
course/format/ludic/classes/data/skin_manager.php
(#252) Inline comments must start with a capital letter, digit or 3-dots sequence
(#358) Inline comments must start with a capital letter, digit or 3-dots sequence
(#358) Inline comments must end in full-stops, exclamation marks, or question marks
(#367) Inline comments must start with a capital letter, digit or 3-dots sequence
(#367) Inline comments must end in full-stops, exclamation marks, or question marks
(#402) Inline comments must start with a capital letter, digit or 3-dots sequence
(#402) Inline comments must end in full-stops, exclamation marks, or question marks
(#408) Inline comments must start with a capital letter, digit or 3-dots sequence
(#408) Inline comments must end in full-stops, exclamation marks, or question marks
course/format/ludic/classes/forms/coursemodule_form.php
(#81) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#106) Expected "} else {\n"; found "}else{\n"
(#199) Inline comments must start with a capital letter, digit or 3-dots sequence
(#199) Inline comments must end in full-stops, exclamation marks, or question marks
(#200) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#207) File must end with a newline character
course/format/ludic/classes/forms/edit_skins_form.php
(#307) File must end with a newline character
course/format/ludic/classes/forms/elements/form_element.php
(#106) The abstract declaration must precede the visibility declaration
course/format/ludic/classes/forms/form.php
(#70) The abstract declaration must precede the visibility declaration
(#77) The abstract declaration must precede the visibility declaration
(#83) The abstract declaration must precede the visibility declaration
(#228) File must end with a newline character
course/format/ludic/classes/forms/section_form.php
(#159) Inline comments must start with a capital letter, digit or 3-dots sequence
(#159) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#167) File must end with a newline character
course/format/ludic/classes/models/course.php
(#119) File must end with a newline character
course/format/ludic/classes/models/course_module.php
(#177) Line exceeds 132 characters; contains 146 characters
(#298) Line exceeds 132 characters; contains 145 characters
course/format/ludic/classes/models/course_module_skin_types/achievement.php
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 4 spaces, found 1
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 4 spaces, found 1
(#70) Inline comments must start with a capital letter, digit or 3-dots sequence
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#100) Whitespace found at end of line
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected 12 spaces, found 3
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 16 spaces, found 4
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected 12 spaces, found 3
(#197) Spaces must be used to indent lines; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 8 spaces, found 2
(#198) Spaces must be used to indent lines; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected at least 8 spaces, found 2
course/format/ludic/classes/models/course_module_skin_types/score.php
(#146) Commas (,) must be followed by white space.
(#150) Line exceeds maximum limit of 180 characters; contains 181 characters
(#152) Inline comments must start with a capital letter, digit or 3-dots sequence
(#180) Inline comments must end in full-stops, exclamation marks, or question marks
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 8 spaces, found 2
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected at least 8 spaces, found 2
(#186) Functions must not contain multiple empty lines in a row; found 2 empty lines
course/format/ludic/classes/models/model.php
(#53) File must end with a newline character
course/format/ludic/classes/models/section.php
(#480) File must end with a newline character
course/format/ludic/classes/models/section_skin_types/avatar.php
(#88) Commas (,) must be followed by white space.
(#255) Inline comments must end in full-stops, exclamation marks, or question marks
(#414) Inline comments must start with a capital letter, digit or 3-dots sequence
(#415) Closing brace must be on a line by itself
(#416) Closing brace must be on a line by itself
(#439) File must end with a newline character
course/format/ludic/classes/models/section_skin_types/progress.php
(#176) File must end with a newline character
course/format/ludic/classes/models/skin_template.php
(#81) File must end with a newline character
course/format/ludic/classes/models/skinned_item.php
(#92) Inline comments must start with a capital letter, digit or 3-dots sequence
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) Inline comments must start with a capital letter, digit or 3-dots sequence
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
course/format/ludic/classes/models/skinned_section.php
(#96) Commas (,) must be followed by white space.
course/format/ludic/classes/privacy/provider.php
(#44) File must end with a newline character
course/format/ludic/classes/renderers/renderable/avatar_inventory.php
(#44) File must end with a newline character
course/format/ludic/classes/renderers/renderable/buttons.php
(#79) File must end with a newline character
course/format/ludic/classes/renderers/renderable/form.php
(#49) File must end with a newline character
course/format/ludic/classes/renderers/renderable/form_element.php
(#75) File must end with a newline character
course/format/ludic/classes/renderers/renderable/form_tabs.php
(#40) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#46) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#57) File must end with a newline character
course/format/ludic/classes/renderers/renderable/header_bar.php
(#80) Line exceeds 132 characters; contains 169 characters
(#86) Line exceeds 132 characters; contains 157 characters
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#201) This comment is 50% valid code; is this commented out code?
(#220) Line exceeds 132 characters; contains 165 characters
(#245) This comment is 50% valid code; is this commented out code?
(#313) This comment is 50% valid code; is this commented out code?
course/format/ludic/classes/renderers/renderable/item.php
(#199) File must end with a newline character
course/format/ludic/classes/renderers/renderable/modchooser.php
(#46) File must end with a newline character
course/format/ludic/classes/renderers/renderable/popup.php
(#46) File must end with a newline character
course/format/ludic/classes/renderers/renderable/section.php
(#62) Line exceeds 132 characters; contains 147 characters
course/format/ludic/db/access.php
(#35) File must end with a newline character
course/format/ludic/db/upgrade.php
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
course/format/ludic/edit_ludic_config.php
(#73) Perl-style comments are not allowed; use "// Comment." instead
(#80) Line exceeds 132 characters; contains 154 characters
(#90) Perl-style comments are not allowed; use "// Comment." instead
(#96) Perl-style comments are not allowed; use "// Comment." instead
course/format/ludic/edit_skins.php
(#44) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#60) File must end with a newline character
course/format/ludic/format.php
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 1
course/format/ludic/lib.php
(#206) Expected 1 space before ":"; 0 found

Javascript coding style problems

(9 errors, 37 warnings)

This section shows the coding style problems detected in the code by eslint [More info]

course/format/ludic/amd/src/format_ludic.js
(#26) 'log' is defined but never used. (no-unused-vars)
(#89) Unexpected console statement. (no-console)
(#90) This line has a length of 169. Maximum allowed is 132. (max-len)
(#90) Function has a complexity of 24. Maximum allowed is 20. (complexity)
(#90) Expected to return a value at the end of function. (consistent-return)
(#91) Unexpected console statement. (no-console)
(#166) Unexpected console statement. (no-console)
(#167) This line has a length of 178. Maximum allowed is 132. (max-len)
(#167) 'e' is defined but never used. (no-unused-vars)
(#168) Unexpected console statement. (no-console)
(#197) Missing JSDoc parameter type for 'params'. (valid-jsdoc)
(#201) Unexpected console statement. (no-console)
(#354) Missing JSDoc parameter type for 'itemid'. (valid-jsdoc)
(#357) Expected to return a value at the end of method 'displayProperties'. (consistent-return)
(#473) Missing JSDoc parameter type for 'itemSelectorId'. (valid-jsdoc)
(#642) Missing JSDoc parameter type for 'section'. (valid-jsdoc)
(#655) Missing JSDoc parameter type for 'section'. (valid-jsdoc)
(#676) Missing JSDoc parameter type for 'coursemodule'. (valid-jsdoc)
(#690) Missing JSDoc parameter type for 'coursemodule'. (valid-jsdoc)
(#738) Missing JSDoc parameter type for 'selectionPopup'. (valid-jsdoc)
(#741) Expected to return a value at the end of method 'selectAndUpdateInput'. (consistent-return)
(#818) Missing JSDoc for parameter 'item'. (valid-jsdoc)
(#936) Expected space(s) after "if". (keyword-spacing)
(#936) Missing space before opening brace. (space-before-blocks)
(#944) Unnecessary escape character: \.. (no-useless-escape)
(#1053) Missing JSDoc parameter type for 'html'. (valid-jsdoc)
(#1054) Missing JSDoc parameter type for 'callback'. (valid-jsdoc)
(#1143) Missing JSDoc parameter type for 'url'. (valid-jsdoc)
(#1179) Each then() should return a value or throw (promise/always-return)
(#1191) Missing JSDoc parameter type for 'popupid'. (valid-jsdoc)
(#1192) Missing JSDoc parameter type for 'action'. (valid-jsdoc)
(#1193) Missing JSDoc parameter type for 'params'. (valid-jsdoc)
(#1209) Each then() should return a value or throw (promise/always-return)
(#1250) Missing JSDoc parameter type for 'html'. (valid-jsdoc)
(#1251) Missing JSDoc parameter type for 'callback'. (valid-jsdoc)
(#1340) Comments should not begin with a lowercase character. (capitalized-comments)
(#1360) Missing JSDoc return type. (valid-jsdoc)
(#1363) Missing JSDoc parameter type for 'name'. (valid-jsdoc)
(#1364) Missing JSDoc parameter type for 'url'. (valid-jsdoc)
(#1368) Unnecessary escape character: \?. (no-useless-escape)
course/format/ludic/format.js
(#42) Identifier 'get_config' is not in camel case. (camelcase)
(#42) Unexpected space before function parentheses. (space-before-function-paren)
(#44) Identifier 'container_node' is not in camel case. (camelcase)
(#45) Identifier 'container_class' is not in camel case. (camelcase)
(#46) Identifier 'section_node' is not in camel case. (camelcase)
(#47) Identifier 'section_class' is not in camel case. (camelcase)

CSS problems

(10 errors, 22 warnings)

This section shows CSS problems detected by stylelint [More info]

course/format/ludic/styles.css
(#361) Invalid value for `opacity` (csstree/validator)
(#512) Expected single space before "{" (block-opening-brace-space-before)
(#1000) Expected single space before "{" (block-opening-brace-space-before)
(#117) Expected "#F2F0EC" to be "#f2f0ec" (color-hex-case)
(#119) Expected "#1D1061" to be "#1d1061" (color-hex-case)
(#160) Expected "#1D1061" to be "#1d1061" (color-hex-case)
(#161) Expected "#F2F0EC" to be "#f2f0ec" (color-hex-case)
(#230) Expected "#1D1061" to be "#1d1061" (color-hex-case)
(#275) Expected "#F2F0EC" to be "#f2f0ec" (color-hex-case)
(#314) Expected "#F2F0EC" to be "#f2f0ec" (color-hex-case)
(#316) Expected "#1D1061" to be "#1d1061" (color-hex-case)
(#537) Expected "#1D1061" to be "#1d1061" (color-hex-case)
(#650) Expected "#1D1061" to be "#1d1061" (color-hex-case)
(#651) Expected "#F2F0EC" to be "#f2f0ec" (color-hex-case)
(#687) Expected "#F2F0EC" to be "#f2f0ec" (color-hex-case)
(#689) Expected "#1D1061" to be "#1d1061" (color-hex-case)
(#696) Expected "#F2F0EC" to be "#f2f0ec" (color-hex-case)
(#698) Expected "#1D1061" to be "#1d1061" (color-hex-case)
(#728) Expected "#FFF" to be "#fff" (color-hex-case)
(#916) Expected "#1D1061" to be "#1d1061" (color-hex-case)
(#917) Expected "#F2F0EC" to be "#f2f0ec" (color-hex-case)
(#973) Expected "#2196F3" to be "#2196f3" (color-hex-case)
(#977) Expected "#2196F3" to be "#2196f3" (color-hex-case)
(#821) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#825) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1002) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#208) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#402) Unexpected unit (length-zero-no-unit)
(#556) Unexpected unit (length-zero-no-unit)
(#441) Unexpected unknown type selector "-preview" (selector-type-no-unknown)
(#636) Expected indentation of 4 spaces (indentation)
(#658) Expected indentation of 4 spaces (indentation)

PHPDocs style problems

(814 errors, 0 warnings)

This section shows the phpdocs problems detected in the code by local_moodlecheck [More info]

course/format/ludic/backup/moodle2/backup_format_ludic_plugin.class.php
(#54) There is no description in phpdocs for function define_section_plugin_structure
(#79) There is no description in phpdocs for function define_module_plugin_structure
course/format/ludic/backup/moodle2/restore_format_ludic_plugin.class.php
(#85) There is no description in phpdocs for function process_ludicsection
(#119) There is no description in phpdocs for function process_ludicmodule
(#86) Phpdocs for function restore_format_ludic_plugin::process_ludicsection has incomplete parameters list
(#120) Phpdocs for function restore_format_ludic_plugin::process_ludicmodule has incomplete parameters list
course/format/ludic/classes/controllers/controller_base.php
(#29) Class controller_base is not documented
(#49) Phpdocs for function controller_base::__construct has incomplete parameters list
(#124) Phpdocs for function controller_base::check_type has incomplete parameters list
course/format/ludic/classes/controllers/coursemodule_controller.php
(#31) Class coursemodule_controller is not documented
(#53) There is no description in phpdocs for function get_properties
(#54) Phpdocs for function coursemodule_controller::get_properties has incomplete parameters list
(#79) Phpdocs for function coursemodule_controller::validate_form has incomplete parameters list
(#115) Phpdocs for function coursemodule_controller::delete_format_ludic_cm has incomplete parameters list
(#127) Phpdocs for function coursemodule_controller::get_label_popup has incomplete parameters list
course/format/ludic/classes/controllers/front_controller.php
(#31) Class front_controller is not documented
course/format/ludic/classes/controllers/front_controller_interface.php
(#31) There is no description in phpdocs for function execute
course/format/ludic/classes/controllers/section_controller.php
(#31) Class section_controller is not documented
(#217) Function section_controller::update_cm_order is not documented
(#231) Function section_controller::update_section_order is not documented
(#90) Phpdocs for function section_controller::get_course_modules has incomplete parameters list
(#117) Phpdocs for function section_controller::get_properties has incomplete parameters list
(#169) Phpdocs for function section_controller::move_to_section has incomplete parameters list
(#197) Phpdocs for function section_controller::move_on_section has incomplete parameters list
(#252) Phpdocs for function section_controller::move_section_to has incomplete parameters list
(#281) Phpdocs for function section_controller::validate_form has incomplete parameters list
(#317) Phpdocs for function section_controller::duplicate_section has incomplete parameters list
(#352) Phpdocs for function section_controller::duplicate_course_module has incomplete parameters list
(#390) Phpdocs for function section_controller::delete_section_skin_id has incomplete parameters list
(#402) Phpdocs for function section_controller::get_section_view_of_student has incomplete parameters list
course/format/ludic/classes/controllers/skin_controller.php
(#31) Class skin_controller is not documented
(#136) Function skin_controller::get_course_module_skin_selector_main is not documented
(#141) Function skin_controller::get_course_module_skin_selector_section_zero is not documented
(#187) Function skin_controller::get_course_skins_list is not documented
(#197) Function skin_controller::get_skin_properties is not documented
(#209) Function skin_controller::get_skin_types is not documented
(#225) Function skin_controller::get_skin_types_form is not documented
(#237) Function skin_controller::get_add_skin_form is not documented
(#420) Function skin_controller::delete_skin is not documented
(#445) Function skin_controller::avatar_buy_item is not documented
(#461) Function skin_controller::avatar_toggle_item is not documented
(#109) Phpdocs for function skin_controller::get_course_module_skin_selector has incomplete parameters list
(#149) Phpdocs for function skin_controller::get_section_skin_selector has incomplete parameters list
(#175) Phpdocs for function skin_controller::get_description has incomplete parameters list
(#259) Phpdocs for function skin_controller::validate_form has incomplete parameters list
course/format/ludic/classes/data/context_helper.php
(#760) Function context_helper::prefetch_data_edit_mode is not documented
(#768) Function context_helper::prefetch_data_section_page_mode is not documented
(#774) Function context_helper::prefetch_data_course_page_mode is not documented
(#1065) Function context_helper::get_next_skinid is not documented
(#1076) Function context_helper::add_new_skin is not documented
(#1083) Function context_helper::update_skin is not documented
(#1087) Function context_helper::delete_skin is not documented
(#1099) Function context_helper::skin_is_used is not documented
(#1125) Function context_helper::is_single_section is not documented
(#269) There is no description in phpdocs for function get_instance
(#280) There is no description in phpdocs for function get_page
(#287) There is no description in phpdocs for function get_database_api
(#294) There is no description in phpdocs for function get_data_api
(#370) There is no description in phpdocs for function get_viewmode
(#377) There is no description in phpdocs for function set_viewmode
(#257) Phpdocs for function context_helper::__construct has incomplete parameters list
(#270) Phpdocs for function context_helper::get_instance has incomplete parameters list
(#360) Phpdocs for function context_helper::set_course_id has incomplete parameters list
(#378) Phpdocs for function context_helper::set_viewmode has incomplete parameters list
(#387) Phpdocs for function context_helper::get_section_id has incomplete parameters list
(#645) Phpdocs for function context_helper::is_page_type_in has incomplete parameters list
(#699) Phpdocs for function context_helper::get_course_by_id has incomplete parameters list
(#744) Phpdocs for function context_helper::get_section_by_id has incomplete parameters list
(#864) Phpdocs for function context_helper::get_course_module_by_id has incomplete parameters list
(#890) Phpdocs for function context_helper::get_course_format_by_course_id has incomplete parameters list
(#912) Phpdocs for function context_helper::get_course_format_option_by_name has incomplete parameters list
(#923) Phpdocs for function context_helper::get_course_format_options_by_course_id has incomplete parameters list
(#147) Inline phpdocs tag {@link get_config()} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
(#155) Inline phpdocs tag {@link course_get_format()} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
(#936) Inline phpdocs tag {@link moodleform::get_data()} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
course/format/ludic/classes/data/data_api.php
(#34) Class data_api is not documented
(#100) Function data_api::cm_is_graded is not documented
(#36) Variable data_api::$contexthelper is not documented
(#17) No one-line description found in phpdocs for file
(#41) Phpdocs for function data_api::__construct has incomplete parameters list
(#50) Phpdocs for function data_api::get_course_module_user_grade has incomplete parameters list
(#115) Phpdocs for function data_api::get_course_module_user_completion has incomplete parameters list
course/format/ludic/classes/data/database_api.php
(#30) Class database_api is not documented
(#464) Function database_api::update_section_user_skin_data is not documented
(#32) Variable database_api::$db is not documented
(#33) Variable database_api::$contexthelper is not documented
(#17) No one-line description found in phpdocs for file
(#369) There is no description in phpdocs for function update_section_record
(#378) There is no description in phpdocs for function create_section
(#398) There is no description in phpdocs for function get_course_last_section
(#450) There is no description in phpdocs for function get_section_user_skin_data
(#38) Phpdocs for function database_api::__construct has incomplete parameters list
(#49) Phpdocs for function database_api::get_skin_id_by_section_id has incomplete parameters list
(#60) Phpdocs for function database_api::get_skin_id_by_course_module_id has incomplete parameters list
(#71) Phpdocs for function database_api::get_format_ludic_cm_by_cmid has incomplete parameters list
(#82) Phpdocs for function database_api::get_format_ludic_cs_by_sectionid has incomplete parameters list
(#94) Phpdocs for function database_api::add_format_ludic_cm_record has incomplete parameters list
(#106) Phpdocs for function database_api::add_format_ludic_cs_record has incomplete parameters list
(#117) Phpdocs for function database_api::set_format_ludic_section has incomplete parameters list
(#147) Phpdocs for function database_api::delete_section_skin_id has incomplete parameters list
(#158) Phpdocs for function database_api::delete_format_ludic_cm has incomplete parameters list
(#170) Phpdocs for function database_api::set_format_ludic_cm has incomplete parameters list
(#209) Phpdocs for function database_api::get_course_id_by_section_id has incomplete parameters list
(#220) Phpdocs for function database_api::get_section_idx_by_id has incomplete parameters list
(#231) Phpdocs for function database_api::get_section_sequence_by_id has incomplete parameters list
(#242) Phpdocs for function database_api::get_section_id_by_courseid_and_sectionidx has incomplete parameters list
(#257) Phpdocs for function database_api::get_section_name_by_courseid_and_sectionidx has incomplete parameters list
(#272) Phpdocs for function database_api::get_course_sections_by_courseid has incomplete parameters list
(#283) Phpdocs for function database_api::get_section_by_id has incomplete parameters list
(#294) Phpdocs for function database_api::get_course_module_by_id has incomplete parameters list
(#309) Phpdocs for function database_api::get_module_name_by_course_module_id has incomplete parameters list
(#324) Phpdocs for function database_api::update_section has incomplete parameters list
(#336) Phpdocs for function database_api::update_course_module_name has incomplete parameters list
(#356) Phpdocs for function database_api::update_course_module_visible has incomplete parameters list
(#370) Phpdocs for function database_api::update_section_record has incomplete parameters list
(#415) Phpdocs for function database_api::file_exists_in_draft has incomplete parameters list
(#438) Phpdocs for function database_api::get_section_weight has incomplete parameters list
(#451) Phpdocs for function database_api::get_section_user_skin_data has incomplete parameters list
course/format/ludic/classes/data/file_api.php
(#29) Class file_api is not documented
(#32) Function file_api::get_skin_img_from_fileid is not documented
(#58) Function file_api::get_skin_img_from_name is not documented
(#139) Function file_api::create_skin_file_from_draft is not documented
(#179) Function file_api::get_draft_itemid_from_fileid is not documented
(#102) Phpdocs for function file_api::create_skin_file_from_url has incomplete parameters list
course/format/ludic/classes/data/log_api.php
(#29) Class log_api is not documented
(#31) Variable log_api::$contexthelper is not documented
(#36) Phpdocs for function log_api::__construct has incomplete parameters list
course/format/ludic/classes/data/skin_manager.php
(#27) Class skin_manager is not documented
(#37) Function skin_manager::get_instance is not documented
(#44) Function skin_manager::get_by_id is not documented
(#48) Function skin_manager::get_section_skin_by_name is not documented
(#57) Function skin_manager::get_all_section_skins is not documented
(#74) Function skin_manager::get_section_skin is not documented
(#86) Function skin_manager::get_section_skin_config is not documented
(#97) Function skin_manager::build_section_skin is not documented
(#107) Function skin_manager::get_section_ludic_config is not documented
(#112) Function skin_manager::get_course_module_skin_by_name is not documented
(#121) Function skin_manager::get_section0_course_module_skins is not documented
(#129) Function skin_manager::get_all_course_module_skins is not documented
(#146) Function skin_manager::get_course_module_skin is not documented
(#161) Function skin_manager::get_course_module_skin_config is not documented
(#172) Function skin_manager::get_course_module_ludic_config is not documented
(#177) Function skin_manager::build_course_module_skin is not documented
(#187) Function skin_manager::get_user_config is not documented
(#192) Function skin_manager::set_user_config is not documented
(#198) Function skin_manager::get_default_user_skin_config is not documented
(#203) Function skin_manager::fetch_ludic_config is not documented
(#258) Function skin_manager::get_default_ludic_config is not documented
(#273) Function skin_manager::read_system_skin_definition_set is not documented
(#282) Function skin_manager::read_default_user_skin_definition_set is not documented
(#301) Function skin_manager::read_pre_defined_skin_definition_set is not documented
(#315) Function skin_manager::prepare_skin_definition is not documented
(#357) Function skin_manager::get_course_module_default_skin is not documented
(#401) Function skin_manager::get_section_default_skin is not documented
(#28) Variable skin_manager::$instance is not documented
(#30) Variable skin_manager::$ludicconfig is not documented
(#31) Variable skin_manager::$sectionludicconfig is not documented
(#32) Variable skin_manager::$cmludicconfig is not documented
(#33) Variable skin_manager::$sectionskins is not documented
(#34) Variable skin_manager::$cmskins is not documented
(#35) Variable skin_manager::$skintemplates is not documented
(#17) No one-line description found in phpdocs for file
(#334) Phpdocs for function skin_manager::skin_course_module has incomplete parameters list
(#378) Phpdocs for function skin_manager::skin_section has incomplete parameters list
course/format/ludic/classes/forms/coursemodule_form.php
(#31) Class coursemodule_form is not documented
(#36) Phpdocs for function coursemodule_form::__construct has incomplete parameters list
course/format/ludic/classes/forms/edit_ludic_config.php
(#20) Package TODO is not valid
(#31) Class format_ludic_edit_ludic_config is not documented
(#34) Function format_ludic_edit_ludic_config::__construct is not documented
(#39) Function format_ludic_edit_ludic_config::definition is not documented
(#32) Variable format_ludic_edit_ludic_config::$oldconfig is not documented
(#17) No one-line description found in phpdocs for file
course/format/ludic/classes/forms/edit_skins_form.php
(#18) Package TODO is not valid
(#31) Class edit_skins_form is not documented
(#35) Function edit_skins_form::__construct is not documented
(#43) Function edit_skins_form::get_definition is not documented
(#109) Function edit_skins_form::get_group_element is not documented
(#214) Function edit_skins_form::get_element is not documented
(#32) Variable edit_skins_form::$skin is not documented
(#33) Variable edit_skins_form::$courseid is not documented
(#17) No one-line description found in phpdocs for file
course/format/ludic/classes/forms/elements/button_form_element.php
(#20) Package TODO is not valid
(#33) Class button_form_element is not documented
(#17) No one-line description found in phpdocs for file
(#53) There is no description in phpdocs for function validate_value
(#38) Phpdocs for function button_form_element::__construct has incomplete parameters list
(#54) Phpdocs for function button_form_element::validate_value has incomplete parameters list
course/format/ludic/classes/forms/elements/checkbox_form_element.php
(#31) Class checkbox_form_element is not documented
(#49) There is no description in phpdocs for function validate_value
(#36) Phpdocs for function checkbox_form_element::__construct has incomplete parameters list
(#50) Phpdocs for function checkbox_form_element::validate_value has incomplete parameters list
course/format/ludic/classes/forms/elements/filepicker_form_element.php
(#31) Class filepicker_form_element is not documented
(#33) Variable filepicker_form_element::$previewsrc is not documented
(#52) There is no description in phpdocs for function validate_value
(#38) Phpdocs for function filepicker_form_element::__construct has incomplete parameters list
(#53) Phpdocs for function filepicker_form_element::validate_value has incomplete parameters list
course/format/ludic/classes/forms/elements/form_element.php
(#29) Class form_element is not documented
(#38) Variable form_element::$type is not documented
(#39) Variable form_element::$name is not documented
(#40) Variable form_element::$id is not documented
(#41) Variable form_element::$value is not documented
(#42) Variable form_element::$defaultvalue is not documented
(#43) Variable form_element::$label is not documented
(#44) Variable form_element::$attributes is not documented
(#45) Variable form_element::$specific is not documented
(#46) Variable form_element::$groupclass is not documented
(#49) Variable form_element::$autofocus is not documented
(#50) Variable form_element::$disabled is not documented
(#51) Variable form_element::$required is not documented
(#52) Variable form_element::$readonly is not documented
(#57) Phpdocs for function form_element::__construct has incomplete parameters list
(#103) Phpdocs for function form_element::validate_value has incomplete parameters list
course/format/ludic/classes/forms/elements/hidden_form_element.php
(#31) Class hidden_form_element is not documented
(#49) There is no description in phpdocs for function validate_value
(#36) Phpdocs for function hidden_form_element::__construct has incomplete parameters list
(#50) Phpdocs for function hidden_form_element::validate_value has incomplete parameters list
course/format/ludic/classes/forms/elements/number_form_element.php
(#31) Class number_form_element is not documented
(#33) Variable number_form_element::$min is not documented
(#34) Variable number_form_element::$max is not documented
(#35) Variable number_form_element::$step is not documented
(#56) There is no description in phpdocs for function validate_value
(#40) Phpdocs for function number_form_element::__construct has incomplete parameters list
(#57) Phpdocs for function number_form_element::validate_value has incomplete parameters list
course/format/ludic/classes/forms/elements/select_form_element.php
(#31) Class select_form_element is not documented
(#33) Variable select_form_element::$options is not documented
(#34) Variable select_form_element::$hasdescription is not documented
(#39) Phpdocs for function select_form_element::__construct has incomplete parameters list
(#90) Phpdocs for function select_form_element::validate_value has incomplete parameters list
course/format/ludic/classes/forms/elements/selection_popup_form_element.php
(#32) Class selection_popup_form_element is not documented
(#34) Variable selection_popup_form_element::$itemcontroller is not documented
(#35) Variable selection_popup_form_element::$itemaction is not documented
(#36) Variable selection_popup_form_element::$popuptitle is not documented
(#17) No one-line description found in phpdocs for file
(#68) There is no description in phpdocs for function validate_value
(#43) Phpdocs for function selection_popup_form_element::__construct has incomplete parameters list
(#69) Phpdocs for function selection_popup_form_element::validate_value has incomplete parameters list
course/format/ludic/classes/forms/elements/separator_form_element.php
(#31) Class separator_form_element is not documented
(#47) Function separator_form_element::validate_value is not documented
(#36) Phpdocs for function separator_form_element::__construct has incomplete parameters list
course/format/ludic/classes/forms/elements/text_form_element.php
(#31) Class text_form_element is not documented
(#33) Variable text_form_element::$minlength is not documented
(#34) Variable text_form_element::$maxlength is not documented
(#55) There is no description in phpdocs for function validate_value
(#39) Phpdocs for function text_form_element::__construct has incomplete parameters list
(#56) Phpdocs for function text_form_element::validate_value has incomplete parameters list
course/format/ludic/classes/forms/elements/textarea_form_element.php
(#31) Class textarea_form_element is not documented
(#33) Variable textarea_form_element::$minlength is not documented
(#34) Variable textarea_form_element::$maxlength is not documented
(#54) There is no description in phpdocs for function validate_value
(#39) Phpdocs for function textarea_form_element::__construct has incomplete parameters list
(#55) Phpdocs for function textarea_form_element::validate_value has incomplete parameters list
course/format/ludic/classes/forms/form.php
(#31) Class form is not documented
(#33) Variable form::$id is not documented
(#34) Variable form::$type is not documented
(#35) Variable form::$content is not documented
(#36) Variable form::$object is not documented
(#37) Variable form::$errors is not documented
(#38) Variable form::$formvalues is not documented
(#67) There is no description in phpdocs for function get_definition
(#79) There is no description in phpdocs for function update_child
(#55) Phpdocs for function form::__construct has incomplete parameters list
(#111) Phpdocs for function form::validate_and_update has incomplete parameters list
(#137) Phpdocs for function form::set_form_values has incomplete parameters list
course/format/ludic/classes/forms/section_form.php
(#31) Class section_form is not documented
(#36) Phpdocs for function section_form::__construct has incomplete parameters list
course/format/ludic/classes/models/course.php
(#31) Class course is not documented
(#33) Variable course::$moodlecourse is not documented
(#34) Variable course::$coursemodules is not documented
(#39) Phpdocs for function course::__construct has incomplete parameters list
(#88) Phpdocs for function course::create_section has incomplete parameters list
course/format/ludic/classes/models/course_module.php
(#37) Class course_module is not documented
(#128) Function course_module::update_cm_order is not documented
(#39) Variable course_module::$name is not documented
(#40) Variable course_module::$order is not documented
(#41) Variable course_module::$cminfo is not documented
(#42) Variable course_module::$courseid is not documented
(#43) Variable course_module::$section is not documented
(#44) Variable course_module::$sectionid is not documented
(#45) Variable course_module::$access is not documented
(#46) Variable course_module::$visible is not documented
(#47) Variable course_module::$skinid is not documented
(#48) Variable course_module::$skin is not documented
(#49) Variable course_module::$weight is not documented
(#50) Variable course_module::$targetmin is not documented
(#51) Variable course_module::$targetmax is not documented
(#52) Variable course_module::$results is not documented
(#85) Phpdocs for function course_module::move_to_section has incomplete parameters list
(#108) Phpdocs for function course_module::move_on_section has incomplete parameters list
(#154) Phpdocs for function course_module::duplicate has incomplete parameters list
(#268) Phpdocs for function course_module::update has incomplete parameters list
course/format/ludic/classes/models/course_module_skin_types/achievement.php
(#33) Class skinned_course_module_achievement is not documented
(#41) Class skin_type_course_module_achievement is not documented
(#62) Class skin_template_course_module_achievement is not documented
(#34) Function skinned_course_module_achievement::__construct is not documented
(#45) Function skin_type_course_module_achievement::get_name is not documented
(#49) Function skin_type_course_module_achievement::get_editor_config is not documented
(#66) Function skin_template_course_module_achievement::__construct is not documented
(#150) Function skin_template_course_module_achievement::get_css is not documented
(#171) Function skin_template_course_module_achievement::setup_skin_data is not documented
(#42) Variable skin_type_course_module_achievement::$editimage is not documented
(#43) Variable skin_type_course_module_achievement::$maxscore is not documented
(#64) Variable skin_template_course_module_achievement::$steps is not documented
(#138) Phpdocs for function skin_template_course_module_achievement::get_images_to_render has incomplete parameters list
(#154) Phpdocs for function skin_template_course_module_achievement::get_texts_to_render has incomplete parameters list
course/format/ludic/classes/models/course_module_skin_types/fixed_image.php
(#33) Class skinned_course_module_fixed_image is not documented
(#41) Class skin_type_course_module_fixed_image is not documented
(#54) Class skin_template_course_module_fixed_image is not documented
(#34) Function skinned_course_module_fixed_image::__construct is not documented
(#42) Function skin_type_course_module_fixed_image::get_name is not documented
(#46) Function skin_type_course_module_fixed_image::get_editor_config is not documented
(#59) Function skin_template_course_module_fixed_image::__construct is not documented
(#68) Function skin_template_course_module_fixed_image::get_edit_image is not documented
(#72) Function skin_template_course_module_fixed_image::get_images_to_render is not documented
(#76) Function skin_template_course_module_fixed_image::get_css is not documented
(#80) Function skin_template_course_module_fixed_image::get_texts_to_render is not documented
(#84) Function skin_template_course_module_fixed_image::setup_skin_data is not documented
(#56) Variable skin_template_course_module_fixed_image::$background is not documented
(#57) Variable skin_template_course_module_fixed_image::$text is not documented
course/format/ludic/classes/models/course_module_skin_types/inline.php
(#33) Class skinned_course_module_inline is not documented
(#41) Class skin_type_course_module_inline is not documented
(#51) Class skin_template_course_module_inline is not documented
(#34) Function skinned_course_module_inline::__construct is not documented
(#42) Function skin_type_course_module_inline::get_name is not documented
(#46) Function skin_type_course_module_inline::get_editor_config is not documented
(#53) Function skin_template_course_module_inline::get_edit_image is not documented
(#57) Function skin_template_course_module_inline::get_images_to_render is not documented
(#61) Function skin_template_course_module_inline::get_css is not documented
(#65) Function skin_template_course_module_inline::get_texts_to_render is not documented
(#69) Function skin_template_course_module_inline::setup_skin_data is not documented
course/format/ludic/classes/models/course_module_skin_types/menubar.php
(#33) Class skinned_course_module_menubar is not documented
(#41) Class skin_type_course_module_menubar is not documented
(#51) Class skin_template_course_module_menubar is not documented
(#34) Function skinned_course_module_menubar::__construct is not documented
(#42) Function skin_type_course_module_menubar::get_name is not documented
(#46) Function skin_type_course_module_menubar::get_editor_config is not documented
(#53) Function skin_template_course_module_menubar::get_edit_image is not documented
(#57) Function skin_template_course_module_menubar::get_images_to_render is not documented
(#61) Function skin_template_course_module_menubar::get_css is not documented
(#65) Function skin_template_course_module_menubar::get_texts_to_render is not documented
(#69) Function skin_template_course_module_menubar::setup_skin_data is not documented
course/format/ludic/classes/models/course_module_skin_types/progress.php
(#33) Class skinned_course_module_progress is not documented
(#41) Class skin_type_course_module_progress is not documented
(#62) Class skin_template_course_module_progress is not documented
(#34) Function skinned_course_module_progress::__construct is not documented
(#42) Function skin_type_course_module_progress::get_name is not documented
(#46) Function skin_type_course_module_progress::get_editor_config is not documented
(#66) Function skin_template_course_module_progress::__construct is not documented
(#98) Function skin_template_course_module_progress::get_edit_image is not documented
(#103) Function skin_template_course_module_progress::get_images_to_render is not documented
(#107) Function skin_template_course_module_progress::get_css is not documented
(#111) Function skin_template_course_module_progress::get_texts_to_render is not documented
(#128) Function skin_template_course_module_progress::setup_skin_data is not documented
(#64) Variable skin_template_course_module_progress::$steps is not documented
course/format/ludic/classes/models/course_module_skin_types/score.php
(#33) Class skinned_course_module_score is not documented
(#41) Class skin_type_course_module_score is not documented
(#67) Class skin_template_course_module_score is not documented
(#34) Function skinned_course_module_score::__construct is not documented
(#42) Function skin_type_course_module_score::get_name is not documented
(#46) Function skin_type_course_module_score::get_editor_config is not documented
(#58) Function skin_type_course_module_score::get_targetmin_string_id is not documented
(#62) Function skin_type_course_module_score::get_targetmax_string_id is not documented
(#71) Function skin_template_course_module_score::__construct is not documented
(#101) Function skin_template_course_module_score::get_edit_image is not documented
(#105) Function skin_template_course_module_score::get_images_to_render is not documented
(#109) Function skin_template_course_module_score::get_css is not documented
(#113) Function skin_template_course_module_score::get_texts_to_render is not documented
(#143) Function skin_template_course_module_score::setup_skin_data is not documented
(#69) Variable skin_template_course_module_score::$steps is not documented
course/format/ludic/classes/models/course_module_skin_types/stealth.php
(#33) Class skinned_course_module_stealth is not documented
(#41) Class skin_type_course_module_stealth is not documented
(#51) Class skin_template_course_module_stealth is not documented
(#34) Function skinned_course_module_stealth::__construct is not documented
(#42) Function skin_type_course_module_stealth::get_name is not documented
(#46) Function skin_type_course_module_stealth::get_editor_config is not documented
(#53) Function skin_template_course_module_stealth::get_edit_image is not documented
(#57) Function skin_template_course_module_stealth::get_images_to_render is not documented
(#61) Function skin_template_course_module_stealth::get_css is not documented
(#65) Function skin_template_course_module_stealth::get_texts_to_render is not documented
(#69) Function skin_template_course_module_stealth::setup_skin_data is not documented
course/format/ludic/classes/models/model.php
(#29) Class model is not documented
(#46) Phpdocs for function model::__construct has incomplete parameters list
course/format/ludic/classes/models/section.php
(#32) Class section is not documented
(#424) Function section::get_user_skin_data is not documented
(#428) Function section::update_user_skin_data is not documented
(#34) Variable section::$course is not documented
(#35) Variable section::$results is not documented
(#37) Variable section::$dbrecord is not documented
(#38) Variable section::$courseid is not documented
(#39) Variable section::$section is not documented
(#40) Variable section::$sectioninfo is not documented
(#41) Variable section::$name is not documented
(#42) Variable section::$sequence is not documented
(#43) Variable section::$visible is not documented
(#44) Variable section::$coursemodules is not documented
(#45) Variable section::$skinid is not documented
(#46) Variable section::$target is not documented
(#47) Variable section::$skin is not documented
(#48) Variable section::$contextview is not documented
(#81) There is no description in phpdocs for function get_title
(#162) There is no description in phpdocs for function get_moodle_course
(#170) There is no description in phpdocs for function update
(#432) There is no description in phpdocs for function get_target
(#53) Phpdocs for function section::__construct has incomplete parameters list
(#124) Phpdocs for function section::update_sequence has incomplete parameters list
(#140) Phpdocs for function section::move_section_to has incomplete parameters list
(#171) Phpdocs for function section::update has incomplete parameters list
course/format/ludic/classes/models/section_skin_types/achievement.php
(#34) Class skinned_section_achievement is not documented
(#42) Class skin_type_section_achievement is not documented
(#59) Class skin_template_section_achievement is not documented
(#35) Function skinned_section_achievement::__construct is not documented
(#43) Function skin_type_section_achievement::get_name is not documented
(#47) Function skin_type_section_achievement::get_editor_config is not documented
(#72) Function skin_template_section_achievement::__construct is not documented
(#90) Function skin_template_section_achievement::get_edit_image is not documented
(#94) Function skin_template_section_achievement::get_images_to_render is not documented
(#116) Function skin_template_section_achievement::get_css is not documented
(#120) Function skin_template_section_achievement::get_texts_to_render is not documented
(#138) Function skin_template_section_achievement::setup_skin_data is not documented
(#61) Variable skin_template_section_achievement::$background is not documented
(#62) Variable skin_template_section_achievement::$finalimage is not documented
(#63) Variable skin_template_section_achievement::$editorimage is not documented
(#64) Variable skin_template_section_achievement::$stateimages is not documented
(#65) Variable skin_template_section_achievement::$statenames is not documented
course/format/ludic/classes/models/section_skin_types/avatar.php
(#34) Class skinned_section_avatar is not documented
(#42) Class skin_type_section_avatar is not documented
(#75) Class skin_template_section_avatar is not documented
(#35) Function skinned_section_avatar::__construct is not documented
(#43) Function skin_type_section_avatar::get_name is not documented
(#47) Function skin_type_section_avatar::get_editor_config is not documented
(#70) Function skin_type_section_avatar::get_target_string_id is not documented
(#82) Function skin_template_section_avatar::__construct is not documented
(#117) Function skin_template_section_avatar::get_edit_image is not documented
(#121) Function skin_template_section_avatar::get_images_to_render is not documented
(#162) Function skin_template_section_avatar::get_css is not documented
(#167) Function skin_template_section_avatar::get_texts_to_render is not documented
(#181) Function skin_template_section_avatar::setup_skin_data is not documented
(#237) Function skin_template_section_avatar::buy_item is not documented
(#275) Function skin_template_section_avatar::toggle_item is not documented
(#325) Function skin_template_section_avatar::get_extra_html_to_render is not documented
(#431) Function skin_template_section_avatar::execute_special_action is not documented
(#77) Variable skin_template_section_avatar::$background is not documented
(#78) Variable skin_template_section_avatar::$maxcash is not documented
(#79) Variable skin_template_section_avatar::$slots is not documented
(#80) Variable skin_template_section_avatar::$items is not documented
course/format/ludic/classes/models/section_skin_types/collection.php
(#34) Class skinned_section_collection is not documented
(#42) Class skin_type_section_collection is not documented
(#62) Class skin_template_section_collection is not documented
(#35) Function skinned_section_collection::__construct is not documented
(#43) Function skin_type_section_collection::get_name is not documented
(#47) Function skin_type_section_collection::get_editor_config is not documented
(#67) Function skin_template_section_collection::__construct is not documented
(#75) Function skin_template_section_collection::get_edit_image is not documented
(#79) Function skin_template_section_collection::get_images_to_render is not documented
(#113) Function skin_template_section_collection::get_css is not documented
(#117) Function skin_template_section_collection::get_texts_to_render is not documented
(#121) Function skin_template_section_collection::setup_skin_data is not documented
(#64) Variable skin_template_section_collection::$layouts is not documented
(#65) Variable skin_template_section_collection::$stamps is not documented
course/format/ludic/classes/models/section_skin_types/fixed_image.php
(#33) Class skinned_section_fixed_image is not documented
(#41) Class skin_type_section_fixed_image is not documented
(#57) Class skin_template_section_fixed_image is not documented
(#34) Function skinned_section_fixed_image::__construct is not documented
(#42) Function skin_type_section_fixed_image::get_name is not documented
(#46) Function skin_type_section_fixed_image::get_editor_config is not documented
(#52) Function skin_type_section_fixed_image::has_in_section_view is not documented
(#61) Function skin_template_section_fixed_image::__construct is not documented
(#68) Function skin_template_section_fixed_image::get_edit_image is not documented
(#72) Function skin_template_section_fixed_image::get_images_to_render is not documented
(#76) Function skin_template_section_fixed_image::get_css is not documented
(#80) Function skin_template_section_fixed_image::get_texts_to_render is not documented
(#84) Function skin_template_section_fixed_image::setup_skin_data is not documented
(#59) Variable skin_template_section_fixed_image::$background is not documented
course/format/ludic/classes/models/section_skin_types/progress.php
(#34) Class skinned_section_progress is not documented
(#42) Class skin_type_section_progress is not documented
(#67) Class skin_template_section_progress is not documented
(#35) Function skinned_section_progress::__construct is not documented
(#43) Function skin_type_section_progress::get_name is not documented
(#47) Function skin_type_section_progress::get_editor_config is not documented
(#62) Function skin_type_section_progress::get_target_string_id is not documented
(#71) Function skin_template_section_progress::__construct is not documented
(#103) Function skin_template_section_progress::get_edit_image is not documented
(#108) Function skin_template_section_progress::get_images_to_render is not documented
(#112) Function skin_template_section_progress::get_css is not documented
(#116) Function skin_template_section_progress::get_texts_to_render is not documented
(#137) Function skin_template_section_progress::setup_skin_data is not documented
(#69) Variable skin_template_section_progress::$steps is not documented
course/format/ludic/classes/models/section_skin_types/score.php
(#33) Class skinned_section_score is not documented
(#41) Class skin_type_section_score is not documented
(#62) Class skin_template_section_score is not documented
(#34) Function skinned_section_score::__construct is not documented
(#42) Function skin_type_section_score::get_name is not documented
(#46) Function skin_type_section_score::get_editor_config is not documented
(#57) Function skin_type_section_score::get_target_string_id is not documented
(#66) Function skin_template_section_score::__construct is not documented
(#93) Function skin_template_section_score::get_edit_image is not documented
(#98) Function skin_template_section_score::get_images_to_render is not documented
(#102) Function skin_template_section_score::get_css is not documented
(#106) Function skin_template_section_score::get_texts_to_render is not documented
(#123) Function skin_template_section_score::setup_skin_data is not documented
(#64) Variable skin_template_section_score::$steps is not documented
course/format/ludic/classes/models/skin_template.php
(#27) Class skin_template is not documented
(#57) Class course_module_skin_template is not documented
(#68) Class section_skin_template is not documented
(#35) Function skin_template::__get is not documented
(#41) Function skin_template::get_edit_image is not documented
(#42) Function skin_template::get_images_to_render is not documented
(#43) Function skin_template::get_css is not documented
(#44) Function skin_template::get_texts_to_render is not documented
(#45) Function skin_template::get_extra_html_to_render is not documented
(#49) Function skin_template::get_skin_title is not documented
(#52) Function skin_template::get_skin_description is not documented
(#58) Function course_module_skin_template::__construct is not documented
(#65) Function course_module_skin_template::setup_skin_data is not documented
(#69) Function section_skin_template::__construct is not documented
(#76) Function section_skin_template::setup_skin_data is not documented
(#78) Function section_skin_template::execute_special_action is not documented
(#29) Variable skin_template::$id is not documented
(#30) Variable skin_template::$title is not documented
(#31) Variable skin_template::$description is not documented
(#32) Variable skin_template::$css is not documented
(#17) No one-line description found in phpdocs for file
course/format/ludic/classes/models/skin_type.php
(#27) Class skin_type is not documented
(#38) Class course_module_skin_type is not documented
(#50) Class section_skin_type is not documented
(#29) Function skin_type::get_domain is not documented
(#30) Function skin_type::get_name is not documented
(#31) Function skin_type::get_editor_config is not documented
(#33) Function skin_type::get_full_skin_typename is not documented
(#39) Function course_module_skin_type::get_domain is not documented
(#42) Function course_module_skin_type::get_targetmin_string_id is not documented
(#45) Function course_module_skin_type::get_targetmax_string_id is not documented
(#51) Function section_skin_type::get_domain is not documented
(#54) Function section_skin_type::get_target_string_id is not documented
(#17) No one-line description found in phpdocs for file
course/format/ludic/classes/models/skinned_course_module.php
(#29) Class skinned_course_module is not documented
(#35) Function skinned_course_module::get_editor_config is not documented
(#48) Function skinned_course_module::initialise is not documented
(#53) Function skinned_course_module::ensure_initialised is not documented
(#81) Function skinned_course_module::get_edit_info is not documented
(#89) Function skinned_course_module::get_images_to_render is not documented
(#94) Function skinned_course_module::get_texts_to_render is not documented
(#99) Function skinned_course_module::get_additional_css is not documented
(#104) Function skinned_course_module::get_full_typename is not documented
(#108) Function skinned_course_module::get_skin_results is not documented
(#113) Function skinned_course_module::get_instance_title is not documented
(#117) Function skinned_course_module::get_instance_name is not documented
(#121) Function skinned_course_module::get_targetmin_string_id is not documented
(#125) Function skinned_course_module::get_targetmax_string_id is not documented
(#30) Variable skinned_course_module::$skindata is not documented
(#31) Variable skinned_course_module::$skinresults is not documented
(#32) Variable skinned_course_module::$coursemodule is not documented
(#33) Variable skinned_course_module::$weight is not documented
(#17) No one-line description found in phpdocs for file
course/format/ludic/classes/models/skinned_item.php
(#31) Class skinned_item is not documented
(#55) Function skinned_item::get_skin_id is not documented
(#59) Function skinned_item::get_title is not documented
(#63) Function skinned_item::get_type_name is not documented
(#67) Function skinned_item::get_domain_name is not documented
(#71) Function skinned_item::get_instance_name is not documented
(#157) Function skinned_item::get_edit_buttons is not documented
(#34) Variable skinned_item::$domain is not documented
(#35) Variable skinned_item::$skintype is not documented
(#36) Variable skinned_item::$skinname is not documented
(#37) Variable skinned_item::$title is not documented
(#38) Variable skinned_item::$description is not documented
(#39) Variable skinned_item::$template is not documented
(#44) Phpdocs for function skinned_item::__construct has incomplete parameters list
(#77) Phpdocs for function skinned_item::get_css has incomplete parameters list
course/format/ludic/classes/models/skinned_section.php
(#29) Class skinned_section is not documented
(#33) Function skinned_section::set_section is not documented
(#37) Function skinned_section::get_editor_config is not documented
(#49) Function skinned_section::ensure_initialised is not documented
(#63) Function skinned_section::get_edit_info is not documented
(#71) Function skinned_section::get_texts_to_render is not documented
(#76) Function skinned_section::get_images_to_render is not documented
(#81) Function skinned_section::get_additional_css is not documented
(#86) Function skinned_section::get_extra_html_to_render is not documented
(#91) Function skinned_section::get_full_typename is not documented
(#95) Function skinned_section::get_instance_title is not documented
(#99) Function skinned_section::get_instance_name is not documented
(#103) Function skinned_section::execute_special_action is not documented
(#108) Function skinned_section::get_target_string_id is not documented
(#112) Function skinned_section::has_in_section_view is not documented
(#30) Variable skinned_section::$skindata is not documented
(#31) Variable skinned_section::$section is not documented
(#17) No one-line description found in phpdocs for file
course/format/ludic/classes/privacy/provider.php
(#31) Package format_summary\privacy is not valid
course/format/ludic/classes/renderers/renderable/avatar_inventory.php
(#20) Package TODO is not valid
(#29) Class format_ludic_avatar_inventory is not documented
(#31) Variable format_ludic_avatar_inventory::$slotsowned is not documented
(#32) Variable format_ludic_avatar_inventory::$slotsother is not documented
(#17) No one-line description found in phpdocs for file
(#37) Phpdocs for function format_ludic_avatar_inventory::__construct has incomplete parameters list
course/format/ludic/classes/renderers/renderable/button_form_element.php
(#20) Package TODO is not valid
(#32) Class format_ludic_button_form_element is not documented
(#34) Variable format_ludic_button_form_element::$action is not documented
(#35) Variable format_ludic_button_form_element::$itemid is not documented
(#17) No one-line description found in phpdocs for file
course/format/ludic/classes/renderers/renderable/buttons.php
(#27) Class format_ludic_buttons is not documented
(#29) Variable format_ludic_buttons::$buttons is not documented
(#30) Variable format_ludic_buttons::$itemid is not documented
(#31) Variable format_ludic_buttons::$itemtype is not documented
(#32) Variable format_ludic_buttons::$selectorid is not documented
(#37) Phpdocs for function format_ludic_buttons::__construct has incomplete parameters list
course/format/ludic/classes/renderers/renderable/checkbox_form_element.php
(#29) Class format_ludic_checkbox_form_element is not documented
(#31) Variable format_ludic_checkbox_form_element::$checked is not documented
course/format/ludic/classes/renderers/renderable/course_module.php
(#29) Class format_ludic_course_module is not documented
(#31) Variable format_ludic_course_module::$parentid is not documented
course/format/ludic/classes/renderers/renderable/course_module_inline.php
(#29) Class format_ludic_course_module_inline is not documented
(#31) Variable format_ludic_course_module_inline::$modname is not documented
(#32) Variable format_ludic_course_module_inline::$iconsrc is not documented
(#33) Variable format_ludic_course_module_inline::$iconalt is not documented
(#34) Variable format_ludic_course_module_inline::$parentid is not documented
course/format/ludic/classes/renderers/renderable/filepicker_form_element.php
(#30) Class format_ludic_filepicker_form_element is not documented
(#32) Variable format_ludic_filepicker_form_element::$filepicker is not documented
(#33) Variable format_ludic_filepicker_form_element::$content is not documented
(#34) Variable format_ludic_filepicker_form_element::$options is not documented
(#35) Variable format_ludic_filepicker_form_element::$previewsrc is not documented
course/format/ludic/classes/renderers/renderable/form.php
(#27) Class format_ludic_form is not documented
(#29) Variable format_ludic_form::$id is not documented
(#30) Variable format_ludic_form::$action is not documented
(#31) Variable format_ludic_form::$method is not documented
(#32) Variable format_ludic_form::$itemtype is not documented
(#33) Variable format_ludic_form::$itemid is not documented
(#34) Variable format_ludic_form::$content is not documented
course/format/ludic/classes/renderers/renderable/form_element.php
(#27) Class format_ludic_form_element is not documented
(#29) Variable format_ludic_form_element::$id is not documented
(#30) Variable format_ludic_form_element::$name is not documented
(#31) Variable format_ludic_form_element::$value is not documented
(#32) Variable format_ludic_form_element::$defaultvalue is not documented
(#33) Variable format_ludic_form_element::$label is not documented
(#34) Variable format_ludic_form_element::$labelclass is not documented
(#35) Variable format_ludic_form_element::$class is not documented
(#36) Variable format_ludic_form_element::$groupclass is not documented
(#37) Variable format_ludic_form_element::$attributes is not documented
(#38) Variable format_ludic_form_element::$specific is not documented
(#39) Variable format_ludic_form_element::$placeholder is not documented
(#40) Variable format_ludic_form_element::$autofocus is not documented
(#41) Variable format_ludic_form_element::$disabled is not documented
(#42) Variable format_ludic_form_element::$readonly is not documented
(#43) Variable format_ludic_form_element::$required is not documented
course/format/ludic/classes/renderers/renderable/form_tabs.php
(#27) Class format_ludic_form_tabs is not documented
(#29) Variable format_ludic_form_tabs::$tabs is not documented
course/format/ludic/classes/renderers/renderable/header_bar.php
(#27) Class format_ludic_header_bar is not documented
(#43) Variable format_ludic_header_bar::$notstudentview is not documented
(#44) Variable format_ludic_header_bar::$optionslist is not documented
(#45) Variable format_ludic_header_bar::$hasoptions is not documented
(#46) Variable format_ludic_header_bar::$display is not documented
(#47) Variable format_ludic_header_bar::$sectionscontent is not documented
(#48) Variable format_ludic_header_bar::$sections is not documented
course/format/ludic/classes/renderers/renderable/item.php
(#27) Class format_ludic_item is not documented
course/format/ludic/classes/renderers/renderable/modchooser.php
(#27) Class format_ludic_modchooser is not documented
(#29) Variable format_ludic_modchooser::$modchooser is not documented
(#30) Variable format_ludic_modchooser::$section is not documented
(#31) Variable format_ludic_modchooser::$order is not documented
(#36) Phpdocs for function format_ludic_modchooser::__construct has incomplete parameters list
course/format/ludic/classes/renderers/renderable/number_form_element.php
(#29) Class format_ludic_number_form_element is not documented
(#31) Variable format_ludic_number_form_element::$min is not documented
(#32) Variable format_ludic_number_form_element::$max is not documented
(#33) Variable format_ludic_number_form_element::$step is not documented
course/format/ludic/classes/renderers/renderable/popup.php
(#27) Class format_ludic_popup is not documented
(#29) Variable format_ludic_popup::$popupid is not documented
(#30) Variable format_ludic_popup::$title is not documented
(#31) Variable format_ludic_popup::$content is not documented
(#36) Phpdocs for function format_ludic_popup::__construct has incomplete parameters list
course/format/ludic/classes/renderers/renderable/section.php
(#29) Class format_ludic_section is not documented
course/format/ludic/classes/renderers/renderable/select_form_element.php
(#29) Class format_ludic_select_form_element is not documented
(#31) Variable format_ludic_select_form_element::$options is not documented
(#32) Variable format_ludic_select_form_element::$hasdescription is not documented
(#34) Variable format_ludic_select_form_element::$size is not documented
(#35) Variable format_ludic_select_form_element::$multiple is not documented
course/format/ludic/classes/renderers/renderable/selection_popup_form_element.php
(#30) Class format_ludic_selection_popup_form_element is not documented
(#32) Variable format_ludic_selection_popup_form_element::$imgsrc is not documented
(#33) Variable format_ludic_selection_popup_form_element::$imgalt is not documented
(#34) Variable format_ludic_selection_popup_form_element::$action is not documented
(#35) Variable format_ludic_selection_popup_form_element::$itemid is not documented
(#36) Variable format_ludic_selection_popup_form_element::$itemcontroller is not documented
(#37) Variable format_ludic_selection_popup_form_element::$itemaction is not documented
(#38) Variable format_ludic_selection_popup_form_element::$popuptitle is not documented
(#39) Variable format_ludic_selection_popup_form_element::$skintitle is not documented
(#40) Variable format_ludic_selection_popup_form_element::$skindescription is not documented
(#17) No one-line description found in phpdocs for file
course/format/ludic/classes/renderers/renderable/separator_form_element.php
(#20) Package TODO is not valid
(#31) Class format_ludic_separator_form_element is not documented
(#17) No one-line description found in phpdocs for file
course/format/ludic/classes/renderers/renderable/skin.php
(#29) Class format_ludic_skin is not documented
(#31) Variable format_ludic_skin::$selected is not documented
(#36) Phpdocs for function format_ludic_skin::__construct has incomplete parameters list
course/format/ludic/classes/renderers/renderable/skin_types_list.php
(#20) Package TODO is not valid
(#31) Class format_ludic_skins_types_list is not documented
(#33) Variable format_ludic_skins_types_list::$selected is not documented
(#34) Variable format_ludic_skins_types_list::$skintypes is not documented
(#35) Variable format_ludic_skins_types_list::$skinid is not documented
(#17) No one-line description found in phpdocs for file
(#40) Phpdocs for function format_ludic_skins_types_list::__construct has incomplete parameters list
course/format/ludic/classes/renderers/renderable/skinned_tile.php
(#27) Class format_ludic_skinned_tile is not documented
(#29) Variable format_ludic_skinned_tile::$skinid is not documented
(#30) Variable format_ludic_skinned_tile::$skintype is not documented
(#31) Variable format_ludic_skinned_tile::$weight is not documented
(#32) Variable format_ludic_skinned_tile::$images is not documented
(#33) Variable format_ludic_skinned_tile::$texts is not documented
(#34) Variable format_ludic_skinned_tile::$title is not documented
(#35) Variable format_ludic_skinned_tile::$css is not documented
(#36) Variable format_ludic_skinned_tile::$emptydiv is not documented
(#37) Variable format_ludic_skinned_tile::$hiddentexts is not documented
(#38) Variable format_ludic_skinned_tile::$extrahtml is not documented
(#43) Phpdocs for function format_ludic_skinned_tile::__construct has incomplete parameters list
course/format/ludic/classes/renderers/renderable/skins_list.php
(#20) Package TODO is not valid
(#31) Class format_ludic_skins_list is not documented
(#33) Variable format_ludic_skins_list::$selected is not documented
(#34) Variable format_ludic_skins_list::$skins is not documented
(#17) No one-line description found in phpdocs for file
(#39) Phpdocs for function format_ludic_skins_list::__construct has incomplete parameters list
course/format/ludic/classes/renderers/renderable/text_form_element.php
(#29) Class format_ludic_text_form_element is not documented
(#31) Variable format_ludic_text_form_element::$minlength is not documented
(#32) Variable format_ludic_text_form_element::$maxlength is not documented
course/format/ludic/classes/renderers/renderable/textarea_form_element.php
(#29) Class format_ludic_textarea_form_element is not documented
(#31) Variable format_ludic_textarea_form_element::$minlength is not documented
(#32) Variable format_ludic_textarea_form_element::$maxlength is not documented
(#33) Variable format_ludic_textarea_form_element::$rows is not documented
(#34) Variable format_ludic_textarea_form_element::$cols is not documented
(#35) Variable format_ludic_textarea_form_element::$wrap is not documented
(#36) Variable format_ludic_textarea_form_element::$spellcheck is not documented
course/format/ludic/db/upgrade.php
(#25) Function xmldb_format_ludic_upgrade is not documented
course/format/ludic/edit_skins.php
(#18) Package TODO is not valid
(#17) No one-line description found in phpdocs for file
course/format/ludic/format.php
(#27) Function format_ludic_display_page is not documented
course/format/ludic/lib.php
(#118) Function format_ludic::create_edit_form_elements is not documented
(#160) Function format_ludic::page_set_course is not documented
(#390) Function format_ludic_get_skin_image_url is not documented
(#37) Variable format_ludic::$contexthelper is not documented
(#42) Phpdocs for function format_ludic::__construct has incomplete parameters list
(#465) Phpdocs for function format_ludic_init_edit_mode has incomplete parameters list
(#503) Phpdocs for function format_ludic_get_strings_for_js has incomplete parameters list
(#170) Inline phpdocs tag {@link course_can_delete_section()} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
course/format/ludic/renderer.php
(#40) Function format_ludic_renderer::__construct is not documented
(#206) Function format_ludic_renderer::render_skins_list is not documented
(#212) Function format_ludic_renderer::render_skin_skin_types_list is not documented
(#338) Function format_ludic_renderer::render_format_ludic_skins_list is not documented
(#342) Function format_ludic_renderer::render_format_ludic_skins_types_list is not documented
(#449) Function format_ludic_renderer::render_edit_skins_page is not documented
(#692) Function format_ludic_renderer::render_header_course_sections is not documented
(#38) Variable format_ludic_renderer::$contexthelper is not documented
(#74) There is no description in phpdocs for function render_popup
(#86) There is no description in phpdocs for function render_avatar_inventory
(#99) There is no description in phpdocs for function render_modchooser
(#113) There is no description in phpdocs for function render_section_form
(#126) There is no description in phpdocs for function render_course_module_form
(#139) There is no description in phpdocs for function render_edit_skins_form
(#158) There is no description in phpdocs for function render_buttons
(#171) There is no description in phpdocs for function render_form_tabs
(#182) There is no description in phpdocs for function render_add_section_button
(#218) There is no description in phpdocs for function render_section
(#230) There is no description in phpdocs for function render_skin
(#240) There is no description in phpdocs for function render_skinned_tile
(#254) There is no description in phpdocs for function render_form
(#264) There is no description in phpdocs for function render_course_module
(#274) There is no description in phpdocs for function render_course_module_inline
(#284) There is no description in phpdocs for function render_format_ludic_modchooser
(#293) There is no description in phpdocs for function render_format_ludic_avatar_inventory
(#302) There is no description in phpdocs for function render_format_ludic_form_tabs
(#311) There is no description in phpdocs for function render_format_ludic_popup
(#320) There is no description in phpdocs for function render_format_ludic_buttons
(#329) There is no description in phpdocs for function render_format_ludic_skin
(#346) There is no description in phpdocs for function render_format_ludic_skinned_tile
(#355) There is no description in phpdocs for function render_format_ludic_section
(#364) There is no description in phpdocs for function render_format_ludic_course_module
(#373) There is no description in phpdocs for function render_format_ludic_course_module_inline
(#382) There is no description in phpdocs for function render_format_ludic_form
(#391) There is no description in phpdocs for function render_container_items
(#418) There is no description in phpdocs for function render_container_parents
(#430) There is no description in phpdocs for function render_container_properties
(#441) There is no description in phpdocs for function render_edit_page
(#453) There is no description in phpdocs for function render_overview_page
(#467) There is no description in phpdocs for function render_section_page
(#488) There is no description in phpdocs for function render_single_section_page
(#525) There is no description in phpdocs for function render_format_ludic_header_bar
(#534) There is no description in phpdocs for function render_container_children
(#546) There is no description in phpdocs for function render_format_ludic_hidden_form_element
(#555) There is no description in phpdocs for function render_format_ludic_text_form_element
(#564) There is no description in phpdocs for function render_format_ludic_separator_form_element
(#573) There is no description in phpdocs for function render_format_ludic_button_form_element
(#582) There is no description in phpdocs for function render_format_ludic_number_form_element
(#591) There is no description in phpdocs for function render_format_ludic_checkbox_form_element
(#600) There is no description in phpdocs for function render_format_ludic_textarea_form_element
(#609) There is no description in phpdocs for function render_format_ludic_select_form_element
(#618) There is no description in phpdocs for function render_format_ludic_filepicker_form_element
(#627) There is no description in phpdocs for function render_format_ludic_selection_popup_form_element
(#636) There is no description in phpdocs for function render_form_errors
(#75) Phpdocs for function format_ludic_renderer::render_popup has incomplete parameters list
(#87) Phpdocs for function format_ludic_renderer::render_avatar_inventory has incomplete parameters list
(#100) Phpdocs for function format_ludic_renderer::render_modchooser has incomplete parameters list
(#114) Phpdocs for function format_ludic_renderer::render_section_form has incomplete parameters list
(#127) Phpdocs for function format_ludic_renderer::render_course_module_form has incomplete parameters list
(#140) Phpdocs for function format_ludic_renderer::render_edit_skins_form has incomplete parameters list
(#159) Phpdocs for function format_ludic_renderer::render_buttons has incomplete parameters list
(#183) Phpdocs for function format_ludic_renderer::render_add_section_button has incomplete parameters list
(#219) Phpdocs for function format_ludic_renderer::render_section has incomplete parameters list
(#231) Phpdocs for function format_ludic_renderer::render_skin has incomplete parameters list
(#241) Phpdocs for function format_ludic_renderer::render_skinned_tile has incomplete parameters list
(#255) Phpdocs for function format_ludic_renderer::render_form has incomplete parameters list
(#265) Phpdocs for function format_ludic_renderer::render_course_module has incomplete parameters list
(#275) Phpdocs for function format_ludic_renderer::render_course_module_inline has incomplete parameters list
(#347) Phpdocs for function format_ludic_renderer::render_format_ludic_skinned_tile has incomplete parameters list
(#392) Phpdocs for function format_ludic_renderer::render_container_items has incomplete parameters list
(#418) Phpdocs for function format_ludic_renderer::render_container_parents has incomplete parameters list
(#430) Phpdocs for function format_ludic_renderer::render_container_properties has incomplete parameters list
(#468) Phpdocs for function format_ludic_renderer::render_section_page has incomplete parameters list
(#489) Phpdocs for function format_ludic_renderer::render_single_section_page has incomplete parameters list
(#535) Phpdocs for function format_ludic_renderer::render_container_children has incomplete parameters list
(#565) Phpdocs for function format_ludic_renderer::render_format_ludic_separator_form_element has incomplete parameters list
(#574) Phpdocs for function format_ludic_renderer::render_format_ludic_button_form_element has incomplete parameters list
(#637) Phpdocs for function format_ludic_renderer::render_form_errors has incomplete parameters list
(#708) Phpdocs for function format_ludic_renderer::render_course_modules has incomplete parameters list

Update savepoints problems

(2 errors, 0 warnings)

This section shows problems detected with the handling of upgrade savepoints [More info]

course/format/ludic/db/upgrade.php
Detected more 'if' blocks (2) than 'savepoint' calls (1)
version 2020111401 is missing corresponding savepoint call

Third party library modification problems

(0 errors, 0 warnings)

This section shows problems detected with the modification of third party libraries [More info]


grunt changes

(1 errors, 1 warnings)

This section shows files built by grunt and not commited [More info]

Problems running grunt
Task "stylelint:css" failed. Use --force to continue.

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 66 warnings)

This section shows problems detected in mustache templates [More info]

course/format/ludic/templates/avatar_inventory.mustache
(#1) Example context missing (@template section not found.)
course/format/ludic/templates/button.mustache
(#1) Example context missing (@template section not found.)
course/format/ludic/templates/button_form_element.mustache
(#1) Example context missing (@template section not found.)
course/format/ludic/templates/buttons.mustache
(#1) Example context missing (@template section not found.)
course/format/ludic/templates/checkbox_form_element.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 15: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. ( > <label for=""> )
(#1) HTML Validation error, line 15: The value of the “for” attribute of the “label” element must be the ID of a non-hidden form control. ( > <label for=""> )
course/format/ludic/templates/container_children.mustache
(#1) Example context missing (@template section not found.)
course/format/ludic/templates/container_items.mustache
(#1) Example context missing (@template section not found.)
course/format/ludic/templates/container_parents.mustache
(#1) Example context missing (@template section not found.)
course/format/ludic/templates/container_properties.mustache
(#1) Example context missing (@template section not found.)
course/format/ludic/templates/course_module.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 20: Bad value “” for attribute “id” on element “div”: An ID must not be the empty string. (ad><body><div id="" class="item -" title="" data-id="" data-type="" data-order="" > )
course/format/ludic/templates/course_module_inline.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 12: Bad value “” for attribute “id” on element “div”: An ID must not be the empty string. (ad><body><div id="" class="item - child" data-id="" data-type="" data-order="" > )
course/format/ludic/templates/edit_skins.mustache
(#1) Example context missing (@template section not found.)
course/format/ludic/templates/editpage.mustache
(#1) Example context missing (@template section not found.)
course/format/ludic/templates/filepicker_form_element.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 4: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (picker"><label for=""> )
(#1) HTML Validation error, line 4: The value of the “for” attribute of the “label” element must be the ID of a non-hidden form control. (picker"><label for=""> )
course/format/ludic/templates/form.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 12: Bad value “” for attribute “id” on element “form”: An ID must not be the empty string. (div> <form id="" class="ludic-form" action="" method="" data-itemtype="" data-itemid="" > )
(#1) HTML Validation error, line 12: Bad value “” for attribute “action” on element “form”: Must be non-empty. (div> <form id="" class="ludic-form" action="" method="" data-itemtype="" data-itemid="" > )
(#1) HTML Validation error, line 12: Bad value “” for attribute “method” on element “form”. (div> <form id="" class="ludic-form" action="" method="" data-itemtype="" data-itemid="" > )
course/format/ludic/templates/form_errors.mustache
(#1) Example context missing (@template section not found.)
course/format/ludic/templates/form_tabs.mustache
(#1) Example context missing (@template section not found.)
course/format/ludic/templates/hidden_form_element.mustache
(#1) Example context missing (@template section not found.)
course/format/ludic/templates/importpopup.mustache
(#1) Example context missing (@template section not found.)
course/format/ludic/templates/item.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 20: Bad value “” for attribute “id” on element “div”: An ID must not be the empty string. (ad><body><div id="" class="item -" title="" data-id="" data-type="" data-order="" > )
course/format/ludic/templates/modchooser.mustache
(#1) Example context missing (@template section not found.)
course/format/ludic/templates/number_form_element.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 4: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (number"><label for=""> )
(#1) HTML Validation error, line 4: The value of the “for” attribute of the “label” element must be the ID of a non-hidden form control. (number"><label for=""> )
course/format/ludic/templates/page.mustache
(#1) Example context missing (@template section not found.)
course/format/ludic/templates/popup.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: Bad value “” for attribute “id” on element “div”: An ID must not be the empty string. (d><body><div id="" class="modal " tabindex="-1" role="dialog"><div )
(#1) HTML Validation info, line 7: Empty heading. ( <h5 class="modal-title"></h5>)
course/format/ludic/templates/popup_confirm.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: Bad value “” for attribute “id” on element “div”: An ID must not be the empty string. (d><body><div id="" class="modal " tabindex="-1" role="dialog"> <)
(#1) HTML Validation info, line 7: Empty heading. ( <h5 class="modal-title"></h5>)
course/format/ludic/templates/section.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 20: Bad value “” for attribute “id” on element “div”: An ID must not be the empty string. (ad><body><div id="" class="item -" title="" data-id="" data-type="" data-order="" > )
course/format/ludic/templates/section_page.mustache
(#1) Example context missing (@template section not found.)
course/format/ludic/templates/select_form_element.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 4: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (ct"> <label for=""> )
(#1) HTML Validation error, line 18: Bad value “” for attribute “id” on element “select”: An ID must not be the empty string. (bel> <select id="" > <)
(#1) HTML Validation error, line 4: The value of the “for” attribute of the “label” element must be the ID of a non-hidden form control. (ct"> <label for=""> )
course/format/ludic/templates/selection_popup_form_element.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 11: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (""> <label for=""> )
(#1) HTML Validation error, line 11: The value of the “for” attribute of the “label” element must be the ID of a non-hidden form control. (""> <label for=""> )
course/format/ludic/templates/separator_form_element.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: Bad value “” for attribute “id” on element “div”: An ID must not be the empty string. (d><body><div id="" class="ludic-form-separator "> )
course/format/ludic/templates/single_section_page.mustache
(#1) Example context missing (@template section not found.)
course/format/ludic/templates/skin.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 20: Bad value “” for attribute “id” on element “div”: An ID must not be the empty string. (ad><body><div id="" class="item -" title="" data-id="" data-type="" data-order="" > )
course/format/ludic/templates/skinned_tile.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: Bad value “” for attribute “id” on element “div”: An ID must not be the empty string. (d><body><div id="" class="full-tile skin skin-type-"> )
course/format/ludic/templates/skins_list.mustache
(#1) Example context missing (@template section not found.)
course/format/ludic/templates/skins_types_list.mustache
(#1) Example context missing (@template section not found.)
course/format/ludic/templates/text_form_element.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 4: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (="text"><label for=""> )
(#1) HTML Validation error, line 4: The value of the “for” attribute of the “label” element must be the ID of a non-hidden form control. (="text"><label for=""> )
course/format/ludic/templates/textarea_form_element.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 4: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (xtarea"><label for=""> )
(#1) HTML Validation error, line 4: The value of the “for” attribute of the “label” element must be the ID of a non-hidden form control. (xtarea"><label for=""> )

Gherkin .feature problems

(0 errors, 0 warnings)

This section shows problems detected in behat .feature files [More info]