Docs

Answer matching

How LiveHub turns fast chat responses into clean, consistent game answers

Four games share LiveHub’s answer-matching layer — Guess the Movie, Guess the Song, Community Feud, and Read My List. They work best when viewers can answer naturally. People type quickly, use shorthand, skip accents, add punctuation, switch between singular and plural forms, and make the occasional typo. Answer matching keeps that experience fluid while still recording clean results.

Answer matching keeps two ideas separate:

  1. Recognition — LiveHub accepts harmless variations in how a viewer types.
  2. Presentation — the board still shows the official answer spelling.

Try the demo below to see how different-looking answers can resolve to the same result.

compare
Answer reads as
mikes dinermike diner
Guess reads as
mikes dinermike diner
Match

Apostrophes are dropped before matching. The board would record Mike's Diner.

What matching handles

Before a guess is compared to an answer, both sides go through the same cleanup step. That gives the games a predictable way to recognize the viewer’s intent.

  • CapitalizationTHE MATRIX, the matrix, and The Matrix all match.
  • Spacing and punctuation — extra spaces, trailing ! / ? / ., hyphens, and colons are ignored. Spider-Man: No Way Home matches spider man no way home.
  • Accents — accented letters fold to their base form, so Beyoncé matches beyonce and café matches cafe.
  • Letters an English keyboard doesn’t haveœ, æ, ø, ß, ł, þ and friends transliterate the way people actually type them, so Mœbius matches moebius and Æon Flux matches aeon flux.
  • Apostrophes — dropped entirely, and every apostrophe style is treated the same: Mike's, Mikes, and Mike’s all match.
  • Singular vs plural — on list- and answer-matching games, plurals count either way, including irregular ones: cat / cats, berry / berries, goose / geese, mouse / mice, child / children. Latin plurals aren’t folded, so hippopotami and cacti need to be listed as accepted answers if you want them.
  • Common misspellings — close typos on longer words still resolve, so hippopotamos and hipopotamus both land on hippopotamus. This is deliberately conservative: short words stay exact (so cot never becomes cat), and a guess that’s an equally-close match for two different answers is rejected rather than credited to the wrong one.

What appears on screen

The flexible part is only for recognition. Once a guess matches, the game records the dataset’s canonical spelling.

That means:

  • A viewer can type beyonce, and the board shows Beyoncé.
  • A viewer can type mikes diner, and the board shows Mike’s Diner.
  • A viewer can type spider man no way home, and the board can still show Spider-Man: No Way Home.

The result is a fast chat experience with a polished answer feed: viewers get credit for natural input, and the game presents the official answer every time.

This describes the four games listed at the top. Other games that take a typed answer — Who Am I, Guess the Logo, LiveLocator and the word games among them — match against their own curated lists of accepted spellings rather than going through this layer, so the rules above don’t all apply there.

Exact-letter games

Exact-spelling word games — TwistTok, Crowdle, Pairdle, and Hive Hunt — still require the precise word, because the exact letters are the puzzle. There, cat and cats are two different answers.

Capitalization and spacing are still ignored where appropriate, but singular and plural words are kept distinct when the letters themselves are the game.

If a game is asking chat to identify a title, phrase, survey answer, person, or object, matching is usually forgiving. If the exact letters are the challenge, the answer stays exact.

Why it matters

Centralized answer matching gives typed-answer games the same feel across the library. Hosts get dependable scoring, viewers can answer the way people actually type in chat, and every winning guess resolves to a clean canonical answer on the board.