includes/ajax_quiz/ajax_quiz.admin.inc | 0 | 0 | 0 |
includes/ajax_quiz/ajax_quiz.module | 2 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| Missing period | Other | ajax_quiz.module | 24 | N/A |  |
| Missing parenthesis after function name | Other | ajax_quiz.module | 61 | N/A |  |
|
includes/quiz_stats/quiz_stats.admin.inc | 4 | 0 | 5 |
| Message | Group | Filename | Line | Function | Status |
| Use an indent of 2 spaces, with no tabs | Other | quiz_stats.admin.inc | 309 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | quiz_stats.admin.inc | 310 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | quiz_stats.admin.inc | 311 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | quiz_stats.admin.inc | 312 | N/A |  |
| The $string argument to t() should not begin or end with a space. (Drupal Docs) | Other | quiz_stats.admin.inc | 325 | N/A |  |
| The $string argument to t() should not begin or end with a space. (Drupal Docs) | Other | quiz_stats.admin.inc | 326 | N/A |  |
| The $string argument to t() should not begin or end with a space. (Drupal Docs) | Other | quiz_stats.admin.inc | 327 | N/A |  |
| The $string argument to t() should not begin or end with a space. (Drupal Docs) | Other | quiz_stats.admin.inc | 328 | N/A |  |
| The $string argument to t() should not begin or end with a space. (Drupal Docs) | Other | quiz_stats.admin.inc | 329 | N/A |  |
|
includes/quiz_stats/quiz_stats.module | 0 | 1 | 0 |
| Message | Group | Filename | Line | Function | Status |
| Potential problem: "SELECT FROM {node}" statements should probably be wrapped in db_rewrite_sql() and with the alias for {node} table defined (e.g. {node} n) | Other | quiz_stats.module | 144 | N/A |  |
|
includes/quiz_stats/theme/quiz_stats_charts.tpl.php | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | quiz_stats_charts.tpl.php | 26 | N/A |  |
| the final ?> should be omitted from all code files | Other | quiz_stats_charts.tpl.php | 38 | N/A |  |
|
includes/quiz_stats/theme/quiz_stats_revision_selector.tpl.php | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | quiz_stats_revision_selector.tpl.php | -1 | N/A |  |
| the final ?> should be omitted from all code files | Other | quiz_stats_revision_selector.tpl.php | 9 | N/A |  |
|
includes/views/defaults/questions_by_quiz.view.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | questions_by_quiz.view.inc | -1 | N/A |  |
|
includes/views/defaults/questions_by_quiz_version.view.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | questions_by_quiz_version.view.inc | -1 | N/A |  |
|
includes/views/defaults/quiz_by_author.view.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | quiz_by_author.view.inc | -1 | N/A |  |
|
includes/views/defaults/quiz_by_taker.view.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | quiz_by_taker.view.inc | -1 | N/A |  |
|
includes/views/handlers/quiz_views_handler_argument_quiz_nid.inc | 0 | 0 | 0 |
includes/views/handlers/quiz_views_handler_argument_user_uid_nullable.inc | 0 | 0 | 0 |
includes/views/handlers/quiz_views_handler_field_number_questions.inc | 0 | 0 | 0 |
includes/views/handlers/quiz_views_handler_field_question_status.inc | 0 | 0 | 0 |
includes/views/handlers/quiz_views_handler_field_score_aggregate.inc | 0 | 0 | 0 |
includes/views/handlers/quiz_views_handler_field_takes.inc | 0 | 0 | 0 |
includes/views/handlers/quiz_views_handler_field_time.inc | 1 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| @file description should be on the following line (Drupal Docs) | Other | quiz_views_handler_field_time.inc | 3 | N/A |  |
|
includes/views/handlers/quiz_views_handler_field_user_quiz_state.inc | 0 | 0 | 0 |
includes/views/handlers/quiz_views_handler_filter_question_status.inc | 0 | 0 | 0 |
includes/views/handlers/quiz_views_handler_filter_quiz_nid.inc | 0 | 0 | 0 |
includes/views/handlers/quiz_views_handler_filter_user_nullable.inc | 0 | 0 | 0 |
includes/views/handlers/quiz_views_handler_filter_user_quiz_state.inc | 0 | 0 | 0 |
includes/views/handlers/quiz_views_handler_relationship_quiz_nid.inc | 0 | 0 | 0 |
includes/views/quiz.views.inc | 0 | 0 | 0 |
includes/views/quiz.views_default.inc | 0 | 0 | 0 |
question_types/long_answer/long_answer.admin.inc | 0 | 0 | 0 |
question_types/long_answer/long_answer.classes.inc | 34 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | long_answer.classes.inc | 17 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | long_answer.classes.inc | 17 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | long_answer.classes.inc | 44 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | long_answer.classes.inc | 44 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | long_answer.classes.inc | 51 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | long_answer.classes.inc | 51 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | long_answer.classes.inc | 78 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | long_answer.classes.inc | 78 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | long_answer.classes.inc | 100 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | long_answer.classes.inc | 100 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | long_answer.classes.inc | 124 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | long_answer.classes.inc | 124 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | long_answer.classes.inc | 148 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | long_answer.classes.inc | 148 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | long_answer.classes.inc | 166 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | long_answer.classes.inc | 166 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | long_answer.classes.inc | 264 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | long_answer.classes.inc | 264 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | long_answer.classes.inc | 276 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | long_answer.classes.inc | 276 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | long_answer.classes.inc | 292 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | long_answer.classes.inc | 292 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | long_answer.classes.inc | 305 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | long_answer.classes.inc | 305 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | long_answer.classes.inc | 315 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | long_answer.classes.inc | 315 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | long_answer.classes.inc | 324 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | long_answer.classes.inc | 324 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | long_answer.classes.inc | 363 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | long_answer.classes.inc | 363 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | long_answer.classes.inc | 386 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | long_answer.classes.inc | 386 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | long_answer.classes.inc | 395 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | long_answer.classes.inc | 395 | N/A |  |
|
question_types/long_answer/long_answer.install | 0 | 0 | 0 |
question_types/long_answer/long_answer.module | 0 | 1 | 1 |
| Message | Group | Filename | Line | Function | Status |
| Arrays should be formatted with a space separating each element and assignment operator | Other | long_answer.module | 138 | N/A |  |
| Potential problem: "SELECT FROM {node}" statements should probably be wrapped in db_rewrite_sql() and with the alias for {node} table defined (e.g. {node} n) | Other | long_answer.module | 276 | N/A |  |
|
question_types/long_answer/long_answer.test | 2 | 1 | 0 |
| Message | Group | Filename | Line | Function | Status |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | long_answer.test | 159 | N/A |  |
| Potential problem: drupal_set_message() only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. (Drupal Docs) | Other | long_answer.test | 292 | N/A |  |
| indent secondary line of comment one space | Other | long_answer.test | 353 | N/A |  |
|
question_types/long_answer/theme/long-answer-answering-form.tpl.php | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| the final ?> should be omitted from all code files | Other | long-answer-answering-form.tpl.php | 11 | N/A |  |
|
question_types/long_answer/theme/long_answer.theme.inc | 0 | 0 | 0 |
question_types/matching/matching.classes.inc | 35 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | matching.classes.inc | 34 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | matching.classes.inc | 34 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | matching.classes.inc | 88 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | matching.classes.inc | 88 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | matching.classes.inc | 98 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | matching.classes.inc | 98 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | matching.classes.inc | 129 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | matching.classes.inc | 129 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | matching.classes.inc | 154 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | matching.classes.inc | 154 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | matching.classes.inc | 194 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | matching.classes.inc | 194 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | matching.classes.inc | 271 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | matching.classes.inc | 271 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | matching.classes.inc | 280 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | matching.classes.inc | 280 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | matching.classes.inc | 325 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | matching.classes.inc | 325 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | matching.classes.inc | 385 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | matching.classes.inc | 385 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | matching.classes.inc | 399 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | matching.classes.inc | 399 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | matching.classes.inc | 420 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | matching.classes.inc | 420 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | matching.classes.inc | 433 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | matching.classes.inc | 433 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | matching.classes.inc | 456 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | matching.classes.inc | 456 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | matching.classes.inc | 465 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | matching.classes.inc | 465 | N/A |  |
| There should be no trailing spaces | Other | matching.classes.inc | 481 | N/A |  |
| There should be no trailing spaces | Other | matching.classes.inc | 489 | N/A |  |
| There should be no trailing spaces | Other | matching.classes.inc | 492 | N/A |  |
| There should be no trailing spaces | Other | matching.classes.inc | 494 | N/A |  |
| There should be no trailing spaces | Other | matching.classes.inc | 495 | N/A |  |
|
question_types/matching/matching.install | 0 | 0 | 0 |
question_types/matching/matching.module | 0 | 0 | 0 |
question_types/matching/matching.test | 0 | 0 | 0 |
question_types/matching/theme/matching-answering-form.tpl.php | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| the final ?> should be omitted from all code files | Other | matching-answering-form.tpl.php | 11 | N/A |  |
|
question_types/matching/theme/matching.theme.inc | 0 | 0 | 0 |
question_types/multichoice/multichoice.classes.inc | 28 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| Use an indent of 2 spaces, with no tabs | Other | multichoice.classes.inc | 35 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | multichoice.classes.inc | 36 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | multichoice.classes.inc | 122 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | multichoice.classes.inc | 122 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | multichoice.classes.inc | 278 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | multichoice.classes.inc | 294 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | multichoice.classes.inc | 294 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | multichoice.classes.inc | 333 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | multichoice.classes.inc | 333 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | multichoice.classes.inc | 365 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | multichoice.classes.inc | 365 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | multichoice.classes.inc | 458 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | multichoice.classes.inc | 458 | N/A |  |
| use lowercase html tags to comply with XHTML | Other | multichoice.classes.inc | 522 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | multichoice.classes.inc | 733 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | multichoice.classes.inc | 733 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | multichoice.classes.inc | 800 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | multichoice.classes.inc | 800 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | multichoice.classes.inc | 819 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | multichoice.classes.inc | 819 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | multichoice.classes.inc | 842 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | multichoice.classes.inc | 842 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | multichoice.classes.inc | 869 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | multichoice.classes.inc | 869 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | multichoice.classes.inc | 921 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | multichoice.classes.inc | 921 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | multichoice.classes.inc | 930 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | multichoice.classes.inc | 930 | N/A |  |
|
question_types/multichoice/multichoice.install | 0 | 0 | 0 |
question_types/multichoice/multichoice.module | 0 | 0 | 0 |
question_types/multichoice/multichoice.test | 0 | 0 | 0 |
question_types/multichoice/multichoice_update_6400.inc | 3 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| Use an indent of 2 spaces, with no tabs | Other | multichoice_update_6400.inc | 107 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | multichoice_update_6400.inc | 108 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | multichoice_update_6400.inc | 289 | N/A |  |
|
question_types/multichoice/theme/multichoice-alternative-creation.tpl.php | 1 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| use lowercase html tags to comply with XHTML | Other | multichoice-alternative-creation.tpl.php | 21 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | multichoice-alternative-creation.tpl.php | 24 | N/A |  |
| the final ?> should be omitted from all code files | Other | multichoice-alternative-creation.tpl.php | 35 | N/A |  |
|
question_types/multichoice/theme/multichoice-alternative.tpl.php | 0 | 0 | 5 |
| Message | Group | Filename | Line | Function | Status |
| do not use mixed case (camelCase), use lower case and _ | Other | multichoice-alternative.tpl.php | 45 | N/A |  |
| do not use mixed case (camelCase), use lower case and _ | Other | multichoice-alternative.tpl.php | 48 | N/A |  |
| do not use mixed case (camelCase), use lower case and _ | Other | multichoice-alternative.tpl.php | 50 | N/A |  |
| do not use mixed case (camelCase), use lower case and _ | Other | multichoice-alternative.tpl.php | 59 | N/A |  |
| the final ?> should be omitted from all code files | Other | multichoice-alternative.tpl.php | 60 | N/A |  |
|
question_types/multichoice/theme/multichoice-answering-form.tpl.php | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| the final ?> should be omitted from all code files | Other | multichoice-answering-form.tpl.php | 11 | N/A |  |
|
question_types/multichoice/theme/multichoice.theme.inc | 2 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| Potential problem: use the Form API to prevent against CSRF attacks. If you need to use $_POST variables, ensure they are fully sanitized if displayed by using check_plain(), filter_xss() or similar. (Drupal Docs) | Other | multichoice.theme.inc | 31 | N/A |  |
| There should be no trailing spaces | Other | multichoice.theme.inc | 95 | N/A |  |
|
question_types/quiz_directions/quiz_directions.classes.inc | 24 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | quiz_directions.classes.inc | 35 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | quiz_directions.classes.inc | 35 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | quiz_directions.classes.inc | 42 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | quiz_directions.classes.inc | 42 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | quiz_directions.classes.inc | 49 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | quiz_directions.classes.inc | 49 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | quiz_directions.classes.inc | 68 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | quiz_directions.classes.inc | 68 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | quiz_directions.classes.inc | 77 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | quiz_directions.classes.inc | 77 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | quiz_directions.classes.inc | 86 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | quiz_directions.classes.inc | 86 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | quiz_directions.classes.inc | 101 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | quiz_directions.classes.inc | 101 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | quiz_directions.classes.inc | 108 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | quiz_directions.classes.inc | 108 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | quiz_directions.classes.inc | 115 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | quiz_directions.classes.inc | 115 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | quiz_directions.classes.inc | 143 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | quiz_directions.classes.inc | 143 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | quiz_directions.classes.inc | 152 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | quiz_directions.classes.inc | 152 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | quiz_directions.classes.inc | 161 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | quiz_directions.classes.inc | 161 | N/A |  |
|
question_types/quiz_directions/quiz_directions.install | 0 | 0 | 0 |
question_types/quiz_directions/quiz_directions.module | 0 | 0 | 0 |
question_types/quiz_directions/theme/quiz-directions-answering-form.tpl.php | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| the final ?> should be omitted from all code files | Other | quiz-directions-answering-form.tpl.php | 11 | N/A |  |
|
question_types/quiz_question/quiz_question.core.inc | 5 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | quiz_question.core.inc | 303 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | quiz_question.core.inc | 303 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | quiz_question.core.inc | 336 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | quiz_question.core.inc | 336 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | quiz_question.core.inc | 609 | N/A |  |
|
question_types/quiz_question/quiz_question.install | 0 | 0 | 0 |
question_types/quiz_question/quiz_question.module | 7 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| Use an indent of 2 spaces, with no tabs | Other | quiz_question.module | 97 | N/A |  |
| Potential problem: use the Form API to prevent against CSRF attacks. If you need to use $_POST variables, ensure they are fully sanitized if displayed by using check_plain(), filter_xss() or similar. (Drupal Docs) | Other | quiz_question.module | 243 | N/A |  |
| Potential problem: use the Form API to prevent against CSRF attacks. If you need to use $_POST variables, ensure they are fully sanitized if displayed by using check_plain(), filter_xss() or similar. (Drupal Docs) | Other | quiz_question.module | 245 | N/A |  |
| Potential problem: use the Form API to prevent against CSRF attacks. If you need to use $_POST variables, ensure they are fully sanitized if displayed by using check_plain(), filter_xss() or similar. (Drupal Docs) | Other | quiz_question.module | 266 | N/A |  |
Format should be * Implementation of hook_foo(). | Other | quiz_question.module | 322 | N/A |  |
| Use uppercase for PHP constants, e.g. NULL, TRUE, FALSE | Other | quiz_question.module | 344 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | quiz_question.module | 752 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | quiz_question.module | 752 | N/A |  |
|
question_types/quiz_question/quiz_question.pages.inc | 0 | 0 | 0 |
question_types/quiz_question/quiz_question.theme.inc | 0 | 0 | 0 |
question_types/scale/scale.classes.inc | 26 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | scale.classes.inc | 45 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | scale.classes.inc | 45 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | scale.classes.inc | 268 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | scale.classes.inc | 268 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | scale.classes.inc | 275 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | scale.classes.inc | 275 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | scale.classes.inc | 305 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | scale.classes.inc | 305 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | scale.classes.inc | 328 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | scale.classes.inc | 328 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | scale.classes.inc | 348 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | scale.classes.inc | 348 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | scale.classes.inc | 375 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | scale.classes.inc | 375 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | scale.classes.inc | 532 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | scale.classes.inc | 532 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | scale.classes.inc | 577 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | scale.classes.inc | 577 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | scale.classes.inc | 593 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | scale.classes.inc | 593 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | scale.classes.inc | 607 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | scale.classes.inc | 607 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | scale.classes.inc | 616 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | scale.classes.inc | 616 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | scale.classes.inc | 625 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | scale.classes.inc | 625 | N/A |  |
|
question_types/scale/scale.install | 0 | 0 | 0 |
question_types/scale/scale.module | 0 | 5 | 0 |
| Message | Group | Filename | Line | Function | Status |
| Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. | Other | scale.module | 194 | N/A |  |
| Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. | Other | scale.module | 202 | N/A |  |
| Potential problem: "SELECT FROM {node}" statements should probably be wrapped in db_rewrite_sql() and with the alias for {node} table defined (e.g. {node} n) | Other | scale.module | 291 | N/A |  |
| Potential problem: drupal_set_message() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs) | Other | scale.module | 322 | N/A |  |
| Potential problem: drupal_set_message() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs) | Other | scale.module | 325 | N/A |  |
|
question_types/scale/scale.test | 0 | 0 | 0 |
question_types/scale/theme/scale-answering-form.tpl.php | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| the final ?> should be omitted from all code files | Other | scale-answering-form.tpl.php | 11 | N/A |  |
|
question_types/scale/theme/scale.theme.inc | 0 | 0 | 0 |
question_types/short_answer/short_answer.admin.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| The $message argument to drupal_set_message() should be enclosed within t() so that it is translatable. | Other | short_answer.admin.inc | 163 | N/A |  |
|
question_types/short_answer/short_answer.classes.inc | 37 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | short_answer.classes.inc | 33 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | short_answer.classes.inc | 33 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | short_answer.classes.inc | 62 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | short_answer.classes.inc | 62 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | short_answer.classes.inc | 73 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | short_answer.classes.inc | 73 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | short_answer.classes.inc | 95 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | short_answer.classes.inc | 95 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | short_answer.classes.inc | 111 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | short_answer.classes.inc | 111 | N/A |  |
| There should be no trailing spaces | Other | short_answer.classes.inc | 122 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | short_answer.classes.inc | 133 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | short_answer.classes.inc | 133 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | short_answer.classes.inc | 160 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | short_answer.classes.inc | 160 | N/A |  |
| There should be no trailing spaces | Other | short_answer.classes.inc | 198 | N/A |  |
| The $text argument to l() should be enclosed within t() so that it is translatable. | Other | short_answer.classes.inc | 202 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | short_answer.classes.inc | 222 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | short_answer.classes.inc | 222 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | short_answer.classes.inc | 354 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | short_answer.classes.inc | 354 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | short_answer.classes.inc | 366 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | short_answer.classes.inc | 366 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | short_answer.classes.inc | 386 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | short_answer.classes.inc | 386 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | short_answer.classes.inc | 399 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | short_answer.classes.inc | 399 | N/A |  |
| Control statements should have one space between the control keyword and opening parenthesis | Other | short_answer.classes.inc | 405 | N/A |  |
| There should be no trailing spaces | Other | short_answer.classes.inc | 407 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | short_answer.classes.inc | 420 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | short_answer.classes.inc | 420 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | short_answer.classes.inc | 429 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | short_answer.classes.inc | 429 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | short_answer.classes.inc | 467 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | short_answer.classes.inc | 467 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | short_answer.classes.inc | 490 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | short_answer.classes.inc | 490 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | short_answer.classes.inc | 502 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | short_answer.classes.inc | 502 | N/A |  |
|
question_types/short_answer/short_answer.install | 0 | 0 | 0 |
question_types/short_answer/short_answer.module | 0 | 0 | 0 |
question_types/short_answer/short_answer.test | 0 | 0 | 0 |
question_types/short_answer/theme/short-answer-answering-form.tpl.php | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| the final ?> should be omitted from all code files | Other | short-answer-answering-form.tpl.php | 11 | N/A |  |
|
question_types/short_answer/theme/short_answer.theme.inc | 0 | 0 | 0 |
question_types/truefalse/theme/truefalse-answering-form.tpl.php | 1 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| There should be no trailing spaces | Other | truefalse-answering-form.tpl.php | 4 | N/A |  |
| the final ?> should be omitted from all code files | Other | truefalse-answering-form.tpl.php | 11 | N/A |  |
|
question_types/truefalse/truefalse.classes.inc | 30 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | truefalse.classes.inc | 18 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | truefalse.classes.inc | 18 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | truefalse.classes.inc | 49 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | truefalse.classes.inc | 49 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | truefalse.classes.inc | 58 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | truefalse.classes.inc | 58 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | truefalse.classes.inc | 81 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | truefalse.classes.inc | 81 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | truefalse.classes.inc | 101 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | truefalse.classes.inc | 101 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | truefalse.classes.inc | 122 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | truefalse.classes.inc | 122 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | truefalse.classes.inc | 150 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | truefalse.classes.inc | 150 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | truefalse.classes.inc | 159 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | truefalse.classes.inc | 159 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | truefalse.classes.inc | 197 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | truefalse.classes.inc | 197 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | truefalse.classes.inc | 239 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | truefalse.classes.inc | 239 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | truefalse.classes.inc | 248 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | truefalse.classes.inc | 248 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | truefalse.classes.inc | 265 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | truefalse.classes.inc | 265 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | truefalse.classes.inc | 278 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | truefalse.classes.inc | 278 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | truefalse.classes.inc | 288 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | truefalse.classes.inc | 288 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | truefalse.classes.inc | 308 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | truefalse.classes.inc | 308 | N/A |  |
|
question_types/truefalse/truefalse.install | 0 | 0 | 0 |
question_types/truefalse/truefalse.module | 0 | 0 | 0 |
question_types/truefalse/truefalse.test | 0 | 0 | 0 |
quiz.actions.inc | 0 | 0 | 0 |
quiz.admin.inc | 18 | 1 | 1 |
| Message | Group | Filename | Line | Function | Status |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | quiz.admin.inc | 60 | N/A |  |
| put a space between the asterisk and the comment text | Other | quiz.admin.inc | 241 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | quiz.admin.inc | 505 | N/A |  |
| There should be no trailing spaces | Other | quiz.admin.inc | 737 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | quiz.admin.inc | 953 | N/A |  |
| Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. | Other | quiz.admin.inc | 1115 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | quiz.admin.inc | 1115 | N/A |  |
| There should be no trailing spaces | Other | quiz.admin.inc | 1202 | N/A |  |
| There should be no trailing spaces | Other | quiz.admin.inc | 1264 | N/A |  |
| There should be no trailing spaces | Other | quiz.admin.inc | 1953 | N/A |  |
| There should be no trailing spaces | Other | quiz.admin.inc | 1965 | N/A |  |
| There should be no trailing spaces | Other | quiz.admin.inc | 1974 | N/A |  |
| There should be no trailing spaces | Other | quiz.admin.inc | 1983 | N/A |  |
| use lowercase html tags to comply with XHTML | Other | quiz.admin.inc | 2030 | N/A |  |
| There should be no trailing spaces | Other | quiz.admin.inc | 2078 | N/A |  |
| There should be no trailing spaces | Other | quiz.admin.inc | 2313 | N/A |  |
| There should be no trailing spaces | Other | quiz.admin.inc | 2328 | N/A |  |
| use lowercase html tags to comply with XHTML | Other | quiz.admin.inc | 2351 | N/A |  |
| There should be no trailing spaces | Other | quiz.admin.inc | 2370 | N/A |  |
| There should be no trailing spaces | Other | quiz.admin.inc | 2393 | N/A |  |
|
quiz.help.inc | 0 | 0 | 0 |
quiz.install | 5 | 1 | 4 |
| Message | Group | Filename | Line | Function | Status |
| Use st() instead of t() in hook_install(), hook_uninstall() and hook_update_N() | Other | quiz.install | 28 | N/A |  |
| Potential problem: drupal_set_message() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs) | Other | quiz.install | 28 | N/A |  |
| There should be no trailing spaces | Other | quiz.install | 217 | N/A |  |
| There should be no trailing spaces | Other | quiz.install | 674 | N/A |  |
| missing space after comma | Other | quiz.install | 675 | N/A |  |
| There should be no trailing spaces | Other | quiz.install | 680 | N/A |  |
| missing space after comma | Other | quiz.install | 681 | N/A |  |
| There should be no trailing spaces | Other | quiz.install | 691 | N/A |  |
| missing space after comma | Other | quiz.install | 694 | N/A |  |
| There should be no trailing spaces | Other | quiz.install | 694 | N/A |  |
|
quiz.module | 18 | 5 | 4 |
| Message | Group | Filename | Line | Function | Status |
Format should be * Implementation of hook_foo(). | Other | quiz.module | 156 | N/A |  |
| indent secondary line of comment one space | Other | quiz.module | 289 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | quiz.module | 777 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | quiz.module | 1209 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | quiz.module | 1210 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | quiz.module | 1211 | N/A |  |
| The $string argument to t() should not begin or end with a space. (Drupal Docs) | Other | quiz.module | 1232 | N/A |  |
| The $string argument to t() should not begin or end with a space. (Drupal Docs) | Other | quiz.module | 1368 | N/A |  |
| Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. | Other | quiz.module | 1368 | N/A |  |
| missing space after comma | Other | quiz.module | 1766 | N/A |  |
| There should be no trailing spaces | Other | quiz.module | 1855 | N/A |  |
| Potential problem: use the Form API to prevent against CSRF attacks. If you need to use $_POST variables, ensure they are fully sanitized if displayed by using check_plain(), filter_xss() or similar. (Drupal Docs) | Other | quiz.module | 1894 | N/A |  |
| Potential problem: use the Form API to prevent against CSRF attacks. If you need to use $_POST variables, ensure they are fully sanitized if displayed by using check_plain(), filter_xss() or similar. (Drupal Docs) | Other | quiz.module | 1961 | N/A |  |
| Potential problem: use the Form API to prevent against CSRF attacks. If you need to use $_POST variables, ensure they are fully sanitized if displayed by using check_plain(), filter_xss() or similar. (Drupal Docs) | Other | quiz.module | 1962 | N/A |  |
| Potential problem: drupal_set_message() only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. | Other | quiz.module | 2064 | N/A |  |
| Potential problem: drupal_set_message() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs) | Other | quiz.module | 2151 | N/A |  |
| There should be no trailing spaces | Other | quiz.module | 2163 | N/A |  |
| put a space between the asterisk and the comment text | Other | quiz.module | 2286 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | quiz.module | 2302 | N/A |  |
| There should be no trailing spaces | Other | quiz.module | 2576 | N/A |  |
| There should be no trailing spaces | Other | quiz.module | 2578 | N/A |  |
| Potential problem: "SELECT FROM {node}" statements should probably be wrapped in db_rewrite_sql() and with the alias for {node} table defined (e.g. {node} n) | Other | quiz.module | 3048 | N/A |  |
| There should be no trailing spaces | Other | quiz.module | 3540 | N/A |  |
| Control statements should have one space between the control keyword and opening parenthesis | Other | quiz.module | 3555 | N/A |  |
| Potential problem: "SELECT FROM {node}" statements should probably be wrapped in db_rewrite_sql() and with the alias for {node} table defined (e.g. {node} n) | Other | quiz.module | 3828 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | quiz.module | 4237 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | quiz.module | 4240 | N/A |  |
|
quiz.pages.inc | 2 | 1 | 15 |
| Message | Group | Filename | Line | Function | Status |
| Control statements should have one space between the control keyword and opening parenthesis | Other | quiz.pages.inc | 156 | N/A |  |
| Potential problem: drupal_set_message() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs) | Other | quiz.pages.inc | 167 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | quiz.pages.inc | 201 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | quiz.pages.inc | 202 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | quiz.pages.inc | 203 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | quiz.pages.inc | 204 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | quiz.pages.inc | 205 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | quiz.pages.inc | 207 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | quiz.pages.inc | 208 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | quiz.pages.inc | 209 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | quiz.pages.inc | 210 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | quiz.pages.inc | 211 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | quiz.pages.inc | 213 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | quiz.pages.inc | 214 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | quiz.pages.inc | 215 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | quiz.pages.inc | 216 | N/A |  |
| There should be no trailing spaces | Other | quiz.pages.inc | 279 | N/A |  |
| use <br /> instead of <br> | Other | quiz.pages.inc | 321 | N/A |  |
|
quiz_datetime.inc | 2 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | quiz_datetime.inc | 56 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | quiz_datetime.inc | 89 | N/A |  |
|
theme/quiz-questions-browser-body.tpl.php | 1 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| There should be no trailing spaces | Other | quiz-questions-browser-body.tpl.php | 27 | N/A |  |
|
theme/quiz-questions-browser-header.tpl.php | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | quiz-questions-browser-header.tpl.php | -1 | N/A |  |
|
theme/quiz-report-form.tpl.php | 1 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | quiz-report-form.tpl.php | 22 | N/A |  |
| use <br /> instead of <br> | Other | quiz-report-form.tpl.php | 42 | N/A |  |
|
theme/quiz-results-browser-body.tpl.php | 2 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | quiz-results-browser-body.tpl.php | -1 | N/A |  |
| use <br /> instead of <br> | Other | quiz-results-browser-body.tpl.php | 35 | N/A |  |
| There should be no trailing spaces | Other | quiz-results-browser-body.tpl.php | 39 | N/A |  |
|
theme/quiz-results-browser-header.tpl.php | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | quiz-results-browser-header.tpl.php | -1 | N/A |  |
|