We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d6c87 commit 0ce4a85Copy full SHA for 0ce4a85
examples/corporate-conundrum/question.sql
@@ -26,7 +26,7 @@ SELECT 'alert' as component,
26
'red' as color,
27
'Make them guess: ' || wrong_answer as title,
28
'You are the impostor!
29
- Your goal is to sabotage the game by making others give an answer that will be closer to ' || wrong_answer || ' then to the true answer.
+ Your goal is to sabotage the game by making others give an answer that will be closer to ' || wrong_answer || ' than to the true answer.
30
The more other players you manage to trick, the more points you will get.' as description
31
FROM game_questions
32
WHERE game_id = $game_id::integer
0 commit comments