thechangelog / quiz-game

Changelog's don’t-call-it-jeopardy game show where 3 contestants put their dev knowledge to the test
https://changelog.com/podcasts
MIT License
17 stars 3 forks source link

Introduce image-based question clues #4

Closed jerodsanto closed 4 years ago

jerodsanto commented 4 years ago

I believe we will want some hybrid clues where you have some text + an image, but there will be times when just an image will do. So perhaps it's:

{
  "clue": "optional for questions with images",
  "image": "a url pointing to an image on the web (or local?)"
}

Or similar.

nicknisi commented 4 years ago

I added support for an "image" property in the question data, as demonstrated above.

image