I need a small Windows-only application that takes a folder of .docx files filled with multiple-choice questions and exports a clean .csv file where the question text sits in one column and the correct answer in another. The Word documents can contain embedded images, LaTeX expressions, and native Microsoft Math objects, so the parser has to keep those intact—either by embedding the image path or base64 string in the CSV, and by preserving LaTeX or MathML exactly as written. You are free to build the tool in Python, .NET, or any language you prefer as long as the final result is a single Windows executable (a lightweight GUI or command-line switch set is fine). Source code must be included so I can extend the workflow later. Acceptance criteria: • Drag-and-drop or command argument for batch processing of multiple .docx files • Output .csv with separate columns: Question | Answer • Images saved to an adjacent folder and properly referenced in the CSV • LaTeX and Math objects preserved in plain text form inside the respective cell • No manual clean-up required after export; the file should open correctly in Excel or any spreadsheet tool Please share a brief outline of the libraries or approach you intend to use and, if available, examples of similar work you’ve completed.