Create a CSV File of questions, options, correct answer and explanation

Заказчик: AI | Опубликовано: 19.03.2026

I need every multiple-choice question from a specific website copied into a single, clean CSV. The site already groups its questions by category, and I want that structure kept intact so each row includes the category name, the question stem, all answer options, and the correct answer flag. You are free to use whatever scraping approach you prefer—Python with BeautifulSoup, Scrapy, Selenium, or a lightweight headless browser—so long as the final CSV opens flawlessly in Excel or Google Sheets. Or do it manually. Deliverables • One UTF-8 CSV containing: Category, Question, Option A, Option B, Option C, Option D (or however many exist), Correct Option , explanation, question type • A brief note or commented script explaining how the data was gathered (for reproducibility) Acceptance criteria • 100 % of live multiple-choice items captured with no duplicates • Categories match the labels shown on the site • File passes a quick spot-check I’ll run for accuracy and completeness If you have done similar scraping or data-collection work, a quick example link or snippet will help me gauge fit.