First, Jackbox-Game-specific implementations of _answer_prompt() have hard-coded length limits. The length limit for a given prompt can be parsed from the html.
Second, there are now four examples of _answer_prompt() implementations. Certainly, there's some common functionality that can be extricated in to stand-alone functions. (AKA Let's make Pylint happy again)
First, Jackbox-Game-specific implementations of
_answer_prompt()
have hard-coded length limits. The length limit for a given prompt can be parsed from the html.Second, there are now four examples of
_answer_prompt()
implementations. Certainly, there's some common functionality that can be extricated in to stand-alone functions. (AKA Let's make Pylint happy again)