get_record( 'game', array( 'id' => $gameid)); require_login( $game->course); $context = get_context_instance(CONTEXT_MODULE, $id); require_capability('mod/game:view', $context); game_print( $game, $id, $context); function game_print( $game, $update, $context){ if( $game->gamekind == 'cross'){ game_print_cross( $game, $update, $context); } } function game_print_cross( $game, $update, $context) { require( "cross/play.php"); $attempt = game_getattempt( $game, $crossrec); $g = ''; $onlyshow = true; $showsolution = false; $endofgame = false; $print = true; $checkbutton = false; $showhtmlsolutions = false; $showhtmlprintbutton = false; $showstudentguess = false; ?>