This is not a user-facing issue. When originally writing this I called the things in the squares "clues" for lack of a better name. I think prompts is more better. Change all references in the code. This would also change the URL parameter from cluefile= to prompts=.
Might also want to reconsider whether the prompt file is a load time or a build time parameter. Realistically you'd need a code change to build bingo for another domain. Unless you could pull the json from another source by specifying a URL instead of a filename.
This is not a user-facing issue. When originally writing this I called the things in the squares "clues" for lack of a better name. I think prompts is more better. Change all references in the code. This would also change the URL parameter from
cluefile=
toprompts=
.Might also want to reconsider whether the prompt file is a load time or a build time parameter. Realistically you'd need a code change to build bingo for another domain. Unless you could pull the json from another source by specifying a URL instead of a filename.