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

(19 errors, 55 warnings)

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

lib/editor/tinymce/plugins/clozeeditor/dialog.php
(#1) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1) Inline comments must end in full-stops, exclamation marks, or question marks
(#1) This comment is 42% valid code; is this commented out code?
(#1) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#3) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#3) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#45) Line exceeds 132 characters; contains 144 characters
(#69) Line exceeds 132 characters; contains 159 characters
(#69) Line exceeds 132 characters; contains 159 characters
(#69) Line exceeds 132 characters; contains 159 characters
(#69) Line exceeds 132 characters; contains 159 characters
(#69) Line exceeds 132 characters; contains 159 characters
(#69) Line exceeds 132 characters; contains 159 characters
(#69) Line exceeds 132 characters; contains 159 characters
(#69) Line exceeds 132 characters; contains 159 characters
(#69) Line exceeds 132 characters; contains 159 characters
(#69) Line exceeds 132 characters; contains 159 characters
(#69) Line exceeds 132 characters; contains 159 characters
(#69) Line exceeds 132 characters; contains 159 characters
(#69) Line exceeds 132 characters; contains 159 characters
(#69) Line exceeds 132 characters; contains 159 characters
(#69) Line exceeds 132 characters; contains 159 characters
(#69) Line exceeds 132 characters; contains 159 characters
(#69) Line exceeds 132 characters; contains 159 characters
(#69) Line exceeds 132 characters; contains 159 characters
(#69) Line exceeds 132 characters; contains 159 characters
(#69) Line exceeds 132 characters; contains 159 characters
(#69) Line exceeds 132 characters; contains 159 characters
(#69) Line exceeds 132 characters; contains 159 characters
(#69) Line exceeds 132 characters; contains 159 characters
(#69) Line exceeds 132 characters; contains 159 characters
(#69) Line exceeds 132 characters; contains 159 characters
(#69) Line exceeds 132 characters; contains 159 characters
(#78) Spaces must be used to indent lines; tabs are not allowed
(#79) Spaces must be used to indent lines; tabs are not allowed
(#80) Spaces must be used to indent lines; tabs are not allowed
(#81) Spaces must be used to indent lines; tabs are not allowed
lib/editor/tinymce/plugins/clozeeditor/lang/en/tinymce_clozeeditor.php
(#2) The opening <?php tag must be followed by exactly one newline.
lib/editor/tinymce/plugins/clozeeditor/version.php
(#30) Whitespace found at end of line

Javascript coding style problems

(457 errors, 302 warnings)

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

lib/editor/tinymce/plugins/clozeeditor/tinymce/editor_plugin.js
(#13) Unexpected tab character. (no-tabs)
(#13) 'tinymce' is not defined. (no-undef)
(#14) Unexpected tab character. (no-tabs)
(#15) Unexpected tab character. (no-tabs)
(#16) Unexpected tab character. (no-tabs)
(#17) Unexpected tab character. (no-tabs)
(#18) Unexpected tab character. (no-tabs)
(#19) Unexpected tab character. (no-tabs)
(#20) Unexpected tab character. (no-tabs)
(#21) Unexpected tab character. (no-tabs)
(#22) Unexpected tab character. (no-tabs)
(#22) Extra space after key 'init'. (key-spacing)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#25) 'lang' is not defined. (no-undef)
(#26) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#27) Extra space after key 'file'. (key-spacing)
(#27) 'lang' is not defined. (no-undef)
(#27) There should be no space before ','. (comma-spacing)
(#28) Unexpected tab character. (no-tabs)
(#28) Extra space after key 'width'. (key-spacing)
(#29) Unexpected tab character. (no-tabs)
(#29) Extra space after key 'height'. (key-spacing)
(#30) Unexpected tab character. (no-tabs)
(#30) Extra space after key 'inline'. (key-spacing)
(#31) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#32) Identifier 'plugin_url' is not in camel case. (camelcase)
(#32) Extra space after key 'plugin_url'. (key-spacing)
(#33) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#36) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#38) Unexpected tab character. (no-tabs)
(#38) Extra space after key 'title'. (key-spacing)
(#39) Unexpected tab character. (no-tabs)
(#39) Extra space after key 'cmd'. (key-spacing)
(#40) Unexpected tab character. (no-tabs)
(#40) Extra space after key 'image'. (key-spacing)
(#41) Unexpected tab character. (no-tabs)
(#43) Unexpected tab character. (no-tabs)
(#44) Unexpected tab character. (no-tabs)
(#45) Unexpected tab character. (no-tabs)
(#46) Unexpected tab character. (no-tabs)
(#47) Unexpected tab character. (no-tabs)
(#49) Unexpected tab character. (no-tabs)
(#50) Unexpected tab character. (no-tabs)
(#51) Unexpected tab character. (no-tabs)
(#52) Unexpected tab character. (no-tabs)
(#53) Unexpected tab character. (no-tabs)
(#54) Unexpected tab character. (no-tabs)
(#55) Unexpected tab character. (no-tabs)
(#56) Unexpected tab character. (no-tabs)
(#57) Unexpected tab character. (no-tabs)
(#58) Unexpected tab character. (no-tabs)
(#59) Unexpected tab character. (no-tabs)
(#59) Extra space after key 'createControl'. (key-spacing)
(#59) 'cm' is defined but never used. (no-unused-vars)
(#60) Unexpected tab character. (no-tabs)
(#61) Unexpected tab character. (no-tabs)
(#63) Unexpected tab character. (no-tabs)
(#64) Unexpected tab character. (no-tabs)
(#65) Unexpected tab character. (no-tabs)
(#66) Unexpected tab character. (no-tabs)
(#67) Unexpected tab character. (no-tabs)
(#68) Unexpected tab character. (no-tabs)
(#69) Unexpected tab character. (no-tabs)
(#69) Extra space after key 'getInfo'. (key-spacing)
(#70) Unexpected tab character. (no-tabs)
(#71) Unexpected tab character. (no-tabs)
(#71) Extra space after key 'longname'. (key-spacing)
(#72) Unexpected tab character. (no-tabs)
(#72) Extra space after key 'author'. (key-spacing)
(#73) Unexpected tab character. (no-tabs)
(#73) Extra space after key 'authorurl'. (key-spacing)
(#74) Unexpected tab character. (no-tabs)
(#74) Extra space after key 'infourl'. (key-spacing)
(#75) Extra space after key 'version'. (key-spacing)
(#76) Unexpected tab character. (no-tabs)
(#77) Unexpected tab character. (no-tabs)
(#78) Unexpected tab character. (no-tabs)
(#80) Unexpected tab character. (no-tabs)
(#81) Unexpected tab character. (no-tabs)
(#81) 'tinymce' is not defined. (no-undef)
(#81) 'tinymce' is not defined. (no-undef)
lib/editor/tinymce/plugins/clozeeditor/tinymce/js/dialog1.js
(#6) Trailing spaces not allowed. (no-trailing-spaces)
(#6) Unexpected tab character. (no-tabs)
(#7) Missing JSDoc comment. (require-jsdoc)
(#11) Missing JSDoc comment. (require-jsdoc)
(#12) Infix operators must be spaced. (space-infix-ops)
(#13) Trailing spaces not allowed. (no-trailing-spaces)
(#13) Unexpected tab character. (no-tabs)
(#15) Missing JSDoc comment. (require-jsdoc)
(#15) 'getThrottleElement' is defined but never used. (no-unused-vars)
(#16) Infix operators must be spaced. (space-infix-ops)
(#19) Missing JSDoc comment. (require-jsdoc)
(#20) Infix operators must be spaced. (space-infix-ops)
(#23) Missing JSDoc comment. (require-jsdoc)
(#24) Infix operators must be spaced. (space-infix-ops)
(#27) Missing JSDoc comment. (require-jsdoc)
(#27) 'getFeedbackElement' is defined but never used. (no-unused-vars)
(#28) Infix operators must be spaced. (space-infix-ops)
(#31) Missing JSDoc comment. (require-jsdoc)
(#31) 'getEncodeElement' is defined but never used. (no-unused-vars)
(#35) Missing JSDoc comment. (require-jsdoc)
(#35) 'getGradeElement' is defined but never used. (no-unused-vars)
(#36) Unexpected tab character. (no-tabs)
(#40) Missing JSDoc comment. (require-jsdoc)
(#40) 'substr' is defined but never used. (no-unused-vars)
(#40) Expected to return a value at the end of this function. (consistent-return)
(#47) Missing JSDoc comment. (require-jsdoc)
(#47) 'strpos' is defined but never used. (no-unused-vars)
(#51) Missing JSDoc comment. (require-jsdoc)
(#51) 'isCode' is defined but never used. (no-unused-vars)
(#53) Trailing spaces not allowed. (no-trailing-spaces)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Infix operators must be spaced. (space-infix-ops)
(#56) Trailing spaces not allowed. (no-trailing-spaces)
(#69) Missing JSDoc comment. (require-jsdoc)
(#69) 'checkPercentOnLeave' is defined but never used. (no-unused-vars)
(#70) 'correct_element' is defined but never used. (no-unused-vars)
(#70) Identifier 'correct_element' is not in camel case. (camelcase)
(#70) Trailing spaces not allowed. (no-trailing-spaces)
(#71) Identifier 'percent_element' is not in camel case. (camelcase)
(#71) Trailing spaces not allowed. (no-trailing-spaces)
(#72) Trailing spaces not allowed. (no-trailing-spaces)
(#73) Identifier 'percent_element' is not in camel case. (camelcase)
(#74) 'setCorrectnessState' is not defined. (no-undef)
(#76) 'setCorrectnessState' is not defined. (no-undef)
(#80) Missing JSDoc comment. (require-jsdoc)
(#80) 'getQuizTypeFromInput' is defined but never used. (no-unused-vars)
(#86) Missing JSDoc comment. (require-jsdoc)
(#86) 'strstr' is defined but never used. (no-unused-vars)
(#86) Unexpected space before function parentheses. (space-before-function-paren)
(#88) Trailing spaces not allowed. (no-trailing-spaces)
(#90) Trailing spaces not allowed. (no-trailing-spaces)
(#91) Trailing spaces not allowed. (no-trailing-spaces)
(#96) Trailing spaces not allowed. (no-trailing-spaces)
(#102) Trailing spaces not allowed. (no-trailing-spaces)
(#102) Unexpected tab character. (no-tabs)
(#103) Trailing spaces not allowed. (no-trailing-spaces)
(#104) Missing JSDoc comment. (require-jsdoc)
(#104) 'countAnswers' is defined but never used. (no-unused-vars)
(#105) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#106) 'tinyMCEPopup' is not defined. (no-undef)
(#106) Extra space after key 'format'. (key-spacing)
(#107) Trailing spaces not allowed. (no-trailing-spaces)
(#108) Line 108 exceeds the maximum line length of 132. (max-len)
(#108) Trailing spaces not allowed. (no-trailing-spaces)
(#109) 'longstring' is not defined. (no-undef)
(#110) Trailing spaces not allowed. (no-trailing-spaces)
(#115) Missing JSDoc comment. (require-jsdoc)
(#115) 'countFilledInputs' is defined but never used. (no-unused-vars)
(#118) Trailing spaces not allowed. (no-trailing-spaces)
(#120) Identifier 'answer_element' is not in camel case. (camelcase)
(#120) 'answer_element' is not defined. (no-undef)
(#120) Expected space or tab after '//' in comment. (spaced-comment)
(#120) Trailing spaces not allowed. (no-trailing-spaces)
(#121) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#121) Identifier 'answer_element' is not in camel case. (camelcase)
(#121) 'answer_element' is not defined. (no-undef)
(#121) Identifier 'answer_element' is not in camel case. (camelcase)
(#124) Requires a space after '{'. (block-spacing)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) Unnecessary semicolon. (no-extra-semi)
(#126) Trailing spaces not allowed. (no-trailing-spaces)
(#133) Missing JSDoc comment. (require-jsdoc)
(#136) Trailing spaces not allowed. (no-trailing-spaces)
(#158) Trailing spaces not allowed. (no-trailing-spaces)
(#240) Expected space or tab after '//' in comment. (spaced-comment)
(#241) Missing JSDoc comment. (require-jsdoc)
(#241) 'Init' is defined but never used. (no-unused-vars)
(#242) Expected space or tab after '//' in comment. (spaced-comment)
(#243) Unnecessary semicolon. (no-extra-semi)
(#245) Missing JSDoc comment. (require-jsdoc)
(#246) '__dlg_close_on_esc' is not defined. (no-undef)
(#249) Missing JSDoc comment. (require-jsdoc)
(#249) 'Init' is already defined. (no-redeclare)
(#250) Expected space or tab after '//' in comment. (spaced-comment)
(#253) Expected space or tab after '//' in comment. (spaced-comment)
(#254) Expected space or tab after '//' in comment. (spaced-comment)
(#256) 'param' is defined but never used. (no-unused-vars)
(#257) Unnecessary semicolon. (no-extra-semi)
(#259) Missing JSDoc comment. (require-jsdoc)
(#259) 'onOK' is defined but never used. (no-unused-vars)
(#263) 'i' used outside of binding context. (block-scoped-var)
(#264) 'el' used outside of binding context. (block-scoped-var)
(#264) 'i' used outside of binding context. (block-scoped-var)
(#265) 'el' used outside of binding context. (block-scoped-var)
(#267) 'el' used outside of binding context. (block-scoped-var)
(#273) 'i' is already defined. (no-redeclare)
(#273) 'i' used outside of binding context. (block-scoped-var)
(#274) 'i' used outside of binding context. (block-scoped-var)
(#275) 'el' is already defined. (no-redeclare)
(#275) 'el' used outside of binding context. (block-scoped-var)
(#276) 'el' used outside of binding context. (block-scoped-var)
(#278) '__dlg_close' is not defined. (no-undef)
(#280) Unnecessary semicolon. (no-extra-semi)
(#282) Missing JSDoc comment. (require-jsdoc)
(#282) 'onCancel' is defined but never used. (no-unused-vars)
(#283) '__dlg_close' is not defined. (no-undef)
(#285) Unnecessary semicolon. (no-extra-semi)
lib/editor/tinymce/plugins/clozeeditor/tinymce/js/encode.js
(#4) Missing JSDoc comment. (require-jsdoc)
(#5) 'getQuizTypeElement' is not defined. (no-undef)
(#12) 'i' is defined but never used. (no-unused-vars)
(#14) Trailing spaces not allowed. (no-trailing-spaces)
(#16) 'throttle_value' is defined but never used. (no-unused-vars)
(#16) Identifier 'throttle_value' is not in camel case. (camelcase)
(#19) Missing JSDoc comment. (require-jsdoc)
(#19) 'encode' is defined but never used. (no-unused-vars)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) 'countFilledInputs' is not defined. (no-undef)
(#24) ["answer"] is better written in dot notation. (dot-notation)
(#24) Multiple spaces found before '='. (no-multi-spaces)
(#24) 'getAnswerElement' is not defined. (no-undef)
(#24) Trailing spaces not allowed. (no-trailing-spaces)
(#25) ["percent"] is better written in dot notation. (dot-notation)
(#25) Multiple spaces found before '='. (no-multi-spaces)
(#25) 'getPercentElement' is not defined. (no-undef)
(#28) Unexpected tab character. (no-tabs)
(#28) ["throttle"] is better written in dot notation. (dot-notation)
(#28) Multiple spaces found before '='. (no-multi-spaces)
(#28) 'getThrottleElement' is not defined. (no-undef)
(#30) ["throttle"] is better written in dot notation. (dot-notation)
(#30) Multiple spaces found before '='. (no-multi-spaces)
(#33) ["feedback"] is better written in dot notation. (dot-notation)
(#33) Multiple spaces found before '='. (no-multi-spaces)
(#33) 'getFeedbackElement' is not defined. (no-undef)
(#35) Trailing spaces not allowed. (no-trailing-spaces)
(#37) Expected space or tab after '//' in comment. (spaced-comment)
(#39) Trailing spaces not allowed. (no-trailing-spaces)
(#41) 'i' used outside of binding context. (block-scoped-var)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) 'i' used outside of binding context. (block-scoped-var)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) 'countFilledInputs' is not defined. (no-undef)
(#41) 'i' used outside of binding context. (block-scoped-var)
(#43) Expected space or tab after '//' in comment. (spaced-comment)
(#44) Trailing spaces not allowed. (no-trailing-spaces)
(#46) 'i' used outside of binding context. (block-scoped-var)
(#46) ["answer"] is better written in dot notation. (dot-notation)
(#46) Multiple spaces found before '='. (no-multi-spaces)
(#46) 'trim' is not defined. (no-undef)
(#46) 'i' used outside of binding context. (block-scoped-var)
(#46) ["answer"] is better written in dot notation. (dot-notation)
(#47) 'i' used outside of binding context. (block-scoped-var)
(#47) ["percent"] is better written in dot notation. (dot-notation)
(#47) Multiple spaces found before '='. (no-multi-spaces)
(#47) 'trim' is not defined. (no-undef)
(#47) 'i' used outside of binding context. (block-scoped-var)
(#47) ["percent"] is better written in dot notation. (dot-notation)
(#48) Trailing spaces not allowed. (no-trailing-spaces)
(#49) 'i' used outside of binding context. (block-scoped-var)
(#49) ["feedback"] is better written in dot notation. (dot-notation)
(#49) Multiple spaces found before '='. (no-multi-spaces)
(#49) 'trim' is not defined. (no-undef)
(#49) 'i' used outside of binding context. (block-scoped-var)
(#49) ["feedback"] is better written in dot notation. (dot-notation)
(#50) Trailing spaces not allowed. (no-trailing-spaces)
(#55) Trailing spaces not allowed. (no-trailing-spaces)
(#56) Expected space or tab after '//' in comment. (spaced-comment)
(#57) Trailing spaces not allowed. (no-trailing-spaces)
(#58) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#58) 'getPercentElement' is not defined. (no-undef)
(#58) 'i' used outside of binding context. (block-scoped-var)
(#59) 'getPercentElement' is not defined. (no-undef)
(#59) 'i' used outside of binding context. (block-scoped-var)
(#60) 'getPercentElement' is not defined. (no-undef)
(#60) 'i' used outside of binding context. (block-scoped-var)
(#63) Trailing spaces not allowed. (no-trailing-spaces)
(#64) Unexpected tab character. (no-tabs)
(#66) 'getPercentElement' is not defined. (no-undef)
(#66) 'i' used outside of binding context. (block-scoped-var)
(#67) Trailing spaces not allowed. (no-trailing-spaces)
(#68) Expected space or tab after '//' in comment. (spaced-comment)
(#69) 'i' used outside of binding context. (block-scoped-var)
(#69) ["answer"] is better written in dot notation. (dot-notation)
(#70) 'i' used outside of binding context. (block-scoped-var)
(#70) ["throttle"] is better written in dot notation. (dot-notation)
(#70) Trailing spaces not allowed. (no-trailing-spaces)
(#72) 'i' used outside of binding context. (block-scoped-var)
(#72) ["feedback"] is better written in dot notation. (dot-notation)
(#74) Trailing spaces not allowed. (no-trailing-spaces)
(#76) Trailing spaces not allowed. (no-trailing-spaces)
(#77) Trailing spaces not allowed. (no-trailing-spaces)
(#78) Trailing spaces not allowed. (no-trailing-spaces)
(#79) Trailing spaces not allowed. (no-trailing-spaces)
(#80) 'getQuizTypeFromInput' is not defined. (no-undef)
(#82) 'stripslashes' is not defined. (no-undef)
(#84) Trailing spaces not allowed. (no-trailing-spaces)
(#85) Unexpected tab character. (no-tabs)
lib/editor/tinymce/plugins/clozeeditor/tinymce/js/parse.js
(#2) Trailing spaces not allowed. (no-trailing-spaces)
(#6) Line 6 exceeds the maximum line length of 132. (max-len)
(#8) Missing JSDoc comment. (require-jsdoc)
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#11) Trailing spaces not allowed. (no-trailing-spaces)
(#12) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#14) Trailing spaces not allowed. (no-trailing-spaces)
(#15) Trailing spaces not allowed. (no-trailing-spaces)
(#16) Trailing spaces not allowed. (no-trailing-spaces)
(#17) 'isCode' is not defined. (no-undef)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'countAnswers' is not defined. (no-undef)
(#21) Trailing spaces not allowed. (no-trailing-spaces)
(#23) Trailing spaces not allowed. (no-trailing-spaces)
(#26) 'encode' is not defined. (no-undef)
(#27) 'isCode' is not defined. (no-undef)
(#33) Trailing spaces not allowed. (no-trailing-spaces)
(#37) Trailing spaces not allowed. (no-trailing-spaces)
(#39) 'toggleThrottle' is not defined. (no-undef)
(#43) Missing JSDoc comment. (require-jsdoc)
(#43) 'string' is defined but never used. (no-unused-vars)
(#47) Trailing spaces not allowed. (no-trailing-spaces)
(#49) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#50) 'tinyMCEPopup' is not defined. (no-undef)
(#50) Extra space after key 'format'. (key-spacing)
(#54) Trailing spaces not allowed. (no-trailing-spaces)
(#57) Trailing spaces not allowed. (no-trailing-spaces)
(#59) Trailing spaces not allowed. (no-trailing-spaces)
(#60) Trailing spaces not allowed. (no-trailing-spaces)
(#66) 'getAnswerElement' is not defined. (no-undef)
(#67) 'getAnswerElement' is not defined. (no-undef)
(#67) 'getAnswer' is not defined. (no-undef)
(#68) 'getPercentElement' is not defined. (no-undef)
(#68) 'getPercentage' is not defined. (no-undef)
(#69) Trailing spaces not allowed. (no-trailing-spaces)
(#71) 'getPercentage' is not defined. (no-undef)
(#72) 'checkPercentOnLeave' is not defined. (no-undef)
(#72) Missing semicolon. (semi)
(#73) Trailing spaces not allowed. (no-trailing-spaces)
(#74) 'checkPercentOnLeave' is not defined. (no-undef)
(#76) 'getFeedbackElement' is not defined. (no-undef)
(#76) 'getComment' is not defined. (no-undef)
(#77) 'getThrottleElement' is not defined. (no-undef)
(#77) 'getThrottle' is not defined. (no-undef)
(#78) Infix operators must be spaced. (space-infix-ops)
(#82) Trailing spaces not allowed. (no-trailing-spaces)
(#85) Missing JSDoc comment. (require-jsdoc)
(#85) 'string' is defined but never used. (no-unused-vars)
(#86) Line 86 exceeds the maximum line length of 132. (max-len)
(#87) Trailing spaces not allowed. (no-trailing-spaces)
(#89) Trailing spaces not allowed. (no-trailing-spaces)
(#90) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#91) 'tinyMCEPopup' is not defined. (no-undef)
(#91) Extra space after key 'format'. (key-spacing)
(#95) Trailing spaces not allowed. (no-trailing-spaces)
(#96) Trailing spaces not allowed. (no-trailing-spaces)
(#97) 'getAnswerElement' is not defined. (no-undef)
(#97) 'trim' is not defined. (no-undef)
(#98) 'getGradeElement' is not defined. (no-undef)
(#98) Unexpected tab character. (no-tabs)
(#99) Unexpected tab character. (no-tabs)
(#99) 'getCorrectElement' is not defined. (no-undef)
(#100) Unexpected tab character. (no-tabs)
(#103) Missing JSDoc comment. (require-jsdoc)
(#103) 'checkPercentInput' is defined but never used. (no-unused-vars)
(#104) Line 104 exceeds the maximum line length of 132. (max-len)
(#104) 'alphabet' is defined but never used. (no-unused-vars)
(#105) 'element' is defined but never used. (no-unused-vars)
(#105) 'getAnswerElement' is not defined. (no-undef)
(#106) Trailing spaces not allowed. (no-trailing-spaces)
(#109) Trailing spaces not allowed. (no-trailing-spaces)
(#118) Trailing spaces not allowed. (no-trailing-spaces)
(#121) Trailing spaces not allowed. (no-trailing-spaces)
(#125) Missing JSDoc comment. (require-jsdoc)
(#125) Unexpected space before function parentheses. (space-before-function-paren)
(#126) 'getPercentElement' is not defined. (no-undef)
(#126) Trailing spaces not allowed. (no-trailing-spaces)
(#127) Trailing spaces not allowed. (no-trailing-spaces)
(#130) 'checkPercentOnLeave' is not defined. (no-undef)
(#134) Missing JSDoc comment. (require-jsdoc)
(#135) 'counter' is not defined. (no-undef)
(#135) 'countInputRows' is not defined. (no-undef)
(#136) Trailing spaces not allowed. (no-trailing-spaces)
(#145) Trailing spaces not allowed. (no-trailing-spaces)
(#146) Expected space or tab after '//' in comment. (spaced-comment)
(#148) Trailing spaces not allowed. (no-trailing-spaces)
(#149) 'counter' is not defined. (no-undef)
(#149) Infix operators must be spaced. (space-infix-ops)
(#151) 'counter' is not defined. (no-undef)
(#151) Trailing spaces not allowed. (no-trailing-spaces)
(#152) Trailing spaces not allowed. (no-trailing-spaces)
(#153) Trailing spaces not allowed. (no-trailing-spaces)
(#154) Expected space or tab after '//' in comment. (spaced-comment)
(#154) Trailing spaces not allowed. (no-trailing-spaces)
(#155) Trailing spaces not allowed. (no-trailing-spaces)
(#156) Identifier 'input_answer' is not in camel case. (camelcase)
(#158) Identifier 'input_answer' is not in camel case. (camelcase)
(#159) Identifier 'input_answer' is not in camel case. (camelcase)
(#159) 'counter' is not defined. (no-undef)
(#159) Infix operators must be spaced. (space-infix-ops)
(#160) Identifier 'input_answer' is not in camel case. (camelcase)
(#160) 'counter' is not defined. (no-undef)
(#160) Infix operators must be spaced. (space-infix-ops)
(#161) Identifier 'input_answer' is not in camel case. (camelcase)
(#162) Identifier 'input_answer' is not in camel case. (camelcase)
(#162) There should be no spaces inside this paren. (space-in-parens)
(#163) Trailing spaces not allowed. (no-trailing-spaces)
(#164) Trailing spaces not allowed. (no-trailing-spaces)
(#165) Expected space or tab after '//' in comment. (spaced-comment)
(#167) Identifier 'input_throttle' is not in camel case. (camelcase)
(#168) Identifier 'input_throttle' is not in camel case. (camelcase)
(#169) Identifier 'input_throttle' is not in camel case. (camelcase)
(#169) 'counter' is not defined. (no-undef)
(#169) Infix operators must be spaced. (space-infix-ops)
(#170) 'getQuizTypeElement' is not defined. (no-undef)
(#175) Trailing spaces not allowed. (no-trailing-spaces)
(#177) Trailing spaces not allowed. (no-trailing-spaces)
(#178) Expected space or tab after '//' in comment. (spaced-comment)
(#180) Identifier 'input_checkbox' is not in camel case. (camelcase)
(#181) Identifier 'input_checkbox' is not in camel case. (camelcase)
(#182) Identifier 'input_checkbox' is not in camel case. (camelcase)
(#182) 'counter' is not defined. (no-undef)
(#182) Infix operators must be spaced. (space-infix-ops)
(#183) Identifier 'input_checkbox' is not in camel case. (camelcase)
(#183) Infix operators must be spaced. (space-infix-ops)
(#183) 'counter' is not defined. (no-undef)
(#183) Infix operators must be spaced. (space-infix-ops)
(#184) Identifier 'input_checkbox' is not in camel case. (camelcase)
(#186) Trailing spaces not allowed. (no-trailing-spaces)
(#187) Expected space or tab after '//' in comment. (spaced-comment)
(#189) Identifier 'input_percent' is not in camel case. (camelcase)
(#190) Identifier 'input_percent' is not in camel case. (camelcase)
(#191) Identifier 'input_percent' is not in camel case. (camelcase)
(#191) 'counter' is not defined. (no-undef)
(#191) Infix operators must be spaced. (space-infix-ops)
(#192) Identifier 'input_percent' is not in camel case. (camelcase)
(#193) Identifier 'input_percent' is not in camel case. (camelcase)
(#194) Identifier 'input_percent' is not in camel case. (camelcase)
(#195) Identifier 'input_percent' is not in camel case. (camelcase)
(#195) Infix operators must be spaced. (space-infix-ops)
(#195) 'counter' is not defined. (no-undef)
(#195) Infix operators must be spaced. (space-infix-ops)
(#195) Infix operators must be spaced. (space-infix-ops)
(#195) 'counter' is not defined. (no-undef)
(#195) Infix operators must be spaced. (space-infix-ops)
(#197) Trailing spaces not allowed. (no-trailing-spaces)
(#198) Trailing spaces not allowed. (no-trailing-spaces)
(#199) Expected space or tab after '//' in comment. (spaced-comment)
(#201) Identifier 'input_feedback' is not in camel case. (camelcase)
(#202) Identifier 'input_feedback' is not in camel case. (camelcase)
(#203) Identifier 'input_feedback' is not in camel case. (camelcase)
(#203) 'counter' is not defined. (no-undef)
(#203) Infix operators must be spaced. (space-infix-ops)
(#204) Identifier 'input_feedback' is not in camel case. (camelcase)
(#205) Identifier 'input_feedback' is not in camel case. (camelcase)
(#207) Trailing spaces not allowed. (no-trailing-spaces)
(#218) Missing JSDoc comment. (require-jsdoc)
(#218) Unexpected space before function parentheses. (space-before-function-paren)
(#219) Identifier 'correct_element' is not in camel case. (camelcase)
(#219) 'getCorrectElement' is not defined. (no-undef)
(#219) Trailing spaces not allowed. (no-trailing-spaces)
(#220) Identifier 'percent_element' is not in camel case. (camelcase)
(#220) 'percent_element' is defined but never used. (no-unused-vars)
(#220) 'getPercentElement' is not defined. (no-undef)
(#220) Trailing spaces not allowed. (no-trailing-spaces)
(#221) Trailing spaces not allowed. (no-trailing-spaces)
(#222) Identifier 'correct_element' is not in camel case. (camelcase)
(#224) Identifier 'correct_element' is not in camel case. (camelcase)
(#227) Trailing spaces not allowed. (no-trailing-spaces)
(#231) Missing JSDoc comment. (require-jsdoc)
(#232) Identifier 'correct_element' is not in camel case. (camelcase)
(#232) 'getCorrectElement' is not defined. (no-undef)
(#232) Trailing spaces not allowed. (no-trailing-spaces)
(#233) Identifier 'percent_element' is not in camel case. (camelcase)
(#233) 'getPercentElement' is not defined. (no-undef)
(#233) Trailing spaces not allowed. (no-trailing-spaces)
(#234) Trailing spaces not allowed. (no-trailing-spaces)
(#235) Unexpected tab character. (no-tabs)
(#236) Unexpected tab character. (no-tabs)
(#237) Unexpected tab character. (no-tabs)
(#237) Identifier 'percent_element' is not in camel case. (camelcase)
(#238) Unexpected tab character. (no-tabs)
(#238) Identifier 'percent_element' is not in camel case. (camelcase)
(#238) Trailing spaces not allowed. (no-trailing-spaces)
(#239) Unexpected tab character. (no-tabs)
(#239) Identifier 'percent_element' is not in camel case. (camelcase)
(#240) Unexpected tab character. (no-tabs)
(#240) Identifier 'percent_element' is not in camel case. (camelcase)
(#241) Unexpected tab character. (no-tabs)
(#241) Identifier 'correct_element' is not in camel case. (camelcase)
(#242) Trailing spaces not allowed. (no-trailing-spaces)
(#242) Unexpected tab character. (no-tabs)
(#243) Unexpected tab character. (no-tabs)
(#244) Unexpected tab character. (no-tabs)
(#245) Unexpected tab character. (no-tabs)
(#246) Unexpected tab character. (no-tabs)
(#246) Identifier 'percent_element' is not in camel case. (camelcase)
(#247) Unexpected tab character. (no-tabs)
(#247) Identifier 'percent_element' is not in camel case. (camelcase)
(#248) Unexpected tab character. (no-tabs)
(#248) Identifier 'percent_element' is not in camel case. (camelcase)
(#248) Trailing spaces not allowed. (no-trailing-spaces)
(#250) Identifier 'percent_element' is not in camel case. (camelcase)
(#251) Unexpected tab character. (no-tabs)
(#252) Unexpected tab character. (no-tabs)
(#252) Identifier 'percent_element' is not in camel case. (camelcase)
(#253) Unexpected tab character. (no-tabs)
(#253) Identifier 'correct_element' is not in camel case. (camelcase)
(#254) Unexpected tab character. (no-tabs)
(#257) Missing JSDoc comment. (require-jsdoc)
(#258) Expected space or tab after '//' in comment. (spaced-comment)
(#259) Trailing spaces not allowed. (no-trailing-spaces)
(#261) Trailing spaces not allowed. (no-trailing-spaces)
(#274) Trailing spaces not allowed. (no-trailing-spaces)
(#275) Trailing spaces not allowed. (no-trailing-spaces)
(#276) Expected space or tab after '//' in comment. (spaced-comment)
(#277) Expected space or tab after '//' in comment. (spaced-comment)
(#277) Trailing spaces not allowed. (no-trailing-spaces)
(#278) 'getQuizTypeElement' is not defined. (no-undef)
(#282) Missing JSDoc comment. (require-jsdoc)
(#282) Expected to return a value at the end of this function. (consistent-return)
(#284) Trailing spaces not allowed. (no-trailing-spaces)
(#285) 'deleteAfterString' is not defined. (no-undef)
(#286) 'deleteTillChar' is not defined. (no-undef)
(#287) Trailing spaces not allowed. (no-trailing-spaces)
(#289) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#299) Missing JSDoc comment. (require-jsdoc)
(#302) Trailing spaces not allowed. (no-trailing-spaces)
(#304) 'deleteTillChar' is not defined. (no-undef)
(#306) 'deleteAfterString' is not defined. (no-undef)
(#307) Trailing spaces not allowed. (no-trailing-spaces)
(#313) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#314) 'tinyMCEPopup' is not defined. (no-undef)
(#318) Extra space after key 'init'. (key-spacing)
(#318) Unexpected tab character. (no-tabs)
(#319) Unexpected tab character. (no-tabs)
(#319) Expected space or tab after '//' in comment. (spaced-comment)
(#321) Unexpected tab character. (no-tabs)
(#322) 'tinyMCEPopup' is not defined. (no-undef)
(#322) Extra space after key 'format'. (key-spacing)
(#323) Trailing spaces not allowed. (no-trailing-spaces)
(#325) Trailing spaces not allowed. (no-trailing-spaces)
(#327) Unexpected tab character. (no-tabs)
(#327) Expected space or tab after '//' in comment. (spaced-comment)
(#328) Unexpected tab character. (no-tabs)
(#330) Unexpected tab character. (no-tabs)
(#330) Extra space after key 'insert'. (key-spacing)
(#331) Unexpected tab character. (no-tabs)
(#332) Unexpected tab character. (no-tabs)
(#333) Trailing spaces not allowed. (no-trailing-spaces)
(#333) Unexpected tab character. (no-tabs)
(#334) Unexpected tab character. (no-tabs)
(#334) Expected space or tab after '//' in comment. (spaced-comment)
(#335) Unexpected tab character. (no-tabs)
(#335) 'tinyMCEPopup' is not defined. (no-undef)
(#335) 'encode' is not defined. (no-undef)
(#335) Infix operators must be spaced. (space-infix-ops)
(#337) Unexpected tab character. (no-tabs)
(#337) 'tinyMCEPopup' is not defined. (no-undef)
(#338) Unexpected tab character. (no-tabs)
(#341) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#342) 'tinyMCEPopup' is not defined. (no-undef)
lib/editor/tinymce/plugins/clozeeditor/tinymce/js/parseAnswer.js
(#5) Trailing spaces not allowed. (no-trailing-spaces)
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) Expected to return a value at the end of this function. (consistent-return)
(#6) 'getAnswer' is defined but never used. (no-unused-vars)
(#7) 'getAnswerCode' is not defined. (no-undef)
(#8) Trailing spaces not allowed. (no-trailing-spaces)
(#10) 'deleteTillChar' is not defined. (no-undef)
(#11) 'deleteTillChar' is not defined. (no-undef)
(#12) Trailing spaces not allowed. (no-trailing-spaces)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) 'countAnswers' is not defined. (no-undef)
(#15) 'deleteAfterString' is not defined. (no-undef)
(#16) Trailing spaces not allowed. (no-trailing-spaces)
(#17) 'isStringInString' is not defined. (no-undef)
(#19) 'deleteAfterString' is not defined. (no-undef)
(#21) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#23) Expected { after 'else'. (curly)
(#26) Trailing spaces not allowed. (no-trailing-spaces)
(#27) Trailing spaces not allowed. (no-trailing-spaces)
(#32) Missing JSDoc comment. (require-jsdoc)
(#34) Expected space or tab after '//' in comment. (spaced-comment)
(#35) Expected space or tab after '//' in comment. (spaced-comment)
(#36) Trailing spaces not allowed. (no-trailing-spaces)
(#37) 'deleteTillChar' is not defined. (no-undef)
(#38) Trailing spaces not allowed. (no-trailing-spaces)
(#41) 'deleteTillChar' is not defined. (no-undef)
(#43) 'substr' is not defined. (no-undef)
(#44) Trailing spaces not allowed. (no-trailing-spaces)
(#47) 'deleteTillChar' is not defined. (no-undef)
(#48) Trailing spaces not allowed. (no-trailing-spaces)
(#49) Trailing spaces not allowed. (no-trailing-spaces)
(#50) Trailing spaces not allowed. (no-trailing-spaces)
(#51) Trailing spaces not allowed. (no-trailing-spaces)
lib/editor/tinymce/plugins/clozeeditor/tinymce/js/parseFeedback.js
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) 'deleteInbetweenComments' is defined but never used. (no-unused-vars)
(#8) 'strstr' is not defined. (no-undef)
(#9) 'strstr' is not defined. (no-undef)
(#9) Trailing spaces not allowed. (no-trailing-spaces)
(#14) Missing JSDoc comment. (require-jsdoc)
(#14) 'getComment' is defined but never used. (no-unused-vars)
(#14) Expected to return a value at the end of this function. (consistent-return)
(#14) Trailing spaces not allowed. (no-trailing-spaces)
(#15) 'getAnswerCode' is not defined. (no-undef)
(#16) Expected space or tab after '//' in comment. (spaced-comment)
(#17) Trailing spaces not allowed. (no-trailing-spaces)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) 'countAnswers' is not defined. (no-undef)
(#20) Expected space or tab after '//' in comment. (spaced-comment)
(#21) 'countAnswers' is not defined. (no-undef)
(#22) 'deleteAfterString' is not defined. (no-undef)
(#24) 'deleteTillChar' is not defined. (no-undef)
(#25) Trailing spaces not allowed. (no-trailing-spaces)
(#26) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#28) Expected { after 'else'. (curly)
(#31) 'deleteInbetweenAnswers' is not defined. (no-undef)
(#31) Trailing spaces not allowed. (no-trailing-spaces)
(#32) Trailing spaces not allowed. (no-trailing-spaces)
lib/editor/tinymce/plugins/clozeeditor/tinymce/js/parseHelper.js
(#4) Trailing spaces not allowed. (no-trailing-spaces)
(#5) Missing JSDoc comment. (require-jsdoc)
(#5) 'trim' is defined but never used. (no-unused-vars)
(#7) Trailing spaces not allowed. (no-trailing-spaces)
(#10) Missing JSDoc comment. (require-jsdoc)
(#10) 'isStringInString' is defined but never used. (no-unused-vars)
(#18) Missing JSDoc comment. (require-jsdoc)
(#23) Missing JSDoc comment. (require-jsdoc)
(#23) 'stripslashes' is defined but never used. (no-unused-vars)
(#28) Missing JSDoc comment. (require-jsdoc)
(#28) 'toggleThrottle' is defined but never used. (no-unused-vars)
(#30) Trailing spaces not allowed. (no-trailing-spaces)
(#32) Expected space or tab after '//' in comment. (spaced-comment)
(#33) 'allHTMLTags' is already defined. (no-redeclare)
(#33) Infix operators must be spaced. (space-infix-ops)
(#34) Trailing spaces not allowed. (no-trailing-spaces)
(#35) Expected space or tab after '//' in comment. (spaced-comment)
(#36) 'i' is not defined. (no-undef)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) 'i' is not defined. (no-undef)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) 'i' is not defined. (no-undef)
(#37) Expected space or tab after '//' in comment. (spaced-comment)
(#38) 'i' is not defined. (no-undef)
(#39) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#39) Unexpected tab character. (no-tabs)
(#39) 'getQuizTypeElement' is not defined. (no-undef)
(#40) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#40) Unexpected tab character. (no-tabs)
(#40) 'i' is not defined. (no-undef)
(#41) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#41) Unexpected tab character. (no-tabs)
(#42) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#42) Unexpected tab character. (no-tabs)
(#42) 'i' is not defined. (no-undef)
(#43) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#43) Unexpected tab character. (no-tabs)
(#44) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#44) Unexpected tab character. (no-tabs)
(#48) Missing JSDoc comment. (require-jsdoc)
(#49) 'strstr' is not defined. (no-undef)
(#50) 'substr' is not defined. (no-undef)
(#54) Missing JSDoc comment. (require-jsdoc)
(#54) 'deleteAfterString' is defined but never used. (no-unused-vars)
(#55) 'strstr' is not defined. (no-undef)
(#56) Trailing spaces not allowed. (no-trailing-spaces)
(#57) Trailing spaces not allowed. (no-trailing-spaces)
(#60) Missing JSDoc comment. (require-jsdoc)
(#60) 'getAnswerCode' is defined but never used. (no-unused-vars)
(#66) Unexpected tab character. (no-tabs)
(#67) Unexpected tab character. (no-tabs)
(#68) Unexpected tab character. (no-tabs)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) Missing space before opening brace. (space-before-blocks)
(#69) Unexpected tab character. (no-tabs)
(#70) Unexpected tab character. (no-tabs)
(#71) Unexpected tab character. (no-tabs)
(#72) Unexpected tab character. (no-tabs)
(#73) Unexpected tab character. (no-tabs)
lib/editor/tinymce/plugins/clozeeditor/tinymce/js/parsePercentage.js
(#6) Missing JSDoc comment. (require-jsdoc)
(#7) 'deleteTillChar' is not defined. (no-undef)
(#11) Missing JSDoc comment. (require-jsdoc)
(#11) Expected to return a value at the end of this function. (consistent-return)
(#13) Trailing spaces not allowed. (no-trailing-spaces)
(#14) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#17) 'deleteTillChar' is not defined. (no-undef)
(#18) 'deleteAfterString' is not defined. (no-undef)
(#19) Trailing spaces not allowed. (no-trailing-spaces)
(#20) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#21) Trailing spaces not allowed. (no-trailing-spaces)
(#25) Trailing spaces not allowed. (no-trailing-spaces)
(#34) Missing JSDoc comment. (require-jsdoc)
(#34) Expected to return a value at the end of this function. (consistent-return)
(#34) 'getPercentage' is defined but never used. (no-unused-vars)
(#36) Trailing spaces not allowed. (no-trailing-spaces)
(#37) 'getAnswerCode' is not defined. (no-undef)
(#38) Trailing spaces not allowed. (no-trailing-spaces)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) 'countAnswers' is not defined. (no-undef)
(#41) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#45) Trailing spaces not allowed. (no-trailing-spaces)
lib/editor/tinymce/plugins/clozeeditor/tinymce/js/parseThrottle.js
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) 'getThrottle' is defined but never used. (no-unused-vars)
(#7) 'getAnswerCode' is not defined. (no-undef)
(#8) Trailing spaces not allowed. (no-trailing-spaces)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) 'countAnswers' is not defined. (no-undef)
(#11) 'deleteTillChar' is not defined. (no-undef)
(#12) 'deleteAfterString' is not defined. (no-undef)
(#13) Trailing spaces not allowed. (no-trailing-spaces)
(#14) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#16) Expected { after 'else'. (curly)
(#19) Trailing spaces not allowed. (no-trailing-spaces)
(#20) Trailing spaces not allowed. (no-trailing-spaces)
(#25) Missing JSDoc comment. (require-jsdoc)
(#26) 'deleteTillChar' is not defined. (no-undef)
lib/editor/tinymce/plugins/clozeeditor/tinymce/js/popup.js
(#14) Missing JSDoc comment. (require-jsdoc)
(#15) There should be no space after '{'. (object-curly-spacing)
(#15) There should be no space before '}'. (object-curly-spacing)
(#22) Unnecessary semicolon. (no-extra-semi)
(#24) Missing JSDoc comment. (require-jsdoc)
(#24) 'comboSelectValue' is defined but never used. (no-unused-vars)
(#31) Unnecessary semicolon. (no-extra-semi)
(#33) Missing JSDoc comment. (require-jsdoc)
(#33) Identifier '__dlg_onclose' is not in camel case. (camelcase)
(#33) '__dlg_onclose' is defined but never used. (no-unused-vars)
(#35) Unnecessary semicolon. (no-extra-semi)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) Identifier '__dlg_init' is not in camel case. (camelcase)
(#37) '__dlg_init' is defined but never used. (no-unused-vars)
(#39) Identifier 'body_height' is not in camel case. (camelcase)
(#39) 'body_height' is defined but never used. (no-unused-vars)
(#43) 'pos' used outside of binding context. (block-scoped-var)
(#44) Identifier 'body_height' is not in camel case. (camelcase)
(#44) 'pos' used outside of binding context. (block-scoped-var)
(#46) 'pos' used outside of binding context. (block-scoped-var)
(#46) 'pos' is already defined. (no-redeclare)
(#47) Identifier 'body_height' is not in camel case. (camelcase)
(#47) 'pos' used outside of binding context. (block-scoped-var)
(#51) Identifier '__dlg_close_on_esc' is not in camel case. (camelcase)
(#53) Unnecessary semicolon. (no-extra-semi)
(#55) Missing JSDoc comment. (require-jsdoc)
(#55) '__dlg_translate' is defined but never used. (no-unused-vars)
(#55) Identifier '__dlg_translate' is not in camel case. (camelcase)
(#63) Expected { after 'if' condition. (curly)
(#68) 'txt' is already defined. (no-redeclare)
(#68) 'txt' used outside of binding context. (block-scoped-var)
(#69) Expected { after 'if' condition. (curly)
(#69) 'txt' used outside of binding context. (block-scoped-var)
(#70) 'txt' used outside of binding context. (block-scoped-var)
(#71) Unnecessary semicolon. (no-extra-semi)
(#74) Missing JSDoc comment. (require-jsdoc)
(#74) '__dlg_close' is defined but never used. (no-unused-vars)
(#74) Identifier '__dlg_close' is not in camel case. (camelcase)
(#77) Unnecessary semicolon. (no-extra-semi)
(#79) Missing JSDoc comment. (require-jsdoc)
(#79) Identifier '__dlg_close_on_esc' is not in camel case. (camelcase)
(#80) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#86) Unnecessary semicolon. (no-extra-semi)
lib/editor/tinymce/plugins/clozeeditor/tinymce/langs/en_dlg.js
(#1) 'tinyMCE' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'desc'. (key-spacing)
(#3) Missing space before value for key 'chooseclozeformat'. (key-spacing)
(#4) Missing space before value for key 'encode'. (key-spacing)
(#5) Missing space before value for key 'titleclozeeditor'. (key-spacing)
(#6) Missing space before value for key 'output'. (key-spacing)

CSS problems

(9 errors, 0 warnings)

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

lib/editor/tinymce/plugins/clozeeditor/dialog.css
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#11) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2) Expected indentation of 4 spaces (indentation)
(#3) Expected indentation of 4 spaces (indentation)
(#7) Expected indentation of 4 spaces (indentation)
(#15) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#20) Expected indentation of 4 spaces (indentation)
(#19) Unexpected unit "pt" (unit-blacklist)

PHPDocs style problems

(7 errors, 2 warnings)

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

lib/editor/tinymce/plugins/clozeeditor/dialog.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
lib/editor/tinymce/plugins/clozeeditor/lang/en/tinymce_clozeeditor.php
(#2) Empty line found after PHP open tag
(#18) No one-line description found in phpdocs for file
(#21) Package tiny_mce is not valid
lib/editor/tinymce/plugins/clozeeditor/lib.php
(#17) File-level phpdocs block is not found
(#32) Function tinymce_clozeeditor::update_init_params is not documented
(#23) Package tiny_mce is not valid
lib/editor/tinymce/plugins/clozeeditor/version.php
(#20) Package tiny_mce is not valid

Update savepoints problems

(0 errors, 0 warnings)

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


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]

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

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

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