bbeck / puzzles-with-chat

Web frontend and Twitch bot for solving puzzles collaboratively with chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide backup for when fullQuote field is missing.

bbeck opened this issue · comments

A lot of the older acrostic puzzles don't have a fullQuote field in the JSON. When the puzzle is solved this makes the overlay look bad. In these cases we should use the quote or answerKey fields to provide the value of the quote instead. quote is preferable as it contains indicators of omitted words and is in mixed case.