Answer display
Answers are displayed in two prominent locations in the interface:Primary answer section
The main “ANSWER” card (index.html:672) shows the most recent answer detected by screen monitoring:The primary answer section updates immediately when a new question is detected, making it easy to see the most recent result at a glance.
Results history section
The results section (index.html:702) shows all detected answers in chronological order:Answer formatting
Answers are rendered with rich Markdown formatting using the marked.js library:Supported Markdown features
Supported Markdown features
- Bold text for emphasis
- Italic text for secondary emphasis
- Numbered lists for multi-part answers
- Bullet points for options
- Code blocks for technical answers
- Links (if included in AI responses)
Visual indicators
Answer cards include visual styling to make them easy to identify:Session tracking
Screen Answerer tracks two key metrics during your session:Status
Shows whether monitoring is active or inactive
Questions processed
Counts total questions detected in the current session
Status tracking
Question counter
The questions counter increments each time a quiz question is detected:Data persistence
Screen Answerer does not persist answer history between sessions:Why isn't history saved?
Why isn't history saved?
Answer history is session-only to protect user privacy. Quiz answers are sensitive data that shouldn’t be stored without explicit user consent. All answers are cleared when you close or refresh the page.
Answer display animations
New answers appear with a smooth fade-in animation:Status notifications
The monitoring status section provides real-time feedback:- “Monitoring inactive” - When not actively monitoring
- “Monitoring active - watching for quiz questions” - During active monitoring
- “Quiz question detected! Answer displayed above.” - When an answer is found
- “Error: [message]” - When issues occur
Error display
Errors are shown with distinct styling:Managing answer display
Clearing answers
Currently, answers persist until:- A new question is detected (replaces the previous answer)
- You refresh the page (clears all session data)
- You stop and restart monitoring
Answer preview
While monitoring, you’ll also see a live preview of captured frames:Best practices
Review answers immediately
Check the answer display as soon as a question is detected to ensure accuracy.
Monitor the counter
Use the questions counter to track how many questions have been processed in your session.
Watch for errors
Pay attention to status messages - they’ll alert you if something goes wrong with the API or monitoring.
Troubleshooting
Answers aren't displaying
Answers aren't displaying
Check that monitoring is active (status should show “Active”). Verify your API key is configured correctly in settings. Make sure questions are clearly visible on the captured screen.
Counter not incrementing
Counter not incrementing
The counter only increments when questions are successfully detected and answered. If questions aren’t being detected, check the troubleshooting section in the screen monitoring documentation.
Answers disappearing
Answers disappearing
Each new detected question replaces the previous answer in the display. This is by design to show only the most recent result. The results section shows the answer history during the session.