Variables | |
| $game = new game($_GET["game"]) | |
| $infos = point_manager::getInfoByGroupId($game->getGameId()) | |
| $good = point_manager::getGoodAnswer($game->getGameId()) | |
| $nbquestion = point_manager::getNbQuestion($game->getGameId()) | |
| $good = point_manager::getGoodAnswer($game->getGameId()) |
| $infos = point_manager::getInfoByGroupId($game->getGameId()) |
| $nbquestion = point_manager::getNbQuestion($game->getGameId()) |
1.7.1