Mika Scraper / FlagQuestion
Interface: FlagQuestion
Defined in: src/games/guess-flag.ts:8
Represents a single guess-the-flag question in the Mika Scraper application.
Properties
imageUrl
imageUrl:
string
The URL of the flag image associated with the question. This property is necessary for displaying the visual prompt to the user.
correctCountry
correctCountry:
string
The name of the country corresponding to the flag represented in the question. This is the expected answer that the user must guess.
options
options:
string[]
An array of strings representing the possible answer options for the user to select from. This array must include thecorrectCountry
as one of its elements, providing variety in the choices presented.
Last updated on