Sure! Here's a simple trivia game that you can play based on the given requirements:
Trivia Game
Guess the correct answer to the trivia questions!
To use this code, you'll need to replace the image URLs with the actual image paths you want to use for the options. Also, add more questions to the `trivia` array as needed.
The game will display a question with multiple options represented by pictograms/images. Clicking on an option will check if it's the correct answer and display the result. You can then proceed to the next question until the game ends.
Note: This is a basic example and may not fully meet all your requirements, but it should give you a good starting point for building a simple trivia game using JavaScript in a single HTML file.