Ranking
{{ LeagueName[rankings.currentLeague] }}
The winner of the Grand Final
{{ rankings.lastGrandFinalWinner.name }}
{{ rankings.lastGrandFinalWinner.score }}
Scoreboard
The top 9 places qualify for the Grand Final and advance to the next league.
The first 9 places qualify for the Grand Final.
Grand Final starts {{ getFormatedNextGrandFinalDate(rankings.nextGrandFinalAt) }}
The last 9 places fall to the previous league.
{{ rankingItem.leagueMovement == LeagueMovement.DEGRADE ? 'ᐯ' : rankingItem.place }}
{{ rankingItem.name }}
{{ rankingItem.score ? rankingItem.score : '-' }}
No results.
Question makers ranking
{{ rankingItem.place }}
{{ rankingItem.name }}
{{ rankingItem.score }}
No results.
Loading ranking...
Loading recent games...
Looks like you haven't played any games yet.
Click the "Join Game" button to start the game!
#{{ game.id }}
{{ getGameName(game) }}
{{ GameTypeName[game.type] }}
{{ getFormatedGameFullDateTime(game.endAt) }}
{{ StageName[game.stage] }}
{{ padPoints(game.points) }}
{{ getStateNameForMe(game, game.state) }}
{{ getEndGameDescription(game) }}
{{ padPoints(game.points) }}
Join Game
Looking for opponents...
the game will start in 20 seconds
Practices
#{{ practice.id }}
{{ getFormatedGameFullDateTime(practice.endAt) }}
{{ practice.name }}
{{ index + 1 }}
Press the button below to select a question set.
Questions
#{{ question.id }}
{{ QuestionTypeName[question.type] }}
{{ getFormatedGameFullDateTime(question.createdAt) }}
{{ question.askContent }}
{{ QuestionStateName[question.state] }}
It looks like you haven't added any questions yet.
Click the "Add Question" button to add your first question!