XQuiz: AI-Powered Learning from Your Twitter Feed
12 Jan 2025A Chrome extension that turns passive scrolling into active learning
I built XQuiz, a Chrome extension that generates AI-powered quiz questions based on the content you scroll past on Twitter/X. The idea is to enhance focus and information retention while browsing.
The Problem
We scroll through enormous amounts of information on social media, but how much do we actually retain? Most content passes through our attention without sticking. What if we could turn that passive consumption into active learning?
How It Works
- Content Tracking: The extension monitors tweets as you scroll through your feed
- AI Question Generation: Using Google's Gemini API, it generates quiz questions (multiple choice, true/false, fill-in-the-blank) based on what you've seen
- Assessment: Periodic quizzes test your retention of the content
- Analytics: Track your scores, accuracy, and answer streaks over time
Features
- Customizable frequency: Adjust how often quizzes appear
- Attention timer: Set thresholds for when content counts as "viewed"
- Video-hiding mode: Optional feature to reduce distractions
- Quiz history: Review past questions and your performance
Technical Stack
- Chrome Extension (Manifest V3)
- Service worker backend for background processing
- Content script for page monitoring
- Side panel UI for quiz interface
- Google Gemini API for question generation
Development Note
This project was built entirely with AI agents as a coding companion, exploring how far AI-assisted development can go for a complete, functional product.
Check out the project: github.com/rishabhranawat/xquiz