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

(1007 errors, 251 warnings)

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

grade/grading/form/multigraders/backup/moodle2/backup_gradingform_multigraders_plugin.class.php
(#2) 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 "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#8) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#54) Commas (,) must be followed by white space.
(#54) Commas (,) must be followed by white space.
(#91) Commas (,) must be followed by white space.
(#91) Commas (,) must be followed by white space.
(#91) Commas (,) must be followed by white space.
(#91) Commas (,) must be followed by white space.
(#91) Commas (,) must be followed by white space.
(#91) Commas (,) must be followed by white space.
(#91) Line exceeds 132 characters; contains 143 characters
(#91) Line exceeds 132 characters; contains 143 characters
grade/grading/form/multigraders/backup/moodle2/restore_gradingform_multigraders_plugin.class.php
(#2) 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 "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#8) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#53) Commas (,) must be followed by white space.
(#88) Commas (,) must be followed by white space.
(#88) Commas (,) must be followed by white space.
(#88) Commas (,) must be followed by white space.
(#102) Commas (,) must be followed by white space.
(#103) Inline comments must start with a capital letter, digit or 3-dots sequence
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) This comment is 63% valid code; is this commented out code?
(#103) No space found before comment text; expected "// $instance = $this->get_mapping('grading_instance', $data->instanceid);" but found "//$instance = $this->get_mapping('grading_instance', $data->instanceid);"
grade/grading/form/multigraders/db/messages.php
(#1) File has mixed line endings; this may cause incorrect results
(#2) 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 "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#8) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#10) Whitespace found at end of line
(#11) Whitespace found at end of line
(#12) Inline comments must end in full-stops, exclamation marks, or question marks
(#12) Whitespace found at end of line
(#13) Whitespace found at end of line
(#14) Whitespace found at end of line
grade/grading/form/multigraders/db/upgrade.php
(#2) 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 "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#8) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#67) Line exceeds 132 characters; contains 145 characters
(#67) Line exceeds 132 characters; contains 145 characters
(#106) Line exceeds 132 characters; contains 141 characters
(#106) Line exceeds 132 characters; contains 141 characters
(#116) Functions must not contain multiple empty lines in a row; found 2 empty lines
grade/grading/form/multigraders/edit.php
(#2) 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 "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#8) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
grade/grading/form/multigraders/edit_form.php
(#2) 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 "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#8) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#72) Variable "arrUsers" must be all lower-case
(#73) Variable "usersTotal" must be all lower-case
(#73) Commas (,) must be followed by white space.
(#73) Commas (,) must be followed by white space.
(#74) Expected "for (...) {\n"; found "for(...){\n"
(#74) Expected 1 space before "="; 0 found
(#74) Expected 1 space after "="; 0 found
(#74) Variable "usersTotal" must be all lower-case
(#74) Expected 1 space before "/"; 0 found
(#74) Expected 1 space after "/"; 0 found
(#75) Variable "dbUsers" must be all lower-case
(#75) Commas (,) must be followed by white space.
(#75) Commas (,) must be followed by white space.
(#75) Commas (,) must be followed by white space.
(#75) Commas (,) must be followed by white space.
(#76) Expected 1 space before "="; 0 found
(#76) Expected 1 space after "="; 0 found
(#76) Expected 1 space before "="; 0 found
(#76) Expected 1 space after "="; 0 found
(#76) Expected 1 space before "="; 0 found
(#76) Expected 1 space after "="; 0 found
(#76) Expected 1 space before "*"; 0 found
(#76) Expected 1 space after "*"; 0 found
(#76) Expected 1 space before "="; 0 found
(#76) Expected 1 space after "="; 0 found
(#76) Expected 1 space before "="; 0 found
(#76) Expected 1 space after "="; 0 found
(#77) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#77) Variable "dbUsers" must be all lower-case
(#77) Variable "oUser" must be all lower-case
(#78) Expected "if (...) {\n"; found "if(...){\n"
(#78) Commas (,) must be followed by white space.
(#79) Variable "arrUsers" must be all lower-case
(#79) Variable "oUser" must be all lower-case
(#79) Variable "oUser" must be all lower-case
(#83) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#85) Line exceeds 132 characters; contains 135 characters
(#85) Line exceeds 132 characters; contains 135 characters
(#86) Variable "arrUsers" must be all lower-case
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) No space found before comment text; expected "// Grading criteria" but found "//Grading criteria"
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) Variable "arrOptions" must be all lower-case
(#96) Variable "arrOptions" must be all lower-case
(#97) Variable "arrOptions" must be all lower-case
(#98) Variable "arrOptions" must be all lower-case
(#99) Variable "arrOptions" must be all lower-case
(#100) Line exceeds 132 characters; contains 137 characters
(#100) Line exceeds 132 characters; contains 137 characters
(#101) Variable "arrOptions" must be all lower-case
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#112) Line exceeds 132 characters; contains 144 characters
(#112) Line exceeds 132 characters; contains 144 characters
(#117) Line exceeds 132 characters; contains 144 characters
(#117) Line exceeds 132 characters; contains 144 characters
(#117) This comment is 75% valid code; is this commented out code?
grade/grading/form/multigraders/lang/en/gradingform_multigraders.php
(#2) 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 "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#57) This comment is 62% valid code; is this commented out code?
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) No space found before comment text; expected "// $string['no_of_graders'] = 'Number of graders';" but found "//$string['no_of_graders'] = 'Number of graders';"
(#58) No space found before comment text; expected "// $string['no_of_gradersexplained'] = '{$a} graders required for the final grade.';" but found "//$string['no_of_gradersexplained'] = '{$a} graders required for the final grade.';"
(#59) No space found before comment text; expected "// $string['grading_type'] = 'How to determine the final grade';" but found "//$string['grading_type'] = 'How to determine the final grade';"
(#60) No space found before comment text; expected "// $string['grading_type_average'] = 'Average grade over all grades.';" but found "//$string['grading_type_average'] = 'Average grade over all grades.';"
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) No space found before comment text; expected "// $string['grading_type_last_grader'] = 'Last grader decides the final';" but found "//$string['grading_type_last_grader'] = 'Last grader decides the final';"
(#62) Space found before semicolon; expected "'Blind marking';" but found "'Blind marking' ;"
(#63) Space found before semicolon; expected "'If checked, intermediary graders can not see previous grades, only the original grader can.';" but found "'If checked, intermediary graders can not see previous grades, only the original grader can.' ;"
(#64) Space found before semicolon; expected "'Blind marking is activated, secondary graders can not see previous grades, only the initial/primary grader can. However, when grade is published, everyone involved can see all grades.';" but found "'Blind marking is activated, secondary graders can not see previous grades, only the initial/primary grader can. However, when grade is published, everyone involved can see all grades.' ;"
(#65) Space found before semicolon; expected "'Show second graders notes to students?';" but found "'Show second graders notes to students?' ;"
(#66) Space found before semicolon; expected "'If checked, second graders may choose if their notes can be seen by the students when the grade is published.';" but found "'If checked, second graders may choose if their notes can be seen by the students when the grade is published.' ;"
(#67) Space found before semicolon; expected "'The student can also see all secondary notes when the grade is published.';" but found "'The student can also see all secondary notes when the grade is published.' ;"
(#68) This comment is 57% valid code; is this commented out code?
(#68) Inline comments must start with a capital letter, digit or 3-dots sequence
(#68) No space found before comment text; expected "// $string['previous_graders_cant_change'] = 'Don\'t allow graders to change their grade and feedback after another graded.' ;" but found "//$string['previous_graders_cant_change'] = 'Don\'t allow graders to change their grade and feedback after another graded.' ;"
(#69) No space found before comment text; expected "// $string['previous_graders_cant_change_help'] = 'If checked, graders can not change their own grade and feed back after another grader marked the assignment and gave feed back.' ;" but found "//$string['previous_graders_cant_change_help'] = 'If checked, graders can not change their own grade and feed back after another grader marked the assignment and gave feed back.' ;"
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) No space found before comment text; expected "// $string['previous_graders_cant_change_explained'] = 'Graders can not change their grade and feed back after another grader marked the assignment and gave feed back.' ;" but found "//$string['previous_graders_cant_change_explained'] = 'Graders can not change their grade and feed back after another grader marked the assignment and gave feed back.' ;"
(#71) Space found before semicolon; expected "'Method of auto calculating the next grade and outcomes';" but found "'Method of auto calculating the next grade and outcomes' ;"
(#72) Space found before semicolon; expected "'The final grade is decided by the last grader, however the system will auto calculate the next grade depending on the previous based on the algorithm chosen here. The same method is used for deciding the nest outcome as well.';" but found "'The final grade is decided by the last grader, however the system will auto calculate the next grade depending on the previous based on the algorithm chosen here. The same method is used for deciding the nest outcome as well.' ;"
(#73) Space found before semicolon; expected "'last previous grade';" but found "'last previous grade' ;"
(#74) Space found before semicolon; expected "'minimum previous grade';" but found "'minimum previous grade' ;"
(#75) Space found before semicolon; expected "'maximum previous grade';" but found "'maximum previous grade' ;"
(#76) Space found before semicolon; expected "'average over previous grades';" but found "'average over previous grades' ;"
(#77) Space found before semicolon; expected "'Show notes to student?';" but found "'Show notes to student?' ;"
(#78) Space found before semicolon; expected "'Notes';" but found "'Notes' ;"
grade/grading/form/multigraders/lib.php
(#2) 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 "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#8) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) "require_once" must be immediately followed by an open parenthesis
(#38) "require_once" must be immediately followed by an open parenthesis
(#56) Expected 1 space before "="; 0 found
(#102) Inline comments must start with a capital letter, digit or 3-dots sequence
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) No space found before comment text; expected "// no need to extra details in menu" but found "//no need to extra details in menu"
(#152) Line exceeds 132 characters; contains 161 characters
(#152) Line exceeds 132 characters; contains 161 characters
(#155) Commas (,) must be followed by white space.
(#155) Inline comments must start with a capital letter, digit or 3-dots sequence
(#158) Commas (,) must be followed by white space.
(#158) Commas (,) must be followed by white space.
(#158) Commas (,) must be followed by white space.
(#158) Commas (,) must be followed by white space.
(#158) Commas (,) must be followed by white space.
(#158) Line exceeds maximum limit of 180 characters; contains 183 characters
(#158) Line exceeds maximum limit of 180 characters; contains 183 characters
(#163) This comment is 59% valid code; is this commented out code?
(#174) Inline comments must start with a capital letter, digit or 3-dots sequence
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) No space found before comment text; expected "// add/update attributes in custom table" but found "//add/update attributes in custom table"
(#177) Expected "if (...) {\n"; found "if(...){\n"
(#183) Expected "} else {\n"; found "}else {\n"
(#190) Expected "if (...) {\n"; found "if(...){\n"
(#191) Commas (,) must be followed by white space.
(#191) Commas (,) must be followed by white space.
(#191) Commas (,) must be followed by white space.
(#192) Expected "} else {\n"; found "}else{\n"
(#208) Inline comments must start with a capital letter, digit or 3-dots sequence
(#208) Inline comments must end in full-stops, exclamation marks, or question marks
(#208) This comment is 73% valid code; is this commented out code?
(#208) No space found before comment text; expected "// if ($this->has_active_instances()) {" but found "//if ($this->has_active_instances()) {"
(#213) Inline comments must start with a capital letter, digit or 3-dots sequence
(#213) No space found before comment text; expected "// change the final grade type from final to intermediary" but found "//change the final grade type from final to intermediary"
(#214) This comment is 62% valid code; is this commented out code?
(#222) Line exceeds 132 characters; contains 135 characters
(#222) Line exceeds 132 characters; contains 135 characters
(#224) Inline comments must end in full-stops, exclamation marks, or question marks
(#224) This comment is 100% valid code; is this commented out code?
(#224) No space found before comment text; expected "// }" but found "//}"
(#246) Variable "definitionExtras" must be all lower-case
(#247) Variable "definitionExtras" must be all lower-case
(#248) Inline comments must end in full-stops, exclamation marks, or question marks
(#248) No space found before comment text; expected "// Populate with defaults" but found "//Populate with defaults"
(#255) Expected "} else {\n"; found "}else{\n"
(#256) Variable "definitionExtras" must be all lower-case
(#257) Variable "definitionExtras" must be all lower-case
(#258) Variable "definitionExtras" must be all lower-case
(#259) Variable "definitionExtras" must be all lower-case
(#260) Variable "definitionExtras" must be all lower-case
(#263) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#275) Expected 1 space before "=>"; 0 found
(#275) Expected 1 space after "=>"; 0 found
(#324) Commas (,) must be followed by white space.
(#324) Commas (,) must be followed by white space.
(#324) Commas (,) must be followed by white space.
(#324) Commas (,) must be followed by white space.
(#324) Line exceeds maximum limit of 180 characters; contains 184 characters
(#324) Line exceeds maximum limit of 180 characters; contains 184 characters
(#326) Expected "if (...) {\n"; found "if(...){\n"
(#328) Indirect access to variables, properties and methods will be evaluated strictly in left-to-right order since PHP 7.0. Use curly braces to remove ambiguity.
(#329) Indirect access to variables, properties and methods will be evaluated strictly in left-to-right order since PHP 7.0. Use curly braces to remove ambiguity.
(#332) This comment is 64% valid code; is this commented out code?
(#386) Commas (,) must be followed by white space.
(#388) Expected "if (...) {\n"; found "if(...) {\n"
(#392) Expected "if (...) {\n"; found "if(...){\n"
(#394) Inline comments must start with a capital letter, digit or 3-dots sequence
(#394) Inline comments must end in full-stops, exclamation marks, or question marks
(#394) No space found before comment text; expected "// transform list of grader ids into name list" but found "//transform list of grader ids into name list"
(#395) Variable "dbUsers" must be all lower-case
(#395) Commas (,) must be followed by white space.
(#395) Commas (,) must be followed by white space.
(#395) Commas (,) must be followed by white space.
(#395) Commas (,) must be followed by white space.
(#396) Expected 1 space before "="; 0 found
(#396) Expected 1 space after "="; 0 found
(#396) Expected 1 space before "="; 0 found
(#396) Expected 1 space after "="; 0 found
(#396) Expected 1 space before "="; 0 found
(#396) Expected 1 space after "="; 0 found
(#396) Expected 1 space before "="; 0 found
(#396) Expected 1 space after "="; 0 found
(#396) Expected 1 space before "="; 0 found
(#396) Expected 1 space after "="; 0 found
(#397) Expected 1 space before "="; 0 found
(#397) Expected 1 space after "="; 0 found
(#398) Variable "secondaryGraders" must be all lower-case
(#399) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#399) Variable "dbUsers" must be all lower-case
(#399) Variable "oUser" must be all lower-case
(#400) Variable "secondaryGraders" must be all lower-case
(#400) Variable "oUser" must be all lower-case
(#400) Variable "oUser" must be all lower-case
(#402) Variable "secondaryGraders" must be all lower-case
(#402) Variable "secondaryGraders" must be all lower-case
(#402) Commas (,) must be followed by white space.
(#402) Commas (,) must be followed by white space.
(#403) Commas (,) must be followed by white space.
(#403) Commas (,) must be followed by white space.
(#403) Variable "secondaryGraders" must be all lower-case
(#406) Expected "if (...) {\n"; found "if(...){\n"
(#407) Commas (,) must be followed by white space.
(#409) Expected "if (...) {\n"; found "if(...){\n"
(#410) Commas (,) must be followed by white space.
(#412) This comment is 59% valid code; is this commented out code?
(#415) Expected "if (...) {\n"; found "if(...){\n"
(#416) Commas (,) must be followed by white space.
(#419) Commas (,) must be followed by white space.
(#422) Commas (,) must be followed by white space.
(#425) Commas (,) must be followed by white space.
(#428) Commas (,) must be followed by white space.
(#459) Inline comments must end in full-stops, exclamation marks, or question marks
(#461) Expected "if (...) {\n"; found "if (...) {\n"
(#464) Must use "self::" for local static member reference
(#466) Must use "self::" for local static member reference
(#467) Usage of ELSEIF not allowed; use ELSE IF instead
(#468) Must use "self::" for local static member reference
(#469) Usage of ELSEIF not allowed; use ELSE IF instead
(#470) Must use "self::" for local static member reference
(#471) Usage of ELSEIF not allowed; use ELSE IF instead
(#472) Must use "self::" for local static member reference
(#474) Expected "if (...) {\n"; found "if(...){\n"
(#474) Must use "self::" for local static member reference
(#475) Commas (,) must be followed by white space.
(#476) Expected "if (...) {\n"; found "if(...){\n"
(#481) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#496) Inline comments must start with a capital letter, digit or 3-dots sequence
(#496) Inline comments must end in full-stops, exclamation marks, or question marks
(#496) No space found before comment text; expected "// delete extra defition details" but found "//delete extra defition details"
(#544) Commas (,) must be followed by white space.
(#557) Inline comments must start with a capital letter, digit or 3-dots sequence
(#557) Inline comments must end in full-stops, exclamation marks, or question marks
(#557) This comment is 75% valid code; is this commented out code?
(#557) No space found before comment text; expected "// return " LEFT JOIN {gradingform_multigraders_criteria} gc ON (gc.definitionid = $gdid)";" but found "//return " LEFT JOIN {gradingform_multigraders_criteria} gc ON (gc.definitionid = $gdid)";"
(#588) Variable "definition_extradetails" must not contain underscores.
(#592) Line exceeds 132 characters; contains 136 characters
(#592) Line exceeds 132 characters; contains 136 characters
(#593) Line exceeds 132 characters; contains 169 characters
(#593) Line exceeds 132 characters; contains 169 characters
(#594) Line exceeds 132 characters; contains 160 characters
(#594) Line exceeds 132 characters; contains 160 characters
(#597) Variable "definition_extradetails" must not contain underscores.
(#616) Commas (,) must be followed by white space.
(#639) Member variable "validationErrors" must be all lower-case
(#641) Member variable "gradeRange" must be all lower-case
(#642) Member variable "instanceGrades" must be all lower-case
(#643) Member variable "updateGrade" must be all lower-case
(#650) Commas (,) must be followed by white space.
(#653) Expected "if (...) {\n"; found "if(...) {\n"
(#654) Commas (,) must be followed by white space.
(#654) Commas (,) must be followed by white space.
(#654) Commas (,) must be followed by white space.
(#654) Line exceeds 132 characters; contains 156 characters
(#654) Line exceeds 132 characters; contains 156 characters
(#668) Public method name "gradingform_multigraders_instance::getGradeRange" must be in lower-case letters only
(#668) Variable "forceRefresh" must be all lower-case
(#668) Expected 1 space before opening brace; found 0
(#669) Expected "if (...) {\n"; found "if(...) {\n"
(#669) Variable "forceRefresh" must be all lower-case
(#676) Variable "cutPos" must be all lower-case
(#676) Commas (,) must be followed by white space.
(#677) Expected "if (...) {\n"; found "if(...){\n"
(#677) Variable "cutPos" must be all lower-case
(#677) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#678) Commas (,) must be followed by white space.
(#678) Commas (,) must be followed by white space.
(#678) Variable "cutPos" must be all lower-case
(#680) Variable "cutPos" must be all lower-case
(#680) Commas (,) must be followed by white space.
(#681) Expected "if (...) {\n"; found "if(...){\n"
(#681) Variable "cutPos" must be all lower-case
(#681) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#682) Commas (,) must be followed by white space.
(#682) Variable "cutPos" must be all lower-case
(#682) Expected 1 space before "+"; 0 found
(#682) Expected 1 space after "+"; 0 found
(#684) Expected "if (...) {\n"; found "if(...){\n"
(#696) Public method name "gradingform_multigraders_instance::getItemID" must be in lower-case letters only
(#696) Expected 1 space before opening brace; found 0
(#718) Commas (,) must be followed by white space.
(#720) This comment is 62% valid code; is this commented out code?
(#738) This comment is 79% valid code; is this commented out code?
(#738) Inline comments must start with a capital letter, digit or 3-dots sequence
(#741) Inline comments must end in full-stops, exclamation marks, or question marks
(#741) No space found before comment text; expected "// let update handle the form submit" but found "//let update handle the form submit"
(#754) Expected "if (...) {\n"; found "if(...) {\n"
(#754) Expected 1 space before "=="; 0 found
(#754) Expected 1 space after "=="; 0 found
(#759) Expected "if (...) {\n"; found "if (...){\n"
(#765) Expected "if (...) {\n"; found "if(...){\n"
(#769) Commas (,) must be followed by white space.
(#769) Line exceeds 132 characters; contains 143 characters
(#769) Line exceeds 132 characters; contains 143 characters
(#776) Commas (,) must be followed by white space.
(#776) Line exceeds 132 characters; contains 175 characters
(#776) Line exceeds 132 characters; contains 175 characters
(#797) Expected 1 space before "=="; 0 found
(#797) Expected 1 space after "=="; 0 found
(#797) Inline comments must start with a capital letter, digit or 3-dots sequence
(#797) No space found before comment text; expected "// make DB int val into boolean." but found "//make DB int val into boolean."
(#798) Expected 1 space before "=="; 0 found
(#798) Expected 1 space after "=="; 0 found
(#798) No space found before comment text; expected "// make DB int val into boolean." but found "//make DB int val into boolean."
(#799) Inline comments must end in full-stops, exclamation marks, or question marks
(#799) No space found before comment text; expected "// transform outcomes from JSON to object" but found "//transform outcomes from JSON to object"
(#814) Commas (,) must be followed by white space.
(#815) Variable "currentFormData" must be all lower-case
(#816) Variable "currentRecordID" must be all lower-case
(#818) Variable "firstGradeRecord" must be all lower-case
(#819) Variable "currentRecord" must be all lower-case
(#820) Variable "finalGradeRecord" must be all lower-case
(#822) Inline comments must start with a capital letter, digit or 3-dots sequence
(#822) No space found before comment text; expected "// check first if an admin wants to delete everything for this grade" but found "//check first if an admin wants to delete everything for this grade"
(#823) Inline comments must end in full-stops, exclamation marks, or question marks
(#823) No space found before comment text; expected "// check if multigraders_delete_all parameter was sent" but found "//check if multigraders_delete_all parameter was sent"
(#825) Expected "if (...) {\n"; found "if(...) {\n"
(#825) Expected 1 space before "=="; 0 found
(#825) Expected 1 space after "=="; 0 found
(#827) Inline comments must start with a capital letter, digit or 3-dots sequence
(#827) Inline comments must end in full-stops, exclamation marks, or question marks
(#827) No space found before comment text; expected "// check if user is admin" but found "//check if user is admin"
(#829) Expected "if (...) {\n"; found "if(...) {\n"
(#832) Commas (,) must be followed by white space.
(#846) Expected 1 space before "=>"; 0 found
(#846) Variable "currentFormData" must be all lower-case
(#846) Expected 1 space before "=>"; 0 found
(#847) Expected "if (...) {\n"; found "if(...){\n"
(#847) Variable "firstGradeRecord" must be all lower-case
(#848) Variable "firstGradeRecord" must be all lower-case
(#850) Expected "if (...) {\n"; found "if(...){\n"
(#851) Variable "currentRecord" must be all lower-case
(#853) Expected "if (...) {\n"; found "if(...){\n"
(#853) Must use "self::" for local static member reference
(#854) Variable "finalGradeRecord" must be all lower-case
(#858) Line exceeds 132 characters; contains 138 characters
(#858) Line exceeds 132 characters; contains 138 characters
(#858) Inline comments must start with a capital letter, digit or 3-dots sequence
(#858) No space found before comment text; expected "// if the final grade is already added for this instance and it wasn't given by the current teacher, then they can't edit anything." but found "//if the final grade is already added for this instance and it wasn't given by the current teacher, then they can't edit anything."
(#859) Expected "if (...) {\n"; found "if(...){\n"
(#859) Variable "finalGradeRecord" must be all lower-case
(#859) Expected 1 space after "!=="; 0 found
(#859) Variable "currentRecord" must be all lower-case
(#862) Inline comments must start with a capital letter, digit or 3-dots sequence
(#862) Inline comments must end in full-stops, exclamation marks, or question marks
(#862) No space found before comment text; expected "// if the final grade is already added for this instance, but by a different teacher, don't allow any saves" but found "//if the final grade is already added for this instance, but by a different teacher, don't allow any saves"
(#863) Expected "if (...) {\n"; found "if(...){\n"
(#863) Variable "finalGradeRecord" must be all lower-case
(#863) Expected 1 space after "!=="; 0 found
(#863) Variable "finalGradeRecord" must be all lower-case
(#867) Expected "if (...) {\n"; found "if(...) {\n"
(#868) Expected 1 space after "="; 2 found
(#870) Expected "if (...) {\n"; found "if(...) {\n"
(#873) Inline comments must start with a capital letter, digit or 3-dots sequence
(#873) Inline comments must end in full-stops, exclamation marks, or question marks
(#873) No space found before comment text; expected "// updating instanceid for all records of the same item" but found "//updating instanceid for all records of the same item"
(#877) Variable "gradeType" must be all lower-case
(#877) Must use "self::" for local static member reference
(#878) Variable "gradingFinal" must be all lower-case
(#879) Expected "if (...) {\n"; found "if(...){\n"
(#880) Variable "gradingFinal" must be all lower-case
(#881) Expected "if (...) {\n"; found "if(...) {\n"
(#882) Variable "gradeType" must be all lower-case
(#882) Must use "self::" for local static member reference
(#885) Inline comments must start with a capital letter, digit or 3-dots sequence
(#885) Inline comments must end in full-stops, exclamation marks, or question marks
(#885) No space found before comment text; expected "// adding a new record" but found "//adding a new record"
(#886) Expected "if (...) {\n"; found "if(...) {\n"
(#886) Empty IF statement detected
(#886) Expected 1 space after "!="; 0 found
(#888) Expected "if (...) {\n"; found "if(...){\n"
(#888) Variable "currentRecord" must be all lower-case
(#889) Variable "currentRecordID" must be all lower-case
(#889) Commas (,) must be followed by white space.
(#890) Commas (,) must be followed by white space.
(#900) Variable "gradeType" must be all lower-case
(#905) Expected "if (...) {\n"; found "if(...){\n"
(#905) Variable "currentRecordID" must be all lower-case
(#906) Variable "currentRecordID" must be all lower-case
(#909) Expected "} else {\n"; found "}else {\n"
(#912) Inline comments must start with a capital letter, digit or 3-dots sequence
(#912) Inline comments must end in full-stops, exclamation marks, or question marks
(#912) No space found before comment text; expected "// grade type is not null only when the grading owner(or first/final grader) is saving the data" but found "//grade type is not null only when the grading owner(or first/final grader) is saving the data"
(#913) Expected "if (...) {\n"; found "if(...){\n"
(#913) Variable "gradingFinal" must be all lower-case
(#914) Expected "if (...) {\n"; found "if(...) {\n"
(#914) Variable "gradeType" must be all lower-case
(#914) Must use "self::" for local static member reference
(#917) Expected "} else {\n"; found "}else{\n"
(#925) Inline comments must start with a capital letter, digit or 3-dots sequence
(#925) No space found before comment text; expected "// if no previous grade or previous grade did not request second grading or it changed type from final" but found "//if no previous grade or previous grade did not request second grading or it changed type from final"
(#926) Inline comments must end in full-stops, exclamation marks, or question marks
(#926) No space found before comment text; expected "// and if the current grade is not final" but found "//and if the current grade is not final"
(#927) Expected "if (...) {\n"; found "if(...){\n"
(#927) Variable "currentRecord" must be all lower-case
(#927) Variable "currentRecord" must be all lower-case
(#927) Variable "currentRecord" must be all lower-case
(#927) Variable "gradeType" must be all lower-case
(#928) Variable "gradeType" must be all lower-case
(#928) Must use "self::" for local static member reference
(#930) Variable "gradingFinal" must be all lower-case
(#930) Commas (,) must be followed by white space.
(#930) Variable "firstGradeRecord" must be all lower-case
(#930) Commas (,) must be followed by white space.
(#931) Usage of ELSEIF not allowed; use ELSE IF instead
(#931) Variable "firstGradeRecord" must be all lower-case
(#932) Variable "firstGradeRecord" must be all lower-case
(#932) Commas (,) must be followed by white space.
(#944) Commas (,) must be followed by white space.
(#958) This comment is 62% valid code; is this commented out code?
(#965) Variable "visibleGradeRange" must be all lower-case
(#970) Variable "currGrade" must be all lower-case
(#972) Variable "currGrade" must be all lower-case
(#972) Variable "visibleGradeRange" must be all lower-case
(#972) Expected 1 space before "/"; 0 found
(#972) Expected 1 space after "/"; 0 found
(#972) Variable "visibleGradeRange" must be all lower-case
(#972) Variable "visibleGradeRange" must be all lower-case
(#972) Expected 1 space before "*"; 0 found
(#972) Expected 1 space after "*"; 0 found
(#972) Expected 1 space before "-"; 0 found
(#972) Expected 1 space after "-"; 0 found
(#972) Line exceeds 132 characters; contains 151 characters
(#972) Line exceeds 132 characters; contains 151 characters
(#986) Expected "if (...) {\n"; found "if(...){\n"
(#990) Expected "if (...) {\n"; found "if(...){\n"
(#990) Must use "self::" for local static member reference
(#1003) Expected 1 space before opening brace; found 0
(#1004) Commas (,) must be followed by white space.
(#1005) Expected "if (...) {\n"; found "if(...){\n"
(#1009) Variable "graderName" must be all lower-case
(#1010) Expected "if (...) {\n"; found "if(...){\n"
(#1011) Variable "graderName" must be all lower-case
(#1012) Expected "} else {\n"; found "}else {\n"
(#1015) Variable "graderName" must be all lower-case
(#1016) Expected "} else {\n"; found "}else{\n"
(#1017) Variable "graderName" must be all lower-case
(#1020) Expected "if (...) {\n"; found "if(...){\n"
(#1020) Variable "graderName" must be all lower-case
(#1021) Expected 1 space before "=>"; 0 found
(#1021) Expected 1 space after "=>"; 0 found
(#1022) Variable "graderName" must be all lower-case
(#1022) Variable "graderName" must be all lower-case
(#1023) Variable "graderName" must be all lower-case
(#1023) Variable "graderName" must be all lower-case
(#1026) Variable "graderName" must be all lower-case
(#1037) Commas (,) must be followed by white space.
(#1037) Commas (,) must be followed by white space.
(#1039) Expected 1 space before "=>"; 0 found
(#1039) Expected 1 space after "=>"; 0 found
(#1039) Expected 1 space before "=>"; 0 found
(#1039) Expected 1 space after "=>"; 0 found
(#1045) Usage of ELSEIF not allowed; use ELSE IF instead
(#1047) Usage of ELSEIF not allowed; use ELSE IF instead
(#1049) Usage of ELSEIF not allowed; use ELSE IF instead
(#1052) Line exceeds 132 characters; contains 144 characters
(#1052) Line exceeds 132 characters; contains 144 characters
(#1055) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1059) Expected "if (...) {\n"; found "if(...){\n"
(#1065) Expected "if (...) {\n"; found "if (...){\n"
(#1066) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1066) Inline comments must end in full-stops, exclamation marks, or question marks
(#1066) No space found before comment text; expected "// go through previous grades and update only the new one" but found "//go through previous grades and update only the new one"
(#1068) Expected "if (...) {\n"; found "if(...){\n"
(#1074) Expected 1 space after "="; 2 found
(#1077) Expected "if (...) {\n"; found "if(...) {\n"
(#1085) Variable "finalGraderId" must be all lower-case
(#1086) Expected "if (...) {\n"; found "if(...){\n"
(#1086) Variable "finalGraderId" must be all lower-case
(#1087) Variable "finalGraderName" must be all lower-case
(#1088) Expected "} else {\n"; found "}else{\n"
(#1089) Variable "finalGraderName" must be all lower-case
(#1089) Variable "finalGraderId" must be all lower-case
(#1091) Commas (,) must be followed by white space.
(#1091) Variable "finalGraderName" must be all lower-case
(#1094) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#1099) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1101) Line indented incorrectly; expected 8 spaces, found 9
(#1101) Expected "if (...) {\n"; found "if(...){\n"
(#1102) This comment is 51% valid code; is this commented out code?
(#1118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1118) Inline comments must end in full-stops, exclamation marks, or question marks
(#1118) This comment is 50% valid code; is this commented out code?
(#1118) No space found before comment text; expected "// $opts = make_grades_menu(-5);" but found "//$opts = make_grades_menu(-5);"
(#1122) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1122) Inline comments must end in full-stops, exclamation marks, or question marks
(#1122) This comment is 63% valid code; is this commented out code?
(#1122) Line indented incorrectly; expected at least 12 spaces, found 0
(#1122) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#1128) Closing brace indented incorrectly; expected 9 spaces, found 8
(#1130) Commas (,) must be followed by white space.
(#1130) Commas (,) must be followed by white space.
(#1130) Commas (,) must be followed by white space.
(#1130) Line exceeds maximum limit of 180 characters; contains 189 characters
(#1130) Line exceeds maximum limit of 180 characters; contains 189 characters
(#1134) Public method name "gradingform_multigraders_instance::get_userID_for_itemID" must be in lower-case letters only
(#1134) Variable "itemID" must be all lower-case
(#1134) Expected 1 space before opening brace; found 0
(#1137) Variable "userID" must be all lower-case
(#1138) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1138) Inline comments must end in full-stops, exclamation marks, or question marks
(#1138) No space found before comment text; expected "// obtain the user being graded" but found "//obtain the user being graded"
(#1139) Variable "itemID" must be all lower-case
(#1141) Variable "userID" must be all lower-case
(#1144) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1144) Inline comments must end in full-stops, exclamation marks, or question marks
(#1144) No space found before comment text; expected "// $userID is now the ID of the user graded" but found "//$userID is now the ID of the user graded"
(#1145) Variable "userID" must be all lower-case
(#1155) Variable "sentByOwner" must be all lower-case
(#1155) Variable "firstGradeRecord" must be all lower-case
(#1155) Commas (,) must be followed by white space.
(#1155) Variable "itemID" must be all lower-case
(#1155) Expected 1 space before opening brace; found 0
(#1158) Variable "userID" must be all lower-case
(#1158) Variable "itemID" must be all lower-case
(#1159) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1159) Inline comments must end in full-stops, exclamation marks, or question marks
(#1159) No space found before comment text; expected "// $userID is now the ID of the user graded" but found "//$userID is now the ID of the user graded"
(#1160) Variable "gradeeURL" must be all lower-case
(#1160) Variable "userID" must be all lower-case
(#1163) Variable "contextUrl" must be all lower-case
(#1163) Commas (,) must be followed by white space.
(#1163) Expected 1 space before "=>"; 0 found
(#1163) Expected 1 space after "=>"; 0 found
(#1163) Commas (,) must be followed by white space.
(#1163) Variable "userID" must be all lower-case
(#1164) Commas (,) must be followed by white space.
(#1164) Variable "contextUrl" must be all lower-case
(#1164) Line exceeds 132 characters; contains 145 characters
(#1164) Line exceeds 132 characters; contains 145 characters
(#1165) Commas (,) must be followed by white space.
(#1165) Variable "gradeeURL" must be all lower-case
(#1166) Commas (,) must be followed by white space.
(#1166) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1166) Inline comments must end in full-stops, exclamation marks, or question marks
(#1166) This comment is 72% valid code; is this commented out code?
(#1166) No space found before comment text; expected "// $PAGE->cm->name);" but found "//$PAGE->cm->name);"
(#1167) Variable "arrSecondGradingList" must be all lower-case
(#1170) Expected "if (...) {\n"; found "if(...) {\n"
(#1170) Variable "sentByOwner" must be all lower-case
(#1173) Expected "} else {\n"; found "}else{\n"
(#1174) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1174) Inline comments must end in full-stops, exclamation marks, or question marks
(#1174) No space found before comment text; expected "// this notification is generated by a secondary grader, it should be sent to owner/first grader as well" but found "//this notification is generated by a secondary grader, it should be sent to owner/first grader as well"
(#1175) Expected "if (...) {\n"; found "if(...){\n"
(#1175) Variable "firstGradeRecord" must be all lower-case
(#1175) Variable "firstGradeRecord" must be all lower-case
(#1176) Variable "arrSecondGradingList" must be all lower-case
(#1176) Commas (,) must be followed by white space.
(#1176) Variable "firstGradeRecord" must be all lower-case
(#1183) Variable "arrSecondGradingList" must be all lower-case
(#1184) Variable "arrSecondGradingList" must be all lower-case
(#1184) Variable "userID" must be all lower-case
(#1185) Expected "if (...) {\n"; found "if(...){\n"
(#1185) Variable "userID" must be all lower-case
(#1185) Variable "userID" must be all lower-case
(#1194) Variable "userID" must be all lower-case
(#1201) Variable "contextUrl" must be all lower-case
(#1206) Inline comments must end in full-stops, exclamation marks, or question marks
(#1208) Line exceeds 132 characters; contains 168 characters
(#1208) Line exceeds 132 characters; contains 168 characters
(#1208) Inline comments must end in full-stops, exclamation marks, or question marks
(#1219) Variable "firstGradeRecord" must be all lower-case
(#1219) Commas (,) must be followed by white space.
(#1219) Variable "itemID" must be all lower-case
(#1219) Expected 1 space before opening brace; found 0
(#1222) Expected "if (...) {\n"; found "if(...){\n"
(#1222) Variable "firstGradeRecord" must be all lower-case
(#1226) Variable "userID" must be all lower-case
(#1226) Variable "itemID" must be all lower-case
(#1227) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1227) Inline comments must end in full-stops, exclamation marks, or question marks
(#1227) No space found before comment text; expected "// $userID is now the ID of the user graded" but found "//$userID is now the ID of the user graded"
(#1228) Variable "gradeeURL" must be all lower-case
(#1228) Variable "userID" must be all lower-case
(#1231) Variable "contextUrl" must be all lower-case
(#1231) Commas (,) must be followed by white space.
(#1231) Expected 1 space before "=>"; 0 found
(#1231) Expected 1 space after "=>"; 0 found
(#1231) Commas (,) must be followed by white space.
(#1231) Variable "userID" must be all lower-case
(#1232) Commas (,) must be followed by white space.
(#1232) Variable "contextUrl" must be all lower-case
(#1232) Line exceeds 132 characters; contains 145 characters
(#1232) Line exceeds 132 characters; contains 145 characters
(#1233) Commas (,) must be followed by white space.
(#1233) Variable "gradeeURL" must be all lower-case
(#1234) Commas (,) must be followed by white space.
(#1235) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1248) Variable "firstGradeRecord" must be all lower-case
(#1255) Variable "contextUrl" must be all lower-case
(#1260) Inline comments must end in full-stops, exclamation marks, or question marks
(#1262) Line exceeds 132 characters; contains 160 characters
(#1262) Line exceeds 132 characters; contains 160 characters
(#1262) Inline comments must end in full-stops, exclamation marks, or question marks
grade/grading/form/multigraders/preview.php
(#2) 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 "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#8) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
grade/grading/form/multigraders/renderer.php
(#2) 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 "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#8) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Member variable "gradeRange" must be all lower-case
(#44) Member variable "validationErrors" must be all lower-case
(#45) Member variable "elementName" must be all lower-case
(#46) Member variable "defaultNextGrade" must be all lower-case
(#47) Member variable "defaultNextOutcomes" must be all lower-case
(#48) Commas (,) must be followed by white space.
(#48) Commas (,) must be followed by white space.
(#48) Commas (,) must be followed by white space.
(#48) Member variable "gradingDisabled" must be all lower-case
(#49) Member variable "outcomesCalculationFormula" must be all lower-case
(#50) Member variable "outcomesValueRange" must be all lower-case
(#56) Line exceeds 132 characters; contains 142 characters
(#56) Line exceeds 132 characters; contains 142 characters
(#62) Variable "elementName" must be all lower-case
(#62) Variable "validationErrors" must be all lower-case
(#62) Variable "gradeRange" must be all lower-case
(#62) Line exceeds 132 characters; contains 147 characters
(#62) Line exceeds 132 characters; contains 147 characters
(#63) Commas (,) must be followed by white space.
(#63) Commas (,) must be followed by white space.
(#63) global $PAGE cannot be used in renderers. Use $this->page.
(#65) Variable "validationErrors" must be all lower-case
(#66) Variable "gradeRange" must be all lower-case
(#67) Variable "elementName" must be all lower-case
(#68) Variable "finalGradeMessage" must be all lower-case
(#76) Expected "if (...) {\n"; found "if(...) {\n"
(#77) Commas (,) must be followed by white space.
(#79) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#81) global $PAGE cannot be used in renderers. Use $this->page.
(#84) global $PAGE cannot be used in renderers. Use $this->page.
(#87) Expected "if (...) {\n"; found "if(...) {\n"
(#89) Expected "if (...) {\n"; found "if(...){\n"
(#96) Inline comments must start with a capital letter, digit or 3-dots sequence
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) No space found before comment text; expected "// obtain the grade calculation formula from outcomes if available" but found "//obtain the grade calculation formula from outcomes if available"
(#100) Variable "assignmentInstance" must be all lower-case
(#100) global $PAGE cannot be used in renderers. Use $this->page.
(#101) global $PAGE cannot be used in renderers. Use $this->page.
(#103) Variable "assignment_category" must not contain underscores.
(#104) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#105) Expected "if (...) {\n"; found "if(...){\n"
(#105) Variable "assignmentInstance" must be all lower-case
(#106) Variable "assignment_category" must not contain underscores.
(#109) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#110) Expected "if (...) {\n"; found "if(...){\n"
(#110) Variable "assignment_category" must not contain underscores.
(#117) Inline doc block comments are not allowed; use "// Comment." instead
(#126) Variable "firstGradeRecord" must be all lower-case
(#127) Variable "currentRecord" must be all lower-case
(#128) Variable "sumOfPreviousGrades" must be all lower-case
(#129) Variable "sumOfPreviousOutcomes" must be all lower-case
(#132) Variable "allowFinalGradeEdit" must be all lower-case
(#133) Variable "userIsAllowedToGrade" must be all lower-case
(#134) Variable "previousRecord" must be all lower-case
(#135) Variable "currentUserIsInSecondGradersList" must be all lower-case
(#137) Expected "if (...) {\n"; found "if(...){\n"
(#138) Commas (,) must be followed by white space.
(#138) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#139) Variable "currentUserIsInSecondGradersList" must be all lower-case
(#142) Inline comments must start with a capital letter, digit or 3-dots sequence
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) No space found before comment text; expected "// determining the default values for grade and outcome depending on the previous grade(s)" but found "//determining the default values for grade and outcome depending on the previous grade(s)"
(#143) Expected "if (...) {\n"; found "if(...){\n"
(#144) Inline comments must start with a capital letter, digit or 3-dots sequence
(#144) No space found before comment text; expected "// the grades are in timestamp order!" but found "//the grades are in timestamp order!"
(#147) Inline comments must start with a capital letter, digit or 3-dots sequence
(#147) Inline comments must end in full-stops, exclamation marks, or question marks
(#147) No space found before comment text; expected "// last previous grade" but found "//last previous grade"
(#150) Inline comments must start with a capital letter, digit or 3-dots sequence
(#150) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) No space found before comment text; expected "// min previous grade" but found "//min previous grade"
(#151) Expected "if (...) {\n"; found "if(...){\n"
(#155) Inline comments must start with a capital letter, digit or 3-dots sequence
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#155) No space found before comment text; expected "// max previous grade" but found "//max previous grade"
(#156) Expected "if (...) {\n"; found "if(...){\n"
(#160) Inline comments must start with a capital letter, digit or 3-dots sequence
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) No space found before comment text; expected "// avg previous grade" but found "//avg previous grade"
(#161) Variable "sumOfPreviousGrades" must be all lower-case
(#164) Expected "if (...) {\n"; found "if(...) {\n"
(#165) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#167) Inline comments must start with a capital letter, digit or 3-dots sequence
(#167) Inline comments must end in full-stops, exclamation marks, or question marks
(#167) No space found before comment text; expected "// last previous grade" but found "//last previous grade"
(#170) Inline comments must start with a capital letter, digit or 3-dots sequence
(#170) Inline comments must end in full-stops, exclamation marks, or question marks
(#170) No space found before comment text; expected "// min previous grade" but found "//min previous grade"
(#171) Expected "if (...) {\n"; found "if(...){\n"
(#171) Line exceeds maximum limit of 180 characters; contains 184 characters
(#171) Line exceeds maximum limit of 180 characters; contains 184 characters
(#175) Inline comments must start with a capital letter, digit or 3-dots sequence
(#175) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) No space found before comment text; expected "// max previous grade" but found "//max previous grade"
(#176) Expected "if (...) {\n"; found "if(...){\n"
(#176) Line exceeds maximum limit of 180 characters; contains 184 characters
(#176) Line exceeds maximum limit of 180 characters; contains 184 characters
(#180) 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
(#180) No space found before comment text; expected "// avg previous grade" but found "//avg previous grade"
(#181) Expected "if (...) {\n"; found "if(...){\n"
(#181) Variable "sumOfPreviousOutcomes" must be all lower-case
(#182) Variable "sumOfPreviousOutcomes" must be all lower-case
(#184) Variable "sumOfPreviousOutcomes" must be all lower-case
(#189) Expected "if (...) {\n"; found "if(...){\n"
(#189) Variable "firstGradeRecord" must be all lower-case
(#190) Variable "firstGradeRecord" must be all lower-case
(#192) Expected "if (...) {\n"; found "if(...){\n"
(#193) Variable "currentRecord" must be all lower-case
(#195) Expected "if (...) {\n"; found "if(...) {\n"
(#195) Variable "currentRecord" must be all lower-case
(#196) Variable "previousRecord" must be all lower-case
(#200) Inline comments must start with a capital letter, digit or 3-dots sequence
(#200) Inline comments must end in full-stops, exclamation marks, or question marks
(#200) No space found before comment text; expected "// last previous grade" but found "//last previous grade"
(#202) Inline comments must start with a capital letter, digit or 3-dots sequence
(#202) Inline comments must end in full-stops, exclamation marks, or question marks
(#202) No space found before comment text; expected "// min previous grade" but found "//min previous grade"
(#204) Inline comments must start with a capital letter, digit or 3-dots sequence
(#204) Inline comments must end in full-stops, exclamation marks, or question marks
(#204) No space found before comment text; expected "// max previous grade" but found "//max previous grade"
(#206) Inline comments must start with a capital letter, digit or 3-dots sequence
(#206) Inline comments must end in full-stops, exclamation marks, or question marks
(#206) No space found before comment text; expected "// avg previous grade" but found "//avg previous grade"
(#207) Expected "if (...) {\n"; found "if(...) {\n"
(#207) Variable "sumOfPreviousGrades" must be all lower-case
(#208) Variable "sumOfPreviousGrades" must be all lower-case
(#208) Line exceeds 132 characters; contains 149 characters
(#208) Line exceeds 132 characters; contains 149 characters
(#210) Expected "if (...) {\n"; found "if(...) {\n"
(#211) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#212) Expected "if (...) {\n"; found "if(...) {\n"
(#212) Variable "sumOfPreviousOutcomes" must be all lower-case
(#213) Variable "sumOfPreviousOutcomes" must be all lower-case
(#213) Line exceeds 132 characters; contains 134 characters
(#213) Line exceeds 132 characters; contains 134 characters
(#220) This comment is 52% valid code; is this commented out code?
(#228) Line indented incorrectly; expected at least 8 spaces, found 0
(#230) Inline comments must start with a capital letter, digit or 3-dots sequence
(#230) Inline comments must end in full-stops, exclamation marks, or question marks
(#230) No space found before comment text; expected "// alter $allowFinalGradeEdit depending on current user relation to grading this item" but found "//alter $allowFinalGradeEdit depending on current user relation to grading this item"
(#231) Expected "if (...) {\n"; found "if(...){\n"
(#234) Variable "allowFinalGradeEdit" must be all lower-case
(#235) Variable "userIsAllowedToGrade" must be all lower-case
(#236) Expected "if (...) {\n"; found "if(...){\n"
(#236) Variable "firstGradeRecord" must be all lower-case
(#237) Variable "finalGradeMessage" must be all lower-case
(#237) Line exceeds 132 characters; contains 179 characters
(#237) Line exceeds 132 characters; contains 179 characters
(#240) Expected "if (...) {\n"; found "if(...){ //but the grade they gave was not the final one\n"
(#241) Inline comments must start with a capital letter, digit or 3-dots sequence
(#241) No space found before comment text; expected "// current user is an ADMIN or a teacher" but found "//current user is an ADMIN or a teacher"
(#242) Variable "currentRecord" must be all lower-case
(#242) No space found before comment text; expected "// that already graded this item" but found "//that already graded this item"
(#243) Variable "firstGradeRecord" must be all lower-case
(#243) Variable "currentRecord" must be all lower-case
(#243) Inline comments must end in full-stops, exclamation marks, or question marks
(#243) No space found before comment text; expected "// but the grade they gave was not the final one" but found "//but the grade they gave was not the final one"
(#244) Variable "allowFinalGradeEdit" must be all lower-case
(#245) Expected "if (...) {\n"; found "if(...) {//final grade was added\n"
(#245) Variable "firstGradeRecord" must be all lower-case
(#245) Inline comments must start with a capital letter, digit or 3-dots sequence
(#245) Inline comments must end in full-stops, exclamation marks, or question marks
(#245) No space found before comment text; expected "// final grade was added" but found "//final grade was added"
(#246) Variable "finalGradeMessage" must be all lower-case
(#246) Commas (,) must be followed by white space.
(#246) Variable "firstGradeRecord" must be all lower-case
(#246) Line exceeds maximum limit of 180 characters; contains 243 characters
(#246) Line exceeds maximum limit of 180 characters; contains 243 characters
(#247) Expected "} else {\n"; found "}else{//the final grade was not added yet\n"
(#247) Empty ELSE statement detected
(#247) Inline comments must start with a capital letter, digit or 3-dots sequence
(#247) No space found before comment text; expected "// the final grade was not added yet" but found "//the final grade was not added yet"
(#248) Line exceeds 132 characters; contains 165 characters
(#248) Line exceeds 132 characters; contains 165 characters
(#248) Inline comments must end in full-stops, exclamation marks, or question marks
(#248) This comment is 62% valid code; is this commented out code?
(#248) Line indented incorrectly; expected at least 16 spaces, found 13
(#248) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#251) Expected "if (...) {\n"; found "if (...){\n"
(#252) Inline comments must start with a capital letter, digit or 3-dots sequence
(#252) Inline comments must end in full-stops, exclamation marks, or question marks
(#252) No space found before comment text; expected "// current user is an ADMIN or a teacher" but found "//current user is an ADMIN or a teacher"
(#253) Variable "firstGradeRecord" must be all lower-case
(#254) Variable "allowFinalGradeEdit" must be all lower-case
(#255) Variable "userIsAllowedToGrade" must be all lower-case
(#256) Expected "if (...) {\n"; found "if(...) {//current grader is not the initial grader\n"
(#256) Variable "firstGradeRecord" must be all lower-case
(#256) Variable "currentRecord" must be all lower-case
(#256) Inline comments must start with a capital letter, digit or 3-dots sequence
(#256) Inline comments must end in full-stops, exclamation marks, or question marks
(#256) No space found before comment text; expected "// current grader is not the initial grader" but found "//current grader is not the initial grader"
(#257) Variable "firstGradeRecord" must be all lower-case
(#258) Variable "finalGradeMessage" must be all lower-case
(#259) Variable "firstGradeRecord" must be all lower-case
(#259) Line exceeds 132 characters; contains 170 characters
(#259) Line exceeds 132 characters; contains 170 characters
(#261) Usage of ELSEIF not allowed; use ELSE IF instead
(#261) Variable "previousRecord" must be all lower-case
(#261) Variable "previousRecord" must be all lower-case
(#262) Inline comments must start with a capital letter, digit or 3-dots sequence
(#262) Inline comments must end in full-stops, exclamation marks, or question marks
(#262) No space found before comment text; expected "// if user is in the secondary graders list and the grade is not final, allow them to add a grade" but found "//if user is in the secondary graders list and the grade is not final, allow them to add a grade"
(#263) Variable "currentUserIsInSecondGradersList" must be all lower-case
(#264) Variable "userIsAllowedToGrade" must be all lower-case
(#266) Variable "finalGradeMessage" must be all lower-case
(#267) Variable "firstGradeRecord" must be all lower-case
(#267) Line exceeds 132 characters; contains 173 characters
(#267) Line exceeds 132 characters; contains 173 characters
(#271) Variable "finalGradeMessage" must be all lower-case
(#272) Variable "firstGradeRecord" must be all lower-case
(#272) Line exceeds 132 characters; contains 169 characters
(#272) Line exceeds 132 characters; contains 169 characters
(#277) Expected "if (...) {\n"; found "if(...) {\n"
(#278) Variable "finalGradeMessage" must be all lower-case
(#278) Line exceeds 132 characters; contains 167 characters
(#278) Line exceeds 132 characters; contains 167 characters
(#281) Inline comments must start with a capital letter, digit or 3-dots sequence
(#281) Inline comments must end in full-stops, exclamation marks, or question marks
(#281) No space found before comment text; expected "// current user is the one that gave the final grade or is grading at the moment" but found "//current user is the one that gave the final grade or is grading at the moment"
(#282) Expected "if (...) {\n"; found "if(...){\n"
(#282) Variable "firstGradeRecord" must be all lower-case
(#282) Variable "firstGradeRecord" must be all lower-case
(#282) Variable "currentRecord" must be all lower-case
(#283) Variable "firstGradeRecord" must be all lower-case
(#284) Variable "firstGradeRecord" must be all lower-case
(#285) Variable "userIsAllowedToGrade" must be all lower-case
(#286) Variable "allowFinalGradeEdit" must be all lower-case
(#289) No space found before comment text; expected "// display the number of grades added" but found "//display the number of grades added"
(#290) This comment is 55% valid code; is this commented out code?
(#290) Line indented incorrectly; expected at least 8 spaces, found 7
(#308) Inline comments must start with a capital letter, digit or 3-dots sequence
(#308) Inline comments must end in full-stops, exclamation marks, or question marks
(#308) No space found before comment text; expected "// previous grades part" but found "//previous grades part"
(#309) Expected "if (...) {\n"; found "if(...){\n"
(#309) Variable "currentRecord" must be all lower-case
(#309) Variable "userIsAllowedToGrade" must be all lower-case
(#310) Variable "currentRecord" must be all lower-case
(#319) Inline comments must start with a capital letter, digit or 3-dots sequence
(#319) No space found before comment text; expected "// display all previous grading records in view mode" but found "//display all previous grading records in view mode"
(#320) Inline comments must end in full-stops, exclamation marks, or question marks
(#320) No space found before comment text; expected "// if final grade was not given and this user added a grade, allow editing" but found "//if final grade was not given and this user added a grade, allow editing"
(#322) Variable "additionalClass" must be all lower-case
(#323) Expected "if (...) {\n"; found "if(...) {\n"
(#324) Variable "allowFinalGradeEdit" must be all lower-case
(#325) Variable "currentRecord" must be all lower-case
(#326) Variable "firstGradeRecord" must be all lower-case
(#326) Variable "firstGradeRecord" must be all lower-case
(#326) Line exceeds 132 characters; contains 136 characters
(#326) Line exceeds 132 characters; contains 136 characters
(#329) Variable "allowFinalGradeEdit" must be all lower-case
(#329) Variable "firstGradeRecord" must be all lower-case
(#330) Inline comments must start with a capital letter, digit or 3-dots sequence
(#330) Inline comments must end in full-stops, exclamation marks, or question marks
(#330) No space found before comment text; expected "// allow copying the feedback to final grade comments" but found "//allow copying the feedback to final grade comments"
(#333) Expected "if (...) {\n"; found "if(...){\n"
(#333) Variable "firstGradeRecord" must be all lower-case
(#334) Variable "additionalClass" must be all lower-case
(#336) Variable "additionalClass" must be all lower-case
(#341) Inline comments must start with a capital letter, digit or 3-dots sequence
(#341) No space found before comment text; expected "// current grade part" but found "//current grade part"
(#342) Inline comments must end in full-stops, exclamation marks, or question marks
(#343) Expected "if (...) {\n"; found "if(...){\n"
(#343) Variable "userIsAllowedToGrade" must be all lower-case
(#343) Variable "allowFinalGradeEdit" must be all lower-case
(#344) Variable "currentRecord" must be all lower-case
(#347) Variable "additionalClass" must be all lower-case
(#348) Variable "newRecord" must be all lower-case
(#349) Variable "newRecord" must be all lower-case
(#350) Variable "newRecord" must be all lower-case
(#351) Variable "newRecord" must be all lower-case
(#352) Variable "newRecord" must be all lower-case
(#353) Variable "newRecord" must be all lower-case
(#354) Variable "newRecord" must be all lower-case
(#355) Variable "newRecord" must be all lower-case
(#356) Variable "newRecord" must be all lower-case
(#357) Variable "newRecord" must be all lower-case
(#359) Expected "if (...) {\n"; found "if(...){\n"
(#359) Variable "firstGradeRecord" must be all lower-case
(#360) Variable "allowFinalGradeEdit" must be all lower-case
(#361) Variable "newRecord" must be all lower-case
(#362) Variable "newRecord" must be all lower-case
(#363) Variable "newRecord" must be all lower-case
(#364) Variable "additionalClass" must be all lower-case
(#365) Variable "firstGradeRecord" must be all lower-case
(#365) Variable "newRecord" must be all lower-case
(#368) Variable "newRecord" must be all lower-case
(#368) Commas (,) must be followed by white space.
(#368) Variable "additionalClass" must be all lower-case
(#371) Inline comments must start with a capital letter, digit or 3-dots sequence
(#371) Inline comments must end in full-stops, exclamation marks, or question marks
(#371) No space found before comment text; expected "// multigraders_allow_final_edit" but found "//multigraders_allow_final_edit"
(#372) Expected "if (...) {\n"; found "if(...){\n"
(#372) Variable "allowFinalGradeEdit" must be all lower-case
(#373) Variable "userIsAllowedToGrade" must be all lower-case
(#379) Expected "if (...) {\n"; found "if(...){\n"
(#380) Variable "userIsAllowedToGrade" must be all lower-case
(#382) Inline comments must start with a capital letter, digit or 3-dots sequence
(#382) Inline comments must end in full-stops, exclamation marks, or question marks
(#382) No space found before comment text; expected "// multigraders_user_is_allowed_edit" but found "//multigraders_user_is_allowed_edit"
(#385) Variable "userIsAllowedToGrade" must be all lower-case
(#388) Inline comments must start with a capital letter, digit or 3-dots sequence
(#388) Inline comments must end in full-stops, exclamation marks, or question marks
(#388) No space found before comment text; expected "// delete button for admins" but found "//delete button for admins"
(#394) Variable "deleteButton" must be all lower-case
(#395) Variable "deleteButton" must be all lower-case
(#403) Commas (,) must be followed by white space.
(#403) Variable "finalGradeMessage" must be all lower-case
(#406) Commas (,) must be followed by white space.
(#406) Variable "additionalClass" must be all lower-case
(#406) Commas (,) must be followed by white space.
(#407) Expected "if (...) {\n"; found "if(...){\n"
(#410) Variable "commonAtts" must be all lower-case
(#411) Expected "if (...) {\n"; found "if(...){\n"
(#412) Variable "commonAtts" must be all lower-case
(#415) Inline comments must start with a capital letter, digit or 3-dots sequence
(#415) Inline comments must end in full-stops, exclamation marks, or question marks
(#415) No space found before comment text; expected "// outcomes" but found "//outcomes"
(#416) Expected "if (...) {\n"; found "if(...) {\n"
(#417) Variable "outcomesDiv" must be all lower-case
(#420) Inline comments must start with a capital letter, digit or 3-dots sequence
(#420) Inline comments must end in full-stops, exclamation marks, or question marks
(#420) No space found before comment text; expected "// show second feedback to students" but found "//show second feedback to students"
(#421) Expected "if (...) {\n"; found "if(...) {\n"
(#423) Expected "if (...) {\n"; found "if(...) {\n"
(#425) Variable "timeDiv" must be all lower-case
(#426) Variable "userDetails" must be all lower-case
(#426) Line exceeds 132 characters; contains 158 characters
(#426) Line exceeds 132 characters; contains 158 characters
(#427) Line exceeds 132 characters; contains 151 characters
(#427) Line exceeds 132 characters; contains 151 characters
(#427) Inline comments must start with a capital letter, digit or 3-dots sequence
(#427) Inline comments must end in full-stops, exclamation marks, or question marks
(#427) This comment is 60% valid code; is this commented out code?
(#427) No space found before comment text; expected "// $gradeDiv = html_writer::tag('div', get_string('score', 'gradingform_multigraders').': '. $record->grade, array('class' => 'grade'));" but found "//$gradeDiv = html_writer::tag('div', get_string('score', 'gradingform_multigraders').': '. $record->grade, array('class' => 'grade'));"
(#428) Variable "feedbackDiv" must be all lower-case
(#429) Variable "timeDiv" must be all lower-case
(#429) Variable "userDetails" must be all lower-case
(#429) Variable "feedbackDiv" must be all lower-case
(#429) Variable "additionalClass" must be all lower-case
(#429) Line exceeds 132 characters; contains 154 characters
(#429) Line exceeds 132 characters; contains 154 characters
(#430) Expected "} else {\n"; found "}else{\n"
(#435) Inline comments must start with a capital letter, digit or 3-dots sequence
(#435) Inline comments must end in full-stops, exclamation marks, or question marks
(#435) No space found before comment text; expected "// grade" but found "//grade"
(#445) Inline comments must start with a capital letter, digit or 3-dots sequence
(#445) Inline comments must end in full-stops, exclamation marks, or question marks
(#445) No space found before comment text; expected "// in case we need a select box" but found "//in case we need a select box"
(#446) Expected "if (...) {\n"; found "if(...) {\n"
(#447) Expected "if (...) {\n"; found "if(...) {\n"
(#452) Variable "commonAtts" must be all lower-case
(#459) Commas (,) must be followed by white space.
(#459) Commas (,) must be followed by white space.
(#459) Commas (,) must be followed by white space.
(#459) Expected 1 space before "="; 0 found
(#459) Expected 1 space after "="; 0 found
(#459) Expected 1 space before "=>"; 0 found
(#459) Expected 1 space after "=>"; 0 found
(#459) Commas (,) must be followed by white space.
(#459) Variable "commonAtts" must be all lower-case
(#459) Line exceeds maximum limit of 180 characters; contains 198 characters
(#459) Line exceeds maximum limit of 180 characters; contains 198 characters
(#461) Expected "if (...) {\n"; found "if(...) {\n"
(#462) Expected "if (...) {\n"; found "if(...) {\n"
(#465) Variable "commonAtts" must be all lower-case
(#467) Variable "gradeRange" must be all lower-case
(#468) Expected "if (...) {\n"; found "if(...) {\n"
(#470) Variable "gradeRange" must be all lower-case
(#475) Variable "commonAtts" must be all lower-case
(#476) Variable "editButton" must be all lower-case
(#477) This comment is 64% valid code; is this commented out code?
(#483) Variable "gradeDiv" must be all lower-case
(#483) Variable "gradeRange" must be all lower-case
(#484) Variable "userDetails" must be all lower-case
(#484) Commas (,) must be followed by white space.
(#485) Commas (,) must be followed by white space.
(#486) Variable "timeDiv" must be all lower-case
(#486) Commas (,) must be followed by white space.
(#487) Variable "gradeWrapDiv" must be all lower-case
(#487) Variable "gradeDiv" must be all lower-case
(#487) Variable "editButton" must be all lower-case
(#487) Variable "userDetails" must be all lower-case
(#487) Variable "timeDiv" must be all lower-case
(#488) Inline comments must start with a capital letter, digit or 3-dots sequence
(#488) Inline comments must end in full-stops, exclamation marks, or question marks
(#488) No space found before comment text; expected "// feedback" but found "//feedback"
(#492) Variable "feedbackLabel" must be all lower-case
(#497) Commas (,) must be followed by white space.
(#497) Variable "commonAtts" must be all lower-case
(#498) Variable "copyButton" must be all lower-case
(#499) Expected "if (...) {\n"; found "if(...) {\n"
(#503) Variable "copyButton" must be all lower-case
(#505) Variable "feedbackDiv" must be all lower-case
(#505) Variable "feedbackLabel" must be all lower-case
(#505) Variable "copyButton" must be all lower-case
(#506) Inline comments must start with a capital letter, digit or 3-dots sequence
(#506) Inline comments must end in full-stops, exclamation marks, or question marks
(#506) No space found before comment text; expected "// show to students" but found "//show to students"
(#507) Expected "if (...) {\n"; found "if(...) {\n"
(#513) Expected 1 space before "="; 0 found
(#515) Variable "commonAtts" must be all lower-case
(#516) Variable "checkboxLabel" must be all lower-case
(#517) Variable "showToStudents" must be all lower-case
(#517) Variable "checkboxLabel" must be all lower-case
(#518) Expected "} else {\n"; found "}else{\n"
(#519) Variable "showToStudents" must be all lower-case
(#521) Inline comments must start with a capital letter, digit or 3-dots sequence
(#521) Inline comments must end in full-stops, exclamation marks, or question marks
(#521) No space found before comment text; expected "// final grade" but found "//final grade"
(#522) Variable "finalGrade" must be all lower-case
(#523) Expected "if (...) {\n"; found "if(...) {\n"
(#528) Variable "hiddenFinal" must be all lower-case
(#538) Variable "commonAtts" must be all lower-case
(#539) Variable "checkboxLabel" must be all lower-case
(#540) Variable "finalGrade" must be all lower-case
(#540) Variable "hiddenFinal" must be all lower-case
(#540) Variable "checkboxLabel" must be all lower-case
(#542) Inline comments must start with a capital letter, digit or 3-dots sequence
(#542) Inline comments must end in full-stops, exclamation marks, or question marks
(#542) No space found before comment text; expected "// require second grader" but found "//require second grader"
(#552) Variable "commonAtts" must be all lower-case
(#553) Variable "checkboxLabel" must be all lower-case
(#554) Variable "requireSecondGrader" must be all lower-case
(#554) Variable "checkboxLabel" must be all lower-case
(#555) Inline comments must start with a capital letter, digit or 3-dots sequence
(#555) Inline comments must end in full-stops, exclamation marks, or question marks
(#555) No space found before comment text; expected "// errors" but found "//errors"
(#556) Variable "errorDiv" must be all lower-case
(#558) Expected "if (...) {\n"; found "if(...){\n"
(#561) Expected "if (...) {\n"; found "if(...){\n"
(#564) Expected "if (...) {\n"; found "if(...){\n"
(#565) Variable "errorDiv" must be all lower-case
(#567) Variable "outcomesDiv" must be all lower-case
(#567) Variable "gradeWrapDiv" must be all lower-case
(#567) Variable "feedbackDiv" must be all lower-case
(#567) Variable "showToStudents" must be all lower-case
(#567) Variable "requireSecondGrader" must be all lower-case
(#567) Variable "finalGrade" must be all lower-case
(#567) Variable "errorDiv" must be all lower-case
(#567) Variable "additionalClass" must be all lower-case
(#567) Line exceeds maximum limit of 180 characters; contains 216 characters
(#567) Line exceeds maximum limit of 180 characters; contains 216 characters
(#570) Expected 1 space before opening brace; found 0
(#571) Expected "if (...) {\n"; found "if(...){\n"
(#572) Commas (,) must be followed by white space.
(#575) Commas (,) must be followed by white space.
(#575) Line exceeds 132 characters; contains 144 characters
(#575) Line exceeds 132 characters; contains 144 characters
(#579) Commas (,) must be followed by white space.
(#580) Expected "if (...) {\n"; found "if(...) {\n"
(#584) Expected "if (...) {\n"; found "if(...){\n"
(#590) Expected "if (...) {\n"; found "if(...) {\n"
(#593) This comment is 48% valid code; is this commented out code?
(#596) Expected "if (...) {\n"; found "if(...){\n"
(#598) Usage of ELSEIF not allowed; use ELSE IF instead
(#602) Expected "if (...) {\n"; found "if(...){\n"
(#605) Variable "outcomeText" must be all lower-case
(#605) Expected 1 space after "="; 2 found
(#607) Commas (,) must be followed by white space.
(#607) Expected 1 space before "=>"; 0 found
(#607) Expected 1 space after "=>"; 0 found
(#609) Variable "outcomeSelect" must be all lower-case
(#610) Expected "} else {\n"; found "}else {\n"
(#611) Variable "outcomeText" must be all lower-case
(#611) Expected 1 space after "="; 2 found
(#617) This comment is 66% valid code; is this commented out code?
(#634) Variable "outcomeSelect" must be all lower-case
(#634) Line exceeds maximum limit of 180 characters; contains 200 characters
(#634) Line exceeds maximum limit of 180 characters; contains 200 characters
(#636) Variable "outcomeText" must be all lower-case
(#636) Variable "outcomeSelect" must be all lower-case
(#636) Expected 1 space before "=>"; 0 found
(#636) Expected 1 space after "=>"; 0 found
(#674) Expected "if (...) {\n"; found "if(...) {\n"
(#675) Commas (,) must be followed by white space.
(#675) Commas (,) must be followed by white space.
(#675) Commas (,) must be followed by white space.
(#675) Commas (,) must be followed by white space.
(#675) Line exceeds 132 characters; contains 155 characters
(#675) Line exceeds 132 characters; contains 155 characters
(#687) Variable "finalGradeRecord" must be all lower-case
(#688) Expected "if (...) {\n"; found "if(...){\n"
grade/grading/form/multigraders/version.php
(#2) 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 "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#8) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.

Javascript coding style problems

(53 errors, 361 warnings)

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

grade/grading/form/multigraders/js/multigraders.js
(#1) Comments should not begin with a lowercase character (capitalized-comments)
(#1) Missing JSDoc for parameter 'e'. (valid-jsdoc)
(#1) Missing JSDoc for parameter 'a'. (valid-jsdoc)
(#1) Missing JSDoc for parameter 'element'. (valid-jsdoc)
(#1) Missing JSDoc @returns for function. (valid-jsdoc)
(#1) Missing JSDoc for parameter 'e'. (valid-jsdoc)
(#1) Missing JSDoc @returns for function. (valid-jsdoc)
(#1) Missing JSDoc for parameter 'e'. (valid-jsdoc)
(#7) Line 7 exceeds the maximum line length of 132. (max-len)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Identifier 'gradingform_multigraders' is not in camel case. (camelcase)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) 'a' is defined but never used. (no-unused-vars)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Requires a space after '{'. (block-spacing)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Identifier 'grading_final' is not in camel case. (camelcase)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Identifier 'user_is_allowed_edit' is not in camel case. (camelcase)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Identifier 'number_of_grades' is not in camel case. (camelcase)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) 'jQuery' is not defined. (no-undef)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Identifier 'grading_final' is not in camel case. (camelcase)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) 'jQuery' is not defined. (no-undef)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Identifier 'user_is_allowed_edit' is not in camel case. (camelcase)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Identifier 'number_of_grades' is not in camel case. (camelcase)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected { after 'for' condition. (curly)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) This line has 39 statements. Maximum allowed is 2. (max-statements-per-line)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) 't' is defined but never used. (no-unused-vars)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space after '{'. (block-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Missing semicolon. (semi)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing semicolon. (semi)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) 'e' is defined but never used. (no-unused-vars)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Unexpected confirm. (no-alert)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) 'jQuery' is not defined. (no-undef)
(#7) A space is required after ','. (comma-spacing)
(#7) 'jQuery' is not defined. (no-undef)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected to return a value at the end of function. (consistent-return)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Requires a space after '{'. (block-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Requires a space after '{'. (block-spacing)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing semicolon. (semi)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Requires a space after '{'. (block-spacing)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Missing semicolon. (semi)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space after '{'. (block-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) 'gradeRangeMin' is assigned a value but never used. (no-unused-vars)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) 'gradeRangeMax' is assigned a value but never used. (no-unused-vars)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) A space is required after ','. (comma-spacing)
(#7) 'a' is defined but never used. (no-unused-vars)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Requires a space after '{'. (block-spacing)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) 'jQuery' is not defined. (no-undef)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "try". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) eval can be harmful. (no-eval)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Expected space(s) before "catch". (keyword-spacing)
(#7) Expected space(s) after "catch". (keyword-spacing)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Empty block statement. (no-empty)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space after '{'. (block-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) 'jQuery' is not defined. (no-undef)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected to return a value at the end of function. (consistent-return)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space after '{'. (block-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Unary word operator 'void' must be followed by whitespace. (space-unary-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Unary word operator 'void' must be followed by whitespace. (space-unary-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Unexpected use of comma operator. (no-sequences)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Missing semicolon. (semi)
(#7) Expected { after 'else'. (curly)
(#7) Expected space(s) before "else". (keyword-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space after '{'. (block-spacing)
(#7) Expected space(s) after "return". (keyword-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)

CSS problems

(407 errors, 4 warnings)

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

grade/grading/form/multigraders/styles.css
(#7) Can't parse value "invert(20))" (csstree/validator)
(#7) Can't parse value "unset)" (csstree/validator)
(#7) Expected newline after "}" (block-closing-brace-newline-after)
(#7) Expected newline after "}" (block-closing-brace-newline-after)
(#7) Expected newline after "}" (block-closing-brace-newline-after)
(#7) Expected newline after "}" (block-closing-brace-newline-after)
(#7) Expected newline after "}" (block-closing-brace-newline-after)
(#7) Expected newline after "}" (block-closing-brace-newline-after)
(#7) Expected newline after "}" (block-closing-brace-newline-after)
(#7) Expected newline after "}" (block-closing-brace-newline-after)
(#7) Expected newline after "}" (block-closing-brace-newline-after)
(#7) Expected newline after "}" (block-closing-brace-newline-after)
(#7) Expected newline after "}" (block-closing-brace-newline-after)
(#7) Expected newline after "}" (block-closing-brace-newline-after)
(#7) Expected newline after "}" (block-closing-brace-newline-after)
(#7) Expected newline after "}" (block-closing-brace-newline-after)
(#7) Expected newline after "}" (block-closing-brace-newline-after)
(#7) Expected newline after "}" (block-closing-brace-newline-after)
(#7) Expected newline after "}" (block-closing-brace-newline-after)
(#7) Expected newline after "}" (block-closing-brace-newline-after)
(#7) Expected newline after "}" (block-closing-brace-newline-after)
(#7) Expected newline after "}" (block-closing-brace-newline-after)
(#7) Expected newline after "}" (block-closing-brace-newline-after)
(#7) Expected newline after "}" (block-closing-brace-newline-after)
(#7) Expected newline after "}" (block-closing-brace-newline-after)
(#7) Expected newline after "}" (block-closing-brace-newline-after)
(#7) Expected newline after "}" (block-closing-brace-newline-after)
(#7) Expected newline after "}" (block-closing-brace-newline-after)
(#7) Expected newline after "}" (block-closing-brace-newline-after)
(#7) Expected newline after "}" (block-closing-brace-newline-after)
(#7) Expected newline after "}" (block-closing-brace-newline-after)
(#7) Expected newline after "}" (block-closing-brace-newline-after)
(#7) Expected newline after "}" (block-closing-brace-newline-after)
(#7) Expected newline before "}" (block-closing-brace-newline-before)
(#7) Expected newline before "}" (block-closing-brace-newline-before)
(#7) Expected newline before "}" (block-closing-brace-newline-before)
(#7) Expected newline before "}" (block-closing-brace-newline-before)
(#7) Expected newline before "}" (block-closing-brace-newline-before)
(#7) Expected newline before "}" (block-closing-brace-newline-before)
(#7) Expected newline before "}" (block-closing-brace-newline-before)
(#7) Expected newline before "}" (block-closing-brace-newline-before)
(#7) Expected newline before "}" (block-closing-brace-newline-before)
(#7) Expected newline before "}" (block-closing-brace-newline-before)
(#7) Expected newline before "}" (block-closing-brace-newline-before)
(#7) Expected newline before "}" (block-closing-brace-newline-before)
(#7) Expected newline before "}" (block-closing-brace-newline-before)
(#7) Expected newline before "}" (block-closing-brace-newline-before)
(#7) Expected newline before "}" (block-closing-brace-newline-before)
(#7) Expected newline before "}" (block-closing-brace-newline-before)
(#7) Expected newline before "}" (block-closing-brace-newline-before)
(#7) Expected newline before "}" (block-closing-brace-newline-before)
(#7) Expected newline before "}" (block-closing-brace-newline-before)
(#7) Expected newline before "}" (block-closing-brace-newline-before)
(#7) Expected newline before "}" (block-closing-brace-newline-before)
(#7) Expected newline before "}" (block-closing-brace-newline-before)
(#7) Expected newline before "}" (block-closing-brace-newline-before)
(#7) Expected newline before "}" (block-closing-brace-newline-before)
(#7) Expected newline before "}" (block-closing-brace-newline-before)
(#7) Expected newline before "}" (block-closing-brace-newline-before)
(#7) Expected newline before "}" (block-closing-brace-newline-before)
(#7) Expected newline before "}" (block-closing-brace-newline-before)
(#7) Expected newline before "}" (block-closing-brace-newline-before)
(#7) Expected newline before "}" (block-closing-brace-newline-before)
(#7) Expected newline before "}" (block-closing-brace-newline-before)
(#7) Expected newline before "}" (block-closing-brace-newline-before)
(#7) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#7) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#7) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#7) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#7) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#7) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#7) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#7) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#7) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#7) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#7) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#7) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#7) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#7) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#7) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#7) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#7) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#7) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#7) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#7) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#7) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#7) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#7) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#7) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#7) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#7) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#7) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#7) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#7) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#7) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#7) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#7) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#7) Expected newline after "{" (block-opening-brace-newline-after)
(#7) Expected newline after "{" (block-opening-brace-newline-after)
(#7) Expected newline after "{" (block-opening-brace-newline-after)
(#7) Expected newline after "{" (block-opening-brace-newline-after)
(#7) Expected newline after "{" (block-opening-brace-newline-after)
(#7) Expected newline after "{" (block-opening-brace-newline-after)
(#7) Expected newline after "{" (block-opening-brace-newline-after)
(#7) Expected newline after "{" (block-opening-brace-newline-after)
(#7) Expected newline after "{" (block-opening-brace-newline-after)
(#7) Expected newline after "{" (block-opening-brace-newline-after)
(#7) Expected newline after "{" (block-opening-brace-newline-after)
(#7) Expected newline after "{" (block-opening-brace-newline-after)
(#7) Expected newline after "{" (block-opening-brace-newline-after)
(#7) Expected newline after "{" (block-opening-brace-newline-after)
(#7) Expected newline after "{" (block-opening-brace-newline-after)
(#7) Expected newline after "{" (block-opening-brace-newline-after)
(#7) Expected newline after "{" (block-opening-brace-newline-after)
(#7) Expected newline after "{" (block-opening-brace-newline-after)
(#7) Expected newline after "{" (block-opening-brace-newline-after)
(#7) Expected newline after "{" (block-opening-brace-newline-after)
(#7) Expected newline after "{" (block-opening-brace-newline-after)
(#7) Expected newline after "{" (block-opening-brace-newline-after)
(#7) Expected newline after "{" (block-opening-brace-newline-after)
(#7) Expected newline after "{" (block-opening-brace-newline-after)
(#7) Expected newline after "{" (block-opening-brace-newline-after)
(#7) Expected newline after "{" (block-opening-brace-newline-after)
(#7) Expected newline after "{" (block-opening-brace-newline-after)
(#7) Expected newline after "{" (block-opening-brace-newline-after)
(#7) Expected newline after "{" (block-opening-brace-newline-after)
(#7) Expected newline after "{" (block-opening-brace-newline-after)
(#7) Expected newline after "{" (block-opening-brace-newline-after)
(#7) Expected newline after "{" (block-opening-brace-newline-after)
(#7) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#7) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#7) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#7) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#7) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#7) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#7) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#7) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#7) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#7) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#7) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#7) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#7) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#7) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#7) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#7) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#7) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#7) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#7) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#7) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#7) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#7) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#7) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#7) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#7) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#7) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#7) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#7) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#7) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#7) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#7) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#7) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#7) Expected "#FCF8E3" to be "#fcf8e3" (color-hex-case)
(#7) Expected "#01325F" to be "#01325f" (color-hex-case)
(#7) Expected "#01325F" to be "#01325f" (color-hex-case)
(#7) Expected single space before "!" (declaration-bang-space-before)
(#7) Expected single space before "!" (declaration-bang-space-before)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#7) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#7) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#7) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#7) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#7) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#7) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#7) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#7) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#7) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#7) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#7) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#7) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#7) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#7) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#7) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#7) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#7) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#7) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#7) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#7) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#7) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#7) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#7) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#7) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#7) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#7) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#7) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#7) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#7) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#7) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#7) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#7) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#7) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#7) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#7) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#7) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#7) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#7) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#7) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#7) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#7) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#7) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#7) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#7) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#7) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#7) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#7) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#7) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#7) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#7) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#7) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#7) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#7) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#7) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#7) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Unexpected !important (declaration-no-important)
(#7) Unexpected !important (declaration-no-important)
(#7) Expected line length to be no more than 132 characters (max-line-length)
(#7) Expected newline after "," (selector-list-comma-newline-after)

PHPDocs style problems

(43 errors, 11 warnings)

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

grade/grading/form/multigraders/backup/moodle2/backup_gradingform_multigraders_plugin.class.php
(#2) File-level phpdocs block does not have @copyright tag
(#4) Not recommended phpdocs tag @version used
grade/grading/form/multigraders/backup/moodle2/restore_gradingform_multigraders_plugin.class.php
(#2) File-level phpdocs block does not have @copyright tag
(#4) Not recommended phpdocs tag @version used
grade/grading/form/multigraders/db/messages.php
(#2) File-level phpdocs block does not have @copyright tag
(#4) Not recommended phpdocs tag @version used
grade/grading/form/multigraders/db/upgrade.php
(#36) Package is not specified for function xmldb_gradingform_multigraders_upgrade. It is also not specified in file-level phpdocs
(#2) File-level phpdocs block does not have @copyright tag
(#4) Not recommended phpdocs tag @version used
grade/grading/form/multigraders/edit.php
(#2) File-level phpdocs block does not have @copyright tag
(#4) Not recommended phpdocs tag @version used
grade/grading/form/multigraders/edit_form.php
(#2) File-level phpdocs block does not have @copyright tag
(#4) Not recommended phpdocs tag @version used
grade/grading/form/multigraders/lang/en/gradingform_multigraders.php
(#2) File-level phpdocs block does not have @copyright tag
(#4) Not recommended phpdocs tag @version used
grade/grading/form/multigraders/lib.php
(#649) Function gradingform_multigraders_instance::__construct is not documented
(#1134) Function gradingform_multigraders_instance::get_userID_for_itemID is not documented
(#639) Variable gradingform_multigraders_instance::$validationErrors is not documented
(#640) Variable gradingform_multigraders_instance::$options is not documented
(#641) Variable gradingform_multigraders_instance::$gradeRange is not documented
(#642) Variable gradingform_multigraders_instance::$instanceGrades is not documented
(#643) Variable gradingform_multigraders_instance::$updateGrade is not documented
(#644) Variable gradingform_multigraders_instance::$log is not documented
(#68) Constant gradingform_multigraders_controller::DEFAULT_NO_OF_GRADERS is not documented
(#69) Constant gradingform_multigraders_controller::DEFAULT_GRADING_TYPE is not documented
(#646) Constant gradingform_multigraders_instance::GRADE_TYPE_INTERMEDIARY is not documented
(#647) Constant gradingform_multigraders_instance::GRADE_TYPE_FINAL is not documented
(#630) No one-line description found in phpdocs for class gradingform_multigraders_instance
(#582) There is no description in phpdocs for function get_external_definition_details
(#982) Phpdocs for function gradingform_multigraders_instance::get_final_grader has incomplete parameters list
(#1000) Phpdocs for function gradingform_multigraders_instance::get_user_url has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#4) Not recommended phpdocs tag @version used
grade/grading/form/multigraders/preview.php
(#2) File-level phpdocs block does not have @copyright tag
(#4) Not recommended phpdocs tag @version used
grade/grading/form/multigraders/renderer.php
(#406) Function gradingform_multigraders_renderer::display_grade is not documented
(#570) Function gradingform_multigraders_renderer::display_grader_details is not documented
(#579) Function gradingform_multigraders_renderer::display_outcomes is not documented
(#43) Variable gradingform_multigraders_renderer::$gradeRange is not documented
(#44) Variable gradingform_multigraders_renderer::$validationErrors is not documented
(#45) Variable gradingform_multigraders_renderer::$elementName is not documented
(#46) Variable gradingform_multigraders_renderer::$defaultNextGrade is not documented
(#47) Variable gradingform_multigraders_renderer::$defaultNextOutcomes is not documented
(#48) Variable gradingform_multigraders_renderer::$outcomes is not documented
(#48) Variable gradingform_multigraders_renderer::$options is not documented
(#48) Variable gradingform_multigraders_renderer::$scaleid is not documented
(#48) Variable gradingform_multigraders_renderer::$gradingDisabled is not documented
(#49) Variable gradingform_multigraders_renderer::$outcomesCalculationFormula is not documented
(#50) Variable gradingform_multigraders_renderer::$outcomesValueRange is not documented
(#56) Phpdocs for function gradingform_multigraders_renderer::display_form has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#4) Not recommended phpdocs tag @version used
grade/grading/form/multigraders/version.php
(#2) File-level phpdocs block does not have @copyright tag
(#4) Not recommended phpdocs tag @version used

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]

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, 0 warnings)

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