Browse Source

Message with common problems

MOODLE_20_STABLE
bdaloukas 8 years ago
parent
commit
a219838adf
  1. 2
      check.php

2
check.php

@ -275,6 +275,6 @@ function game_check_common_problems_shortanswer_hangman( $game, &$warnings, $a)
} }
if (count( $ret) != 0) { if (count( $ret) != 0) {
$warnings[] = get_string( 'common_problems_shortanswer_hangman', 'game').': '.count($ret).' ('.implode( ', ', $ret); $warnings[] = get_string( 'common_problems_shortanswer_hangman', 'game').': '.count($ret).' ('.implode( ', ', $ret).')';
} }
} }

Loading…
Cancel
Save