|
@ -518,8 +518,12 @@ function game_showanswers_bookquiz( $game, $context) { |
|
|
"bc.pagenum,questiontext", $showcategories, $game->course, $context); |
|
|
"bc.pagenum,questiontext", $showcategories, $game->course, $context); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
function game_showanswers_extra_millionaire( $game) |
|
|
/** |
|
|
{ |
|
|
* Show extra info for answers in millionaire |
|
|
|
|
|
* |
|
|
|
|
|
* @param stdClass $game |
|
|
|
|
|
*/ |
|
|
|
|
|
function game_showanswers_extra_millionaire( $game) { |
|
|
global $CFG, $DB; |
|
|
global $CFG, $DB; |
|
|
|
|
|
|
|
|
if ($game->questioncategoryid == 0) { |
|
|
if ($game->questioncategoryid == 0) { |
|
|